<?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 Did you see packets hitting in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693297#M191515</link>
    <description>&lt;P&gt;Did you see packets hitting before removing that option ?&lt;/P&gt;&lt;P&gt;Is the default gateway of the server set to the inside interface of the firewall ?&lt;/P&gt;&lt;P&gt;Can you post the output of -&lt;/P&gt;&lt;P&gt;packet-tracer input ACME tcp 8.8.8.8 12345 172.25.91.104 80&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2015 21:38:44 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2015-05-14T21:38:44Z</dc:date>
    <item>
      <title>Policy NAT on ASA problem?</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693294#M191512</link>
      <description>&lt;P&gt;I have an internal web server I want to NAT to multiple clients coming in over VPN tunnels.&lt;/P&gt;&lt;P&gt;The web server is behind the "inside" interface of the firewall, and its real address is 172.25.92.73&lt;/P&gt;&lt;P&gt;Another firewall sits northbound from this one, and provides VPN tunnels to clients. Between these two&lt;BR /&gt;firewalls are trunked, transit subnets for each client. Example:&lt;/P&gt;&lt;P&gt;172.25.91.96 /27 for ACME&lt;/P&gt;&lt;P&gt;So the tunnel gets established between the remote client private network and this transit network above.&lt;/P&gt;&lt;P&gt;In order to NAT the internal web server to this subnet and route correctly, I am using a policy NAT like so:&lt;/P&gt;&lt;P&gt;object network obj-172.25.92.73&lt;BR /&gt;&amp;nbsp;description web server&lt;BR /&gt;&amp;nbsp;host 172.25.92.73&lt;/P&gt;&lt;P&gt;object network obj-172.25.91.104&lt;BR /&gt;&amp;nbsp;description NAT for ACME&lt;BR /&gt;&amp;nbsp;host 172.25.91.104&lt;/P&gt;&lt;P&gt;object-group network ACME-HOSTS&lt;BR /&gt;&amp;nbsp;network-object host 172.50.1.10&lt;/P&gt;&lt;P&gt;nat (inside,ACME) source static obj-172.25.92.73 obj-172.25.91.104 destination static ACME-HOSTS ACME-HOSTS no-proxy-arp&lt;/P&gt;&lt;P&gt;I then apply an ACL to the northbound interface on the internal firewall&lt;/P&gt;&lt;P&gt;access-list ACME-IN extended permit tcp object-group ACME-HOSTS object obj-172.25.92.73 eq 80&lt;BR /&gt;access-group ACME-IN in interface ACME&lt;/P&gt;&lt;P&gt;I also added routes from the internal network to these remote VPN networks through the firewalls&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so it looks something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;remote client vpn-----&amp;gt;FW1------&amp;gt;FW2------&amp;gt;web server (172.25.92.73)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;172.25.91.96 /27&lt;/P&gt;&lt;P&gt;Problem is, the tunnel is getting established when the remote client tries to access 172.25.91.104 on tcp 80,&lt;BR /&gt;but the connection is never established, and I don't see any rejections on the ACL.&lt;/P&gt;&lt;P&gt;Now the internal firewall also has another web server on a DMZ that is reached through the same VPN.&amp;nbsp;&lt;BR /&gt;This one works, but the NAT is set up differently. Example:&lt;/P&gt;&lt;P&gt;object network obj-10.250.10.10&lt;BR /&gt;&amp;nbsp;host 10.250.10.10&lt;BR /&gt;&amp;nbsp;nat (DMZ,ACME) static 172.25.91.102&lt;/P&gt;&lt;P&gt;(and I added an entry in the ACME-IN ACL for this)&lt;/P&gt;&lt;P&gt;I see the hits on the ACL and traffic going into the DMZ.&lt;/P&gt;&lt;P&gt;Is there anything wrong with the policy NAT here that would prevent connections to the internal web server?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:56:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693294#M191512</guid>
      <dc:creator>Colin Higgins</dc:creator>
      <dc:date>2019-03-12T05:56:47Z</dc:date>
    </item>
    <item>
      <title>ColinIf 172.25.91.104 is not</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693295#M191513</link>
      <description>&lt;P&gt;Colin&lt;/P&gt;&lt;P&gt;If 172.25.91.104 is&amp;nbsp;not the outside interface IP of the firewall then can you remove the "no-proxy-arp" option from your static translation and retest.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 20:40:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693295#M191513</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-05-14T20:40:02Z</dc:date>
    </item>
    <item>
      <title>still not working. I changed</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693296#M191514</link>
      <description>&lt;P&gt;still not working. I changed it up a bit to allow ping from the northbound firewall, and if I do a "debug icmp trace" I see the packets hitting the internal firewall, a message saying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ICMP echo request untranslating ACME:172.25.91.97 to inside: 172.25.92.73&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which appears correct, but I never get any packets back from 172.25.92.73&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 21:33:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693296#M191514</guid>
      <dc:creator>Colin Higgins</dc:creator>
      <dc:date>2015-05-14T21:33:01Z</dc:date>
    </item>
    <item>
      <title>Did you see packets hitting</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693297#M191515</link>
      <description>&lt;P&gt;Did you see packets hitting before removing that option ?&lt;/P&gt;&lt;P&gt;Is the default gateway of the server set to the inside interface of the firewall ?&lt;/P&gt;&lt;P&gt;Can you post the output of -&lt;/P&gt;&lt;P&gt;packet-tracer input ACME tcp 8.8.8.8 12345 172.25.91.104 80&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 21:38:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693297#M191515</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-05-14T21:38:44Z</dc:date>
    </item>
    <item>
      <title>I think I have it figured out</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693298#M191516</link>
      <description>&lt;P&gt;I think I have it figured out -there was a bad internal route on the network causing the packets to black-hole.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 21:55:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-on-asa-problem/m-p/2693298#M191516</guid>
      <dc:creator>Colin Higgins</dc:creator>
      <dc:date>2015-05-14T21:55:43Z</dc:date>
    </item>
  </channel>
</rss>

