<?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 NAT Question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1144306#M878034</link>
    <description>&lt;P&gt;My outside interface is 209.52.60.xx and my LAN (inside) is 192.168.0.0/16 and my DMZ (DMZ) is 172.25.10.0/24.  I have nat working find for the inside interface, LAN uers can browse the internet with no issues.  Futher I have port translation working for the inside network for some servers.  In the DMZ I have port translation working for the Web server but the web server can't browse the internet.  Nating does not work for the web server to browse the internet.  I would really appreciate if someone can help me with this.  I am stuppmed as what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (dmz) 1 172.25.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:  Inside network can browse the internet and port translation works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMZ port translation works but unbale to browse the internet for host inside the DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:33:22 GMT</pubDate>
    <dc:creator>koshala76</dc:creator>
    <dc:date>2019-03-11T14:33:22Z</dc:date>
    <item>
      <title>NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1144306#M878034</link>
      <description>&lt;P&gt;My outside interface is 209.52.60.xx and my LAN (inside) is 192.168.0.0/16 and my DMZ (DMZ) is 172.25.10.0/24.  I have nat working find for the inside interface, LAN uers can browse the internet with no issues.  Futher I have port translation working for the inside network for some servers.  In the DMZ I have port translation working for the Web server but the web server can't browse the internet.  Nating does not work for the web server to browse the internet.  I would really appreciate if someone can help me with this.  I am stuppmed as what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (dmz) 1 172.25.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:  Inside network can browse the internet and port translation works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMZ port translation works but unbale to browse the internet for host inside the DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:33:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1144306#M878034</guid>
      <dc:creator>koshala76</dc:creator>
      <dc:date>2019-03-11T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1144307#M878035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Koshala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isnt that the webserver should be accessed from outside ? In that case, you need to give a static , instead of doing a global PAT.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (DMZ,outside) 209.x.x.x 172.25.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doing this will enable both inbound and outbound access from/to internet..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u just want outbound access, create a seperate global (outside) instance and it should then work fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.. all the best..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 21:49:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1144307#M878035</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2009-01-06T21:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1144308#M878036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry the static command was entered previously.  That is why users can browse the web server from outside.  I can browse the internet from the DMZ.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 209.52.x.x 172.25.10.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 22:29:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1144308#M878036</guid>
      <dc:creator>koshala76</dc:creator>
      <dc:date>2009-01-06T22:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1144309#M878037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so, ur issue is solved now ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 01:07:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1144309#M878037</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2009-01-07T01:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/1144310#M878038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if you have assigned any access-list to your dmz interface, if yes permit your websever(172.25.10.100) to access internet&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jithesh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 12:48:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/1144310#M878038</guid>
      <dc:creator>Jithesh K Joy</dc:creator>
      <dc:date>2009-01-09T12:48:26Z</dc:date>
    </item>
  </channel>
</rss>

