<?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: Routing Between IPSec Tunnels - Please Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888736#M960003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the setup requires hairpinning/u-turn VPN. I didn't make this up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right in that routing needs to be taken care of, i.e. the PIX in site A needs to know that to get to site C it needs to send traffic out the outside interface, and the crypto ACLs need to be taken care of as you describe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I meant by "the same-security-traffic permit intra-interface command is key" is that this command is necessary so the PIX in site B can send traffic out on the same interface it was originally received (traffic from site A arrives on the outside interface and needs to be sent out the same interface so it can reach site C). Without this command in the PIX on site B u-turn VPN won't work, even if routing and the crypto ACLs are taken care of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't go into details when I first replied to Ryan because I thought that all the details, including routing, crypto ACLs, and the same-security-traffic command, are well presented in the tech. tip I mentioned in that original reply yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan got it to work so everything is good, though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eloy.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2007 22:53:34 GMT</pubDate>
    <dc:creator>elparis</dc:creator>
    <dc:date>2007-11-27T22:53:34Z</dc:date>
    <item>
      <title>Routing Between IPSec Tunnels - Please Help</title>
      <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888730#M959990</link>
      <description>&lt;P&gt;Okay guys, here's the situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three sites (sites A, B, and C).  There is a site-to-site IPsec tunnel between PIXs from an internal LAN on site A (172.30.10.0 /24) to an internal LAN on site B (192.168.20.0 /24), and another tunnel from site B to site C (172.30.20.0).  How can I route traffic from site A to C across the existing tunnels without creating another tunnel between sites A and C?  Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ryan &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:35:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888730#M959990</guid>
      <dc:creator>ryandibble</dc:creator>
      <dc:date>2019-03-11T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Between IPSec Tunnels - Please Help</title>
      <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888731#M959992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want to do is called hairpinning or u-turn VPN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a technical tip on cisco.com that goes over the configuration details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX/ASA 7.x Enhanced Spoke-to-Spoke VPN Configuration Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00804675ac.shtml" target="_blank"&gt;http://cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00804675ac.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key command is "same-security-traffic permit intra-interface" on the PIX on site B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eloy.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 22:02:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888731#M959992</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-26T22:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Between IPSec Tunnels - Please Help</title>
      <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888732#M959994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think hairpinning will solve the problem.  Perhaps some simple static routes to get from A-&amp;gt;C, and C-&amp;gt;A. Also, update your crypto acl's at each point to allow the traffic to get from A-&amp;gt;C, and C-&amp;gt;A, as well as normal acl's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 23:35:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888732#M959994</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-11-26T23:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Between IPSec Tunnels - Please Help</title>
      <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888733#M959996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed with srue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 01:37:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888733#M959996</guid>
      <dc:creator>timkaye</dc:creator>
      <dc:date>2007-11-27T01:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Between IPSec Tunnels - Please Help</title>
      <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888734#M959998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eloy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hairpinning worked like a charm!  Many, many thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 22:36:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888734#M959998</guid>
      <dc:creator>ryandibble</dc:creator>
      <dc:date>2007-11-27T22:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Between IPSec Tunnels - Please Help</title>
      <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888735#M960001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! Glad it worked Ryan. Very cool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eloy.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 22:46:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888735#M960001</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-27T22:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Between IPSec Tunnels - Please Help</title>
      <link>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888736#M960003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the setup requires hairpinning/u-turn VPN. I didn't make this up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right in that routing needs to be taken care of, i.e. the PIX in site A needs to know that to get to site C it needs to send traffic out the outside interface, and the crypto ACLs need to be taken care of as you describe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I meant by "the same-security-traffic permit intra-interface command is key" is that this command is necessary so the PIX in site B can send traffic out on the same interface it was originally received (traffic from site A arrives on the outside interface and needs to be sent out the same interface so it can reach site C). Without this command in the PIX on site B u-turn VPN won't work, even if routing and the crypto ACLs are taken care of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't go into details when I first replied to Ryan because I thought that all the details, including routing, crypto ACLs, and the same-security-traffic command, are well presented in the tech. tip I mentioned in that original reply yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan got it to work so everything is good, though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eloy.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 22:53:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-between-ipsec-tunnels-please-help/m-p/888736#M960003</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-27T22:53:34Z</dc:date>
    </item>
  </channel>
</rss>

