<?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: PIX NAT problems in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-nat-problems/m-p/234325#M614863</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;CAn you see how many translations are being built up.&lt;/P&gt;&lt;P&gt;"show xlat count"&lt;/P&gt;&lt;P&gt;What if some inside PC's are infected with virus/worm and sending spoofed IP packets towards/across PIX, Hence PIX is making translation for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try "show xlat" and find out if any IP other then your inside network is making the entry there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionaly you can try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Make access-list on the inside interface to only permit your inside network to go through the PIX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- change the nat(inside) 1 0.0.0.0 0.0.0.0 to&lt;/P&gt;&lt;P&gt;nat (inside) 1 &lt;YOUR inside="" network="" only=""&gt; &lt;SUBNETMASK&gt;&lt;/SUBNETMASK&gt;&lt;/YOUR&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- apply "ip verfiy reverspath inside" command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- make a PAT entry e.g. global(outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2003 17:46:33 GMT</pubDate>
    <dc:creator>nkhawaja</dc:creator>
    <dc:date>2003-10-16T17:46:33Z</dc:date>
    <item>
      <title>PIX NAT problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-problems/m-p/234323#M614851</link>
      <description>&lt;P&gt;I'm using a global NAT pool that spans 5 Class C subnets and I am NAT'ing all internal hosts to that pool.  Strange behavior is that I am running out of translations, it stops handing out translations when it reaches somewhere in the area of 650 translations.&lt;/P&gt;&lt;P&gt;Here's my nat config:&lt;/P&gt;&lt;P&gt;global (outside) 1 152.157.168.1-152.157.172.254&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's really strange is that certain addresses are skipped as translations are handed out.  It seems to be following a pattern of handing out addresses: 1,2,5,9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:02:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-problems/m-p/234323#M614851</guid>
      <dc:creator>smatting</dc:creator>
      <dc:date>2020-02-21T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: PIX NAT problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-problems/m-p/234324#M614857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried command: clear xlate, and see if you get the same problem. Also which pix ios and pix model, i.e. 501/506/515 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2003 16:31:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-problems/m-p/234324#M614857</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-10-16T16:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIX NAT problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-problems/m-p/234325#M614863</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;CAn you see how many translations are being built up.&lt;/P&gt;&lt;P&gt;"show xlat count"&lt;/P&gt;&lt;P&gt;What if some inside PC's are infected with virus/worm and sending spoofed IP packets towards/across PIX, Hence PIX is making translation for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try "show xlat" and find out if any IP other then your inside network is making the entry there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionaly you can try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Make access-list on the inside interface to only permit your inside network to go through the PIX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- change the nat(inside) 1 0.0.0.0 0.0.0.0 to&lt;/P&gt;&lt;P&gt;nat (inside) 1 &lt;YOUR inside="" network="" only=""&gt; &lt;SUBNETMASK&gt;&lt;/SUBNETMASK&gt;&lt;/YOUR&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- apply "ip verfiy reverspath inside" command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- make a PAT entry e.g. global(outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2003 17:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-problems/m-p/234325#M614863</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2003-10-16T17:46:33Z</dc:date>
    </item>
  </channel>
</rss>

