<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Force ASA traffic out specific interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731639#M561432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;172.16.4.129 = inside2 interface IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just executed this input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# config t&lt;/P&gt;&lt;P&gt;ASA(config)# static (outside2,inside2) 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;ASA(config)# sysopt noproxyarp inside2&lt;/P&gt;&lt;P&gt;ASA(config)# route outside2 0.0.0.0 0.0.0.0 172.16.4.129&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****The VPN connection on outside/inside breaks, so I assume it's the wrong IP and remove it****&lt;/P&gt;&lt;P&gt;ASA(config)# no route outside2 0.0.0.0 0.0.0.0 172.16.4.129&lt;/P&gt;&lt;P&gt;ASA(config)# route outside2 0.0.0.0 0.0.0.0 &lt;OUTSIDE2 ip=""&gt;&lt;/OUTSIDE2&gt;&lt;/P&gt;&lt;P&gt;ERROR: Cannot add route entry, possible conflict with existing routes&lt;/P&gt;&lt;P&gt;Should the &lt;OUTSIDE2 ip=""&gt; be the gateway address of my firewall (i.e. router) instead of the IP actually configured on the device?&lt;/OUTSIDE2&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 19:48:06 GMT</pubDate>
    <dc:creator>mega5llc1</dc:creator>
    <dc:date>2011-06-02T19:48:06Z</dc:date>
    <item>
      <title>Force ASA traffic out specific interface</title>
      <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731635#M561354</link>
      <description>&lt;P&gt;I'm trying to route all default traffic from my production environment through my ASA 5520 on the "outside2" interface.&lt;/P&gt;&lt;P&gt;The 5520 has a site to site VPN to our DR site on the "outside/inside" interfaces via one ISP. On another ISP, interfaces "outside2/inside2" go to the internet.&lt;/P&gt;&lt;P&gt;When I make my 3750 stack default route for the inside2 interface IP I cannot get to the internet. When it is pointed to the inside interface on my 5505, I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following errors when I try to open google.com from a production server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is the 5520 trying to use the "outside" interface instead of the "outside2" interface to go out?&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/5/8/2/48285-5520_error.JPG" alt="5520_error.JPG" class="jive-image-thumbnail jive-image" height="76" onclick="" width="815" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/6/8/2/48286-5520_error_2.JPG" alt="5520_error_2.JPG" class="jive-image-thumbnail jive-image" height="62" onclick="" width="815" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:41:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731635#M561354</guid>
      <dc:creator>mega5llc1</dc:creator>
      <dc:date>2019-03-11T20:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Force ASA traffic out specific interface</title>
      <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731636#M561428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all you need to have a default route for the traffic going in from inside2 to outside2, and then try adding the following config:&lt;/P&gt;&lt;P&gt; static (outside2,inside2) 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would divert all the traffic from inside 2 to outside2 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 17:24:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731636#M561428</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-06-02T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Force ASA traffic out specific interface</title>
      <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731637#M561429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Varun,&lt;/P&gt;&lt;P&gt;I'm anxious to try your suggestion, but I don't think i'm using the right commands in the CLI or configuring it correctly in ASDM. I apologize for my limited knowledge but could you reply with exact syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 19:29:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731637#M561429</guid>
      <dc:creator>mega5llc1</dc:creator>
      <dc:date>2011-06-02T19:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Force ASA traffic out specific interface</title>
      <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731638#M561431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For CLI, these are exactly the correct syntax, make sure you enter the config terminal by doing "config t".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# static (outside2,inside2) 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;ASA(config)# sysopt noproxyarp inside2&lt;/P&gt;&lt;P&gt;ASA9config)# route outside2 0.0.0.0 0.0.0.0 &lt;NEXT hop="" ip=""&gt; 2&lt;/NEXT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 19:34:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731638#M561431</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-06-02T19:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Force ASA traffic out specific interface</title>
      <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731639#M561432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;172.16.4.129 = inside2 interface IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just executed this input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# config t&lt;/P&gt;&lt;P&gt;ASA(config)# static (outside2,inside2) 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;ASA(config)# sysopt noproxyarp inside2&lt;/P&gt;&lt;P&gt;ASA(config)# route outside2 0.0.0.0 0.0.0.0 172.16.4.129&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****The VPN connection on outside/inside breaks, so I assume it's the wrong IP and remove it****&lt;/P&gt;&lt;P&gt;ASA(config)# no route outside2 0.0.0.0 0.0.0.0 172.16.4.129&lt;/P&gt;&lt;P&gt;ASA(config)# route outside2 0.0.0.0 0.0.0.0 &lt;OUTSIDE2 ip=""&gt;&lt;/OUTSIDE2&gt;&lt;/P&gt;&lt;P&gt;ERROR: Cannot add route entry, possible conflict with existing routes&lt;/P&gt;&lt;P&gt;Should the &lt;OUTSIDE2 ip=""&gt; be the gateway address of my firewall (i.e. router) instead of the IP actually configured on the device?&lt;/OUTSIDE2&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 19:48:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731639#M561432</guid>
      <dc:creator>mega5llc1</dc:creator>
      <dc:date>2011-06-02T19:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Force ASA traffic out specific interface</title>
      <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731640#M561434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the ip address would be the IP of your router which is connected to the outside2 interface.&lt;/P&gt;&lt;P&gt;To check what all static routes are configured on your FW, do "show run route".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 19:54:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731640#M561434</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-06-02T19:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Force ASA traffic out specific interface</title>
      <link>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731641#M561435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ASA(config)# route outside2 0.0.0.0 0.0.0.0 &lt;ROUTER&gt;&lt;/ROUTER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***this broke my VPN connection***I'm not sure why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the current output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# sho run route&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 &lt;OUTSIDE gateway="" ip=""&gt; 2&lt;/OUTSIDE&gt;&lt;/P&gt;&lt;P&gt;route inside2 0.0.0.0 0.0.0.0 &lt;OUTSIDE2 interface="" ip=""&gt;&amp;nbsp; 4&lt;BR /&gt;route inside 172.16.0.0 255.255.0.0 &lt;INSIDE interface="" ip=""&gt; 2&lt;/INSIDE&gt;&lt;/OUTSIDE2&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now noticing in the syslog that the requests are going from inside2 to outside2, but the SYN timeout error messages still exist, which is probably why the web pages will not load. I'm very confused as to why my VPN on the outside interface breaks when I try to set a default route on the outside2 interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 20:38:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/force-asa-traffic-out-specific-interface/m-p/1731641#M561435</guid>
      <dc:creator>mega5llc1</dc:creator>
      <dc:date>2011-06-02T20:38:20Z</dc:date>
    </item>
  </channel>
</rss>

