<?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 with tunnel in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682943#M1034903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks shadi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what if i want to pass through the tunnel what should i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 08:58:51 GMT</pubDate>
    <dc:creator>kasame141006</dc:creator>
    <dc:date>2006-12-11T08:58:51Z</dc:date>
    <item>
      <title>pix nat with tunnel</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682941#M1034896</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have posted a couple of times on this already, but still cant quite get my head around it as I seem to be getting more confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All i need to do / know that suppose we have a vpn tunnel working on pix506 perfectly and natting is also being performed well and our "hostA" can connect to there "server A". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now we have to make "host B" connect to "server B", it's not important that we go through the vpn tunnel to make them talk to each other, i mean without the vpn tunnel can ping "server b" from the pix and thats why i suppose it would not be wise to go through the vpn tunnel for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, how do i do that, check the diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:06:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682941#M1034896</guid>
      <dc:creator>kasame141006</dc:creator>
      <dc:date>2019-03-11T09:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: pix nat with tunnel</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682942#M1034900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kasame,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if i can understand you right, you would like to get connectivity between Host-B and server-B without passing through the tunnel at all??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that is true, you need to have a static NAT configured for server-B on the partner firewall to a public IP address, you also need to have some sort of translation for host-B as well on the PIX firewall (if PAT is configured that will do fine)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shadi`&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 08:27:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682942#M1034900</guid>
      <dc:creator>CSCO10723456</dc:creator>
      <dc:date>2006-12-11T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: pix nat with tunnel</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682943#M1034903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks shadi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what if i want to pass through the tunnel what should i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 08:58:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682943#M1034903</guid>
      <dc:creator>kasame141006</dc:creator>
      <dc:date>2006-12-11T08:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: pix nat with tunnel</title>
      <link>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682944#M1034905</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;to do that you need to add the server-B network to the vpn access-list (on both firewalls) that will make the access-list on the PIX look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit ip 172.20.2.0 255.255.255.0 10.10.10.0 255.255.255.0 (old line)&lt;/P&gt;&lt;P&gt;permit ip 172.20.2.0 255.255.255.0 1.1.1.0 255.255.255.0 (added new line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember that you also need to mirror this access list on the other side to get the tunnel passing both networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shadi`&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 12:11:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-nat-with-tunnel/m-p/682944#M1034905</guid>
      <dc:creator>CSCO10723456</dc:creator>
      <dc:date>2006-12-11T12:11:09Z</dc:date>
    </item>
  </channel>
</rss>

