<?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: NAT question with 2 firewalls in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-question-with-2-firewalls/m-p/696913#M1034118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the FWSM config / NAT config for 10-net looks like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on thr config, you may or may not be able to do that. Need to have a look at the FWSM's config first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 23:53:56 GMT</pubDate>
    <dc:creator>a.kiprawih</dc:creator>
    <dc:date>2006-11-22T23:53:56Z</dc:date>
    <item>
      <title>NAT question with 2 firewalls</title>
      <link>https://community.cisco.com/t5/network-security/nat-question-with-2-firewalls/m-p/696912#M1034117</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 2 firewalls in our network. The internal firewall is a FWSM with inside and outside interface and all the NAT is performed on the FWSM. The DMZ exists on the external firewall. DMZ uses all public addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in the process of putting a VPN concentrator on the DMZ for remote access. The address pool for VPN clients will also be a public IP which is carved out of the DMZ subnet. The VPN clients need to access several 10-net private IP servers and it is not possible to do a static NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When clients VPN in, they have to be able to access the 10-net servers. But FWSM NATs all 10-net traffic and so the 10-net does not exist beyond the FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I manipulate NAT and routing so that I can access the 10-net servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:36:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question-with-2-firewalls/m-p/696912#M1034117</guid>
      <dc:creator>mchockalingam</dc:creator>
      <dc:date>2019-03-26T00:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: NAT question with 2 firewalls</title>
      <link>https://community.cisco.com/t5/network-security/nat-question-with-2-firewalls/m-p/696913#M1034118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the FWSM config / NAT config for 10-net looks like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on thr config, you may or may not be able to do that. Need to have a look at the FWSM's config first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 23:53:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question-with-2-firewalls/m-p/696913#M1034118</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-11-22T23:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: NAT question with 2 firewalls</title>
      <link>https://community.cisco.com/t5/network-security/nat-question-with-2-firewalls/m-p/696914#M1034119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current NAT on the FWSM is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 10-net addresses are NATed to public address where some are static NAT, some are dynamic NAT and some are PAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic NAT has x.x.216.31 through 250 and&lt;/P&gt;&lt;P&gt;x.x.217.31 thru 250. All port 80 and 443 traffic from 10-net gets a PAT address of x.x.216.251 or x.x.217.251. We also have x.x.216.252 through 254 for PAT for non-web port traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here is my NAT config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list Web_Outbound&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.216.251&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.217.251&lt;/P&gt;&lt;P&gt;global (outside) 2 x.x.216.31-x.x.216.250&lt;/P&gt;&lt;P&gt;global (outside) 2 x.x.217.31-x.x.217.250&lt;/P&gt;&lt;P&gt;global (outside) 2 x.x.216.252&lt;/P&gt;&lt;P&gt;global (outside) 2 x.x.216.253&lt;/P&gt;&lt;P&gt;global (outside) 2 x.x.216.254&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Web_Outbound permit tcp 10.0.0.0 255.0.0.0 any eq 80&lt;/P&gt;&lt;P&gt;access-list Web_Outbound permit tcp 10.0.0.0 255.0.0.0 any eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 04:40:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question-with-2-firewalls/m-p/696914#M1034119</guid>
      <dc:creator>mchockalingam</dc:creator>
      <dc:date>2006-11-23T04:40:26Z</dc:date>
    </item>
  </channel>
</rss>

