<?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 I've been doing some in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069417#M145707</link>
    <description>&lt;P&gt;I've been doing some researching and I think it's the other way around.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (dmz,CHComcast) 1 source static obj-10.1.67.0 obj-10.1.67.0 desitnation static obj-10.1.24.25 obj-10.1.24.25 no-proxy-arp route-lookup&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;obj-10.1.67.0 = VPN Subnet&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;obj-10.1.24.25 = DMZ Web server&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2017 02:27:07 GMT</pubDate>
    <dc:creator>nohara</dc:creator>
    <dc:date>2017-03-17T02:27:07Z</dc:date>
    <item>
      <title>NAT Problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069413#M145697</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am having problems with all VPN users trying to access a web server on the DMZ please see attachment. The VPN users are on the 10.1.67.0\24 network and when I conduct a packet tracer to web server (10.1.24.25) it fails during NAT. The web server is being NAT'd to 50.xxx.xxx.xxx as you can see on the output below. CHComcast = Outside interface.&lt;BR /&gt;&lt;BR /&gt;object network Web_Ingress&lt;BR /&gt;&amp;nbsp;nat (DMZ,CHComcast) static 50.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;So I figured that the NAT rule could be overriding the routing table so I tried to insert "route-lookup" but get an error. &lt;BR /&gt;&lt;BR /&gt;nat (DMZ,CHComcast) static 50.xxx.xxx.xxx route-lookup&lt;BR /&gt;ERROR: Option route-lookup is only allowed for static identity case &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm not sure what else I can do. Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:04:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069413#M145697</guid>
      <dc:creator>nohara</dc:creator>
      <dc:date>2019-03-12T09:04:53Z</dc:date>
    </item>
    <item>
      <title>Hi nohara@ci.puyal,</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069414#M145699</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://supportforums.cisco.com/users/noharacipuyallupwaus" title="View user profile." class="username" lang="" about="/users/noharacipuyallupwaus" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;nohara@ci.puyal&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you VPN users is supposed to access the webserver with the private ip and not the natted ip you need to create a nat exempt so this traffic is not going to hit the dynamic nat:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (dmz,&lt;SPAN&gt;CHComcast) 1 source static obj-&lt;SPAN&gt;10.1.24.25 obj-&lt;SPAN&gt;10.1.24.25&lt;/SPAN&gt;&lt;/SPAN&gt;o&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;destination staticbj-&lt;SPAN&gt;10.1.67.0\24&amp;nbsp;&lt;SPAN&gt;obj-&lt;/SPAN&gt;&lt;SPAN&gt;10.1.67.0\24&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This is just an example you need to use the real objects or create them.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;That should definitely fix your problem.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you don't want to exempt this traffic because your VPN users are supposed to reach that server by the public ip you need to do the packet tracer with the destination as the public ip.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this info helps!!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rate if helps you!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-JP-&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 00:43:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069414#M145699</guid>
      <dc:creator>JP Miranda Z</dc:creator>
      <dc:date>2017-03-17T00:43:38Z</dc:date>
    </item>
    <item>
      <title>Appreciate the reply JP!</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069415#M145701</link>
      <description>&lt;P&gt;Appreciate the reply JP!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;So lets say my VPN users subnet object is obj-10.1.67.0 and the web server object is obj-10.1.24.25&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Does the below look correct? I'm assuming the number 1 means the rule will be applied to the top of the list?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;nat (dmz,CHComcast) 1 source static obj-10.1.24.25 obj-10.1.24.25 destination static obj-10.1.67.0 obj-10.1.67.0 no-proxy-arp route-lookup&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 01:26:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069415#M145701</guid>
      <dc:creator>nohara</dc:creator>
      <dc:date>2017-03-17T01:26:12Z</dc:date>
    </item>
    <item>
      <title>nohara@ci.puyal,</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069416#M145705</link>
      <description>&lt;P&gt;&lt;A href="https://supportforums.cisco.com/users/noharacipuyallupwaus" title="View user profile." class="username" lang="" about="/users/noharacipuyallupwaus" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;nohara@ci.puyal&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can also add the nat without the number 1, and yes is to put it on top, and also yes that nat will fix the issue.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this info helps!!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rate if helps you!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-JP-&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 01:35:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069416#M145705</guid>
      <dc:creator>JP Miranda Z</dc:creator>
      <dc:date>2017-03-17T01:35:33Z</dc:date>
    </item>
    <item>
      <title>I've been doing some</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069417#M145707</link>
      <description>&lt;P&gt;I've been doing some researching and I think it's the other way around.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (dmz,CHComcast) 1 source static obj-10.1.67.0 obj-10.1.67.0 desitnation static obj-10.1.24.25 obj-10.1.24.25 no-proxy-arp route-lookup&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;obj-10.1.67.0 = VPN Subnet&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;obj-10.1.24.25 = DMZ Web server&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 02:27:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3069417#M145707</guid>
      <dc:creator>nohara</dc:creator>
      <dc:date>2017-03-17T02:27:07Z</dc:date>
    </item>
  </channel>
</rss>

