<?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: ASA behind a router performing NAT... in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996324#M941457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you reconfigure the static route;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.10.0 255.255.255.0 GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.10.0 255.255.255.0 172.16.90.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't help can you share a sanitized copy of the ASA configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 21:08:37 GMT</pubDate>
    <dc:creator>sundar.palaniappan</dc:creator>
    <dc:date>2008-03-05T21:08:37Z</dc:date>
    <item>
      <title>ASA behind a router performing NAT...</title>
      <link>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996321#M941446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this would be more suited in the R&amp;amp;S forums but I figure some &lt;/P&gt;&lt;P&gt;security people must have worked on something similar....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA sitting behind a 2800 router with 2 Internet circuits. I'm trying to &lt;/P&gt;&lt;P&gt;NAT everthing from the ASA inbound &amp;amp; outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't ping from the DMZ to the inside of the router, icmp is allowed.  I can't &lt;/P&gt;&lt;P&gt;see any deny's on the logs either, yet I can see an e-mail appliance (192.168.10.9) &lt;/P&gt;&lt;P&gt;getting NAT'd and I know it's receiving updates:&lt;/P&gt;&lt;P&gt;tcp 83.x.x.69:80    192.168.10.9:80    217.198.148.6:52782 217.198.148.6:52782&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to do the NAT on the ASA but I've wiped that so now there's just a &lt;/P&gt;&lt;P&gt;172.16.90.2 address on the outside interface as well as the Inside (10.1.10.0/24) &lt;/P&gt;&lt;P&gt;and DMZ (192.168.10.0/24) interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; description Link to Outside Interface of ASA&lt;/P&gt;&lt;P&gt; ip address 172.16.90.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; description Primary Circuit&lt;/P&gt;&lt;P&gt; ip address 83.x.x.66 255.255.255.248&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0/0&lt;/P&gt;&lt;P&gt; description Backup Circuit&lt;/P&gt;&lt;P&gt; ip address 89.x.x.159 255.255.255.254&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 FastEthernet0/0/0&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;ip route 83.x.x.64 255.255.255.248 GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;ip route 89.x.x.159 255.255.255.255 GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;ip route 10.1.1.0 255.255.255.0 GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;ip route 192.168.10.0 255.255.255.0 GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat pool NAT_INT 83.x.x.67 83.x.x.69 prefix-length 29&lt;/P&gt;&lt;P&gt;ip nat inside source list 11 pool NAT_INT overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 11 permit any&lt;/P&gt;&lt;P&gt;access-list 11 permit 192.168.10.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 11 permit 10.1.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 11 permit 172.16.90.0 0.0.0.255&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to figure out where things are going wrong, the packet-tracer on the ASA &lt;/P&gt;&lt;P&gt;suggests everything is fine there, and there doesn't seem to be a whole lot going on &lt;/P&gt;&lt;P&gt;with the NAT...maybe something on the routing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody got any ideas?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:12:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996321#M941446</guid>
      <dc:creator>d.donnelly</dc:creator>
      <dc:date>2019-03-11T12:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA behind a router performing NAT...</title>
      <link>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996322#M941448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the asa/pix platform denies ICMP by default.  the easiest way around this is to enable icmp ispection.&lt;/P&gt;&lt;P&gt;assuming you're running the default global inspection policy, enter the following:&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------&lt;/P&gt;&lt;P&gt;besides that, what else was wrong?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for communications between networks that reside on different interfaces of the ASA, additional configuration will be required, depending on the security-levels of each interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 20:11:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996322#M941448</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2008-03-05T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA behind a router performing NAT...</title>
      <link>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996323#M941453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, I enabled that for icmp alright.  I'm happy enough with how things are working on the ASA.  The problem just seems to be when I try to get out past the router, so I thought there's a problem with how the statics are configured for the internal networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stretching my understanding a bit here but if I can provide any more information please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 20:36:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996323#M941453</guid>
      <dc:creator>d.donnelly</dc:creator>
      <dc:date>2008-03-05T20:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA behind a router performing NAT...</title>
      <link>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996324#M941457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you reconfigure the static route;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.10.0 255.255.255.0 GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.10.0 255.255.255.0 172.16.90.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't help can you share a sanitized copy of the ASA configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 21:08:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996324#M941457</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2008-03-05T21:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: ASA behind a router performing NAT...</title>
      <link>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996325#M941460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so somehow I resolved this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the ip routes as you mentioned above but it didn't have any effect. I also changed the NAT configuration to the the following:&lt;/P&gt;&lt;P&gt;ip nat inside source list 10 interface GigabitEthernet0/1 overload&lt;/P&gt;&lt;P&gt;ip nat inside source static 172.16.90.2 83.x.x.70&lt;/P&gt;&lt;P&gt;...this didn't seem to have any effect either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave the redundant circuit a higher metric and messed about with the DNS servers and then things started working...&lt;/P&gt;&lt;P&gt;Not sure what happened but it works now so it'll do!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input guys,&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 15:11:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-behind-a-router-performing-nat/m-p/996325#M941460</guid>
      <dc:creator>d.donnelly</dc:creator>
      <dc:date>2008-03-06T15:11:14Z</dc:date>
    </item>
  </channel>
</rss>

