<?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 to Netscreen vLAN setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-to-netscreen-vlan-setup/m-p/188515#M590395</link>
    <description>&lt;P&gt;I have a Netscreen25 and a PIX 501 with an unusual setup.  Here's how it looks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Internet&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt; Cisco 2600 Outside routable address&lt;/P&gt;&lt;P&gt;   | Inside address 10.0.0.1&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt; Netscreen Outside address Port 1 10.0.0.2&lt;/P&gt;&lt;P&gt;   |  Port 3 Inside address 192.168.1.1&lt;/P&gt;&lt;P&gt;   |             to 192.168.1.x&lt;/P&gt;&lt;P&gt;   |-Vlan&lt;/P&gt;&lt;P&gt;   |Port 2 192.168.2.2/24&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt;  Pix Outside address 192.168.2.1&lt;/P&gt;&lt;P&gt;   |  Inside address 172.16.0.1&lt;/P&gt;&lt;P&gt;   Computer 172.16.0.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 172.16.0 addresses can ping 192.168.1.x addresses&lt;/P&gt;&lt;P&gt;but that is it the Pix monitor says:&lt;/P&gt;&lt;P&gt;305005:No translation group found for icmp src inside 172.16.0.10 dst outside:216.239.41.99 (type 8 code 0)&lt;/P&gt;&lt;P&gt;Trying to ping Google.  Looks like a routing error of some kind.  What is a translation group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Jerry&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 06:57:16 GMT</pubDate>
    <dc:creator>jwright</dc:creator>
    <dc:date>2020-02-21T06:57:16Z</dc:date>
    <item>
      <title>PIX to Netscreen vLAN setup</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-netscreen-vlan-setup/m-p/188515#M590395</link>
      <description>&lt;P&gt;I have a Netscreen25 and a PIX 501 with an unusual setup.  Here's how it looks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Internet&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt; Cisco 2600 Outside routable address&lt;/P&gt;&lt;P&gt;   | Inside address 10.0.0.1&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt; Netscreen Outside address Port 1 10.0.0.2&lt;/P&gt;&lt;P&gt;   |  Port 3 Inside address 192.168.1.1&lt;/P&gt;&lt;P&gt;   |             to 192.168.1.x&lt;/P&gt;&lt;P&gt;   |-Vlan&lt;/P&gt;&lt;P&gt;   |Port 2 192.168.2.2/24&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt;  Pix Outside address 192.168.2.1&lt;/P&gt;&lt;P&gt;   |  Inside address 172.16.0.1&lt;/P&gt;&lt;P&gt;   Computer 172.16.0.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 172.16.0 addresses can ping 192.168.1.x addresses&lt;/P&gt;&lt;P&gt;but that is it the Pix monitor says:&lt;/P&gt;&lt;P&gt;305005:No translation group found for icmp src inside 172.16.0.10 dst outside:216.239.41.99 (type 8 code 0)&lt;/P&gt;&lt;P&gt;Trying to ping Google.  Looks like a routing error of some kind.  What is a translation group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Jerry&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:57:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-netscreen-vlan-setup/m-p/188515#M590395</guid>
      <dc:creator>jwright</dc:creator>
      <dc:date>2020-02-21T06:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: PIX to Netscreen vLAN setup</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-netscreen-vlan-setup/m-p/188516#M590402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The PIX has to create a translation for all traffic passing through it.  It does this with the nat/global and static configuration commands.  Basically for any traffic to pass from a higher security interface to a lower (inside to outside), the PIX needs to create a translation for it and to do that it needs to either have a static command or a nat/global pair for the two interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can ping 192.168.1.0 then it means that you probably have a nat/global something like:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;gt; global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or something similar.  I'm a little confused as to why you're getting this message then because your other traffic is also going from the inside to the outside interface, so it should use the same nat/global.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could post your config it would be easy to see where the problem lies, xxxx out your passwords though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2003 05:24:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-netscreen-vlan-setup/m-p/188516#M590402</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-08-29T05:24:12Z</dc:date>
    </item>
  </channel>
</rss>

