<?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: GRE through PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/gre-through-pix/m-p/86718#M661461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample config you can use as template to check;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring IPSec/GRE with NAT through PIX&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/707/ipsecgrenat.html" target="_blank"&gt;http://www.cisco.com/warp/public/707/ipsecgrenat.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;R/Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jul 2002 09:22:49 GMT</pubDate>
    <dc:creator>yusuff</dc:creator>
    <dc:date>2002-07-18T09:22:49Z</dc:date>
    <item>
      <title>GRE through PIX</title>
      <link>https://community.cisco.com/t5/network-security/gre-through-pix/m-p/86717#M661451</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to run GRE between two routers. The diagram is as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              -------------IPSec----------------------  &lt;/P&gt;&lt;P&gt;3640-------------PIX------------------------------------2600---------&lt;/P&gt;&lt;P&gt;  10.1.1.252      117.17.36.217    117.17.34.230     10.1.5.251&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the PIX, the configuration is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 117.17.36.217 10.1.1.252 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;conduit permit gre host 117.17.36.217 host 117.17.34.230&lt;/P&gt;&lt;P&gt;conduit permit gre host 117.17.34.230 host 117.17.36.217&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the 2600:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source route-map nonat interface Serial0/0.1 overload&lt;/P&gt;&lt;P&gt;route-map nonat permit 10&lt;/P&gt;&lt;P&gt; match ip address 130&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 130 deny   ip 10.1.5.0 0.0.0.255 10.0.0.0 0.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 102 permit ip 10.1.5.0 0.0.0.255 10.1.1.0 0.0.0.255 (crypto access-list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Tunnel1&lt;/P&gt;&lt;P&gt; ip address 192.168.100.1 255.255.255.0&lt;/P&gt;&lt;P&gt; tunnel source 117.17.34.230&lt;/P&gt;&lt;P&gt; tunnel destination 117.17.36.217&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the 3640:&lt;/P&gt;&lt;P&gt;interface Tunnel1&lt;/P&gt;&lt;P&gt; ip address 192.168.100.2 255.255.255.0&lt;/P&gt;&lt;P&gt; tunnel source 10.1.1.252&lt;/P&gt;&lt;P&gt; tunnel destination 117.17.34.230&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPSec between the PIX and 2600 is running fine. The networks behind the PIX and 2600 are NAT-ed.&lt;/P&gt;&lt;P&gt;The IP for the tunnel on the PIX is unique (no PAT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot ping through the tunnel. What's wrong with this?&lt;/P&gt;&lt;P&gt;Souldn't the tunnel packets be excluded from IPSec encryption?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any input; thanks &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/gre-through-pix/m-p/86717#M661451</guid>
      <dc:creator>pax_2111</dc:creator>
      <dc:date>2020-02-21T06:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: GRE through PIX</title>
      <link>https://community.cisco.com/t5/network-security/gre-through-pix/m-p/86718#M661461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample config you can use as template to check;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring IPSec/GRE with NAT through PIX&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/707/ipsecgrenat.html" target="_blank"&gt;http://www.cisco.com/warp/public/707/ipsecgrenat.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;R/Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2002 09:22:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/gre-through-pix/m-p/86718#M661461</guid>
      <dc:creator>yusuff</dc:creator>
      <dc:date>2002-07-18T09:22:49Z</dc:date>
    </item>
  </channel>
</rss>

