<?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 PIX Bi-Directional NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202380#M608879</link>
    <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using  PIX 6.2(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to translate from the outside to the inside using &lt;/P&gt;&lt;P&gt;static (outside,inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but should i be able to NAT using&lt;/P&gt;&lt;P&gt;global (inside) 1 192.168.0.129-192.168.0.253&lt;/P&gt;&lt;P&gt;global (inside) 1 192.168.0.254&lt;/P&gt;&lt;P&gt;nat (outside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the following errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;305005: No translation group found for icmp src outside:10.12.0.33 dst inside:172.25.16.1 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 06:35:11 GMT</pubDate>
    <dc:creator>mcaissie</dc:creator>
    <dc:date>2020-02-21T06:35:11Z</dc:date>
    <item>
      <title>PIX Bi-Directional NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202380#M608879</link>
      <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using  PIX 6.2(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to translate from the outside to the inside using &lt;/P&gt;&lt;P&gt;static (outside,inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but should i be able to NAT using&lt;/P&gt;&lt;P&gt;global (inside) 1 192.168.0.129-192.168.0.253&lt;/P&gt;&lt;P&gt;global (inside) 1 192.168.0.254&lt;/P&gt;&lt;P&gt;nat (outside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the following errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;305005: No translation group found for icmp src outside:10.12.0.33 dst inside:172.25.16.1 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:35:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202380#M608879</guid>
      <dc:creator>mcaissie</dc:creator>
      <dc:date>2020-02-21T06:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Bi-Directional NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202381#M608883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The commands used for translation in the PIX are determined by comparison of security levels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  If traffic travels from a low to a high security level, use static and access-list commands.&lt;/P&gt;&lt;P&gt;2.  If traffic travels from a high to a low security level, use nat and global commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, you need to match the correct interface with the correct command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need - nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;and           - global (outside) 1 (Internet IP address or range assigned to you)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link for further info&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2003 07:02:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202381#M608883</guid>
      <dc:creator>rj.remien</dc:creator>
      <dc:date>2003-02-27T07:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Bi-Directional NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202382#M608885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RJ,  according to the link  it says;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Outside NAT&lt;/P&gt;&lt;P&gt;Starting with PIX 6.2, NAT and PAT can be applied to traffic from an outside, or less secure, interface to an inside (more secure) interface. This is sometimes referred to as "bi-directional NAT." "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Outside NAT/PAT is similar to inside NAT/PAT, but the address translation is applied to addresses of hosts residing on the outer (less secure) interfaces of the PIX. To configure dynamic outside NAT, specify the addresses to be translated on the less secure interface and specify the global address or addresses on the inside (more secure) interface. To configure static outside NAT, use the static command to specify the one-to-one mapping."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to make  the static  outside nat working as shown  in the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not the dynamic outside nat . And my question is how to make that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands you mention refers to  inside nat  not  outside nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Michel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2003 14:47:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202382#M608885</guid>
      <dc:creator>mcaissie</dc:creator>
      <dc:date>2003-02-27T14:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Bi-Directional NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202383#M608887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are still backwards though. Regular NAT, where you have legitimate IPs on the outside, and RFC 1918 IPs on the inside, requires global commands on the outside int, and nat on the inside int. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside nat is used far less frequently, often for poorly designed networks, or to deal with poorly written applications. That said, outside nat requires the *same* rules for global and nat commands - global on outside int, nat on inside int. Outside nat, as seen in the doc, is achieved through the addition of more static commands. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2003 14:42:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bi-directional-nat/m-p/202383#M608887</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-02-28T14:42:00Z</dc:date>
    </item>
  </channel>
</rss>

