<?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 inbound policy nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399011#M749313</link>
    <description>&lt;P&gt;I have a scenario with a load balancer that has connection into the networks behind my ASA's inside and dmz interface.&amp;nbsp; We'll be migrating all the public facing websites currently sitting on the inside to the dmz, but the problem is that I want to move one service over at a time, but my load balancer is of course only able to have one default route.&amp;nbsp; The return traffic from the load balancer to hosts coming from the Internet needs a route back.&amp;nbsp; What's happening is servers on either, not both, of the inside and dmz segments are able to communicate with those connections sourced from the Internet.&amp;nbsp; It leads to an asymmetrical routing issue behind the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet -&amp;gt; ASA - DMZ - WebserversDMZ&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;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&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; inside -- Load Balancer&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&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; WebserversINSIDE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a policy nat that states something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list policyNAT perm ip any host WebserversDMZ&lt;/P&gt;&lt;P&gt;nat (outside) 2 access-li policyNAT&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;global (outside) 2 10.21.5.5 netmask 255.255.255.224&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that return traffic from a server in the DMZ would see it as a directly connected route and use that route for the return traffic instead of its default route?&amp;nbsp; Or does this only work for outbound traffic?&amp;nbsp; I can't see how a static statement would work in this scenario for outside to inside translation.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:10:11 GMT</pubDate>
    <dc:creator>WILLIAM STEGMAN</dc:creator>
    <dc:date>2019-03-11T17:10:11Z</dc:date>
    <item>
      <title>inbound policy nat</title>
      <link>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399011#M749313</link>
      <description>&lt;P&gt;I have a scenario with a load balancer that has connection into the networks behind my ASA's inside and dmz interface.&amp;nbsp; We'll be migrating all the public facing websites currently sitting on the inside to the dmz, but the problem is that I want to move one service over at a time, but my load balancer is of course only able to have one default route.&amp;nbsp; The return traffic from the load balancer to hosts coming from the Internet needs a route back.&amp;nbsp; What's happening is servers on either, not both, of the inside and dmz segments are able to communicate with those connections sourced from the Internet.&amp;nbsp; It leads to an asymmetrical routing issue behind the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet -&amp;gt; ASA - DMZ - WebserversDMZ&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;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&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; inside -- Load Balancer&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&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; WebserversINSIDE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a policy nat that states something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list policyNAT perm ip any host WebserversDMZ&lt;/P&gt;&lt;P&gt;nat (outside) 2 access-li policyNAT&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;global (outside) 2 10.21.5.5 netmask 255.255.255.224&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that return traffic from a server in the DMZ would see it as a directly connected route and use that route for the return traffic instead of its default route?&amp;nbsp; Or does this only work for outbound traffic?&amp;nbsp; I can't see how a static statement would work in this scenario for outside to inside translation.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:10:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399011#M749313</guid>
      <dc:creator>WILLIAM STEGMAN</dc:creator>
      <dc:date>2019-03-11T17:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: inbound policy nat</title>
      <link>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399012#M749315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;wstegman wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario with a load balancer that has connection into the networks behind my ASA's inside and dmz interface.&amp;nbsp; We'll be migrating all the public facing websites currently sitting on the inside to the dmz, but the problem is that I want to move one service over at a time, but my load balancer is of course only able to have one default route.&amp;nbsp; The return traffic from the load balancer to hosts coming from the Internet needs a route back.&amp;nbsp; What's happening is servers on either, not both, of the inside and dmz segments are able to communicate with those connections sourced from the Internet.&amp;nbsp; It leads to an asymmetrical routing issue behind the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet -&amp;gt; ASA - DMZ - WebserversDMZ&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;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&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; inside -- Load Balancer&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&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; WebserversINSIDE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a policy nat that states something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list policyNAT perm ip any host WebserversDMZ&lt;/P&gt;&lt;P&gt;nat (outside) 2 access-li policyNAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;global (outside) 2 10.21.5.5 netmask 255.255.255.224&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;so that return traffic from a server in the DMZ would see it as a directly connected route and use that route for the return traffic instead of its default route?&amp;nbsp; Or does this only work for outbound traffic?&amp;nbsp; I can't see how a static statement would work in this scenario for outside to inside translation. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do inbound policy NAT from the outside although from your example it's not entirely clear what you are trying to do. Is 10.21.5.5 meant to be an address on the DMZ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of inbound policy NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list PNAT permit ip any host Webserver_dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside) 2 access-list PNAT outside &amp;lt;-- note the additional "outside" keyword at the end, this is important&lt;/P&gt;&lt;P&gt;global (dmz) 2 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what the above would do is NAT any source internet addresses to the DMZ interface IP address. So the webserver in the DMZ sees the source as the DMZ interface and just sends it back there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not entirely sure this is what you want though. If not could you be more specfic in what you want ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 16:28:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399012#M749315</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-02-16T16:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: inbound policy nat</title>
      <link>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399013#M749316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, 10.21.5.5 would be an address in the DMZ.&amp;nbsp; That's perfect.&amp;nbsp; I applied your suggested config (only one exception, I already had a global (dmz) 1 int command there so I had to use global (dmz) 2 10.21.5.5 netmask 255.255.255.255 ) and I have the web servers from both segments routing correctly now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 16:48:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399013#M749316</guid>
      <dc:creator>WILLIAM STEGMAN</dc:creator>
      <dc:date>2010-02-16T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: inbound policy nat</title>
      <link>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399014#M749318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the LB the gateway for the servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not i worked with a similar design were the LB is not the gateway for the servers, instead servers using a switch (HSRP) as their gateway and the switch connected via another vlan to the upstream LB. The load balancer we used was Cisco ACE acting as one arm mode with single vlan interface with a default route to the upstream firewall and another route towards servers soundbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With servers having multiple interfaces and more than one exit interface, we used SNAT (Souce NAT)&amp;nbsp; on the ACE to direct return traffic always back through the ACE LB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docwiki.cisco.com/wiki/FTP_Load_Balancing_on_ACE_in_One-Arm_Mode_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/FTP_Load_Balancing_on_ACE_in_One-Arm_Mode_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 16:56:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inbound-policy-nat/m-p/1399014#M749318</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2010-02-16T16:56:49Z</dc:date>
    </item>
  </channel>
</rss>

