<?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: Destination based Natting in PIX 515 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306807#M858786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I specify classful network in static statement then what will be destination IP after translation? You mean to say for packets having source as 1.1.1.x and destination as 192.168.10.2, destination will be rewrite to 10.10.10.x after translation where x will be the same integer in both source and destinatin? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 13:14:04 GMT</pubDate>
    <dc:creator>yagnesh_tel</dc:creator>
    <dc:date>2009-07-09T13:14:04Z</dc:date>
    <item>
      <title>Destination based Natting in PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306803#M858777</link>
      <description>&lt;P&gt;I have situation where I need to do natting based on destination addresses in PIX 515. I know this is quite easy in routers but never did on PIX so I want to know is this possible?  If it is then what is the command for this?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:53:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306803#M858777</guid>
      <dc:creator>yagnesh_tel</dc:creator>
      <dc:date>2019-03-11T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Destination based Natting in PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306804#M858780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you give an example with IP addresses of what exactly you are trying to do ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 20:16:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306804#M858780</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-07-08T20:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Destination based Natting in PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306805#M858782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose packet from hosts(1.1.1.X) comes into PIX's inside interface for destination 192.168.10.2, this destination address should be rewrite to 10.10.10.1 while packet traverse outside interface of the PIX. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 23:55:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306805#M858782</guid>
      <dc:creator>yagnesh_tel</dc:creator>
      <dc:date>2009-07-08T23:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Destination based Natting in PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306806#M858784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use policy NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list policy_NAT ext permit ip 1.1.1.0 255.255.255.0 host 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.10.10.0 access-list policy_NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that you cannot policy NAT multiple inside hosts to a single IP.  You'll need to specify a classful network in the static statment.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 00:12:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306806#M858784</guid>
      <dc:creator>Patrick0711</dc:creator>
      <dc:date>2009-07-09T00:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Destination based Natting in PIX 515</title>
      <link>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306807#M858786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I specify classful network in static statement then what will be destination IP after translation? You mean to say for packets having source as 1.1.1.x and destination as 192.168.10.2, destination will be rewrite to 10.10.10.x after translation where x will be the same integer in both source and destinatin? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 13:14:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/destination-based-natting-in-pix-515/m-p/1306807#M858786</guid>
      <dc:creator>yagnesh_tel</dc:creator>
      <dc:date>2009-07-09T13:14:04Z</dc:date>
    </item>
  </channel>
</rss>

