<?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: PAT with different default gateway in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-with-different-default-gateway/m-p/1372791#M722691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on what you wrote the Windows XP host probably has a default route for all 0.0.0.0 networks via its 192.168.10.1 gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can inspect this by doing a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;netstat -nr&lt;/SPAN&gt; from a command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order for the responses to egress the proper interface on the XP client you will need the 0.0.0.0 route to point to the 192.168.20.1 gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete and readd the 10 network interface on the client so the 20 network becomes the default or manually delete the default route and add a persistent static route via the 20 interface.&amp;nbsp; Remember to use the -p switch on the route command if you want it to remain persistent across reboots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 15:17:54 GMT</pubDate>
    <dc:creator>Matthew Warrick</dc:creator>
    <dc:date>2010-02-11T15:17:54Z</dc:date>
    <item>
      <title>PAT with different default gateway</title>
      <link>https://community.cisco.com/t5/network-security/pat-with-different-default-gateway/m-p/1372790#M722683</link>
      <description>&lt;P&gt;Hi I have a Windows XP client with IP 192.168.1.10/24 and as default&amp;nbsp; gateway a router 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have assigned a second IP address&amp;nbsp; on the XP: 192.168.2.10/24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have installed an ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface&amp;nbsp; Ethernet0/0&lt;BR /&gt;&amp;nbsp; nameif Outside&lt;BR /&gt;&amp;nbsp; security-level 0&lt;BR /&gt;&amp;nbsp; ip address&amp;nbsp; xxx.xxx.xxx.1 255.255.255.0 !&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp; nameif&amp;nbsp; Inside&lt;BR /&gt;&amp;nbsp; security-level 50&lt;BR /&gt;&amp;nbsp; ip address 192.168.2.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; try to do a static port forwarding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list&amp;nbsp; Outside_to_Inside extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat-control&lt;BR /&gt;nat&amp;nbsp; (Inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (Inside,Outside) tcp xxx.xxx.xxx.10&amp;nbsp; www 192.168.2.10 www netmask&lt;BR /&gt;255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group&amp;nbsp; Outside_to_Inside in interface Outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Should the translation&amp;nbsp; work without changing the default gateway of the XP to ASA&amp;nbsp; (192.168.2.1)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case the translation does not work so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh&amp;nbsp; nat&lt;BR /&gt;&amp;nbsp;&amp;nbsp; match tcp Inside host 192.168.2.10 eq 80 Outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to xxx.xxx.xxx.xxx/80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0,&amp;nbsp; untranslate_hits = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help would be much appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:07:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-with-different-default-gateway/m-p/1372790#M722683</guid>
      <dc:creator>yolo230985</dc:creator>
      <dc:date>2019-03-11T17:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: PAT with different default gateway</title>
      <link>https://community.cisco.com/t5/network-security/pat-with-different-default-gateway/m-p/1372791#M722691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on what you wrote the Windows XP host probably has a default route for all 0.0.0.0 networks via its 192.168.10.1 gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can inspect this by doing a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;netstat -nr&lt;/SPAN&gt; from a command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order for the responses to egress the proper interface on the XP client you will need the 0.0.0.0 route to point to the 192.168.20.1 gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete and readd the 10 network interface on the client so the 20 network becomes the default or manually delete the default route and add a persistent static route via the 20 interface.&amp;nbsp; Remember to use the -p switch on the route command if you want it to remain persistent across reboots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:17:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-with-different-default-gateway/m-p/1372791#M722691</guid>
      <dc:creator>Matthew Warrick</dc:creator>
      <dc:date>2010-02-11T15:17:54Z</dc:date>
    </item>
  </channel>
</rss>

