<?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 Routing through an IPSEC tunnel in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211032#M214163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please paset your config here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 16:36:26 GMT</pubDate>
    <dc:creator>Manouchehr Omari</dc:creator>
    <dc:date>2013-05-21T16:36:26Z</dc:date>
    <item>
      <title>Routing through an IPSEC tunnel</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211030#M214161</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'll try to explain this as simply as I can and I hope someone can tell me if this is possible, and how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA 5510 configuration that I'd like to add to.&lt;/P&gt;&lt;P&gt;In this configuration there is a site to site IPSEC VPN tunnel to a remote location.&lt;/P&gt;&lt;P&gt;It is tunneling a particular subnet for me and everything is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the remote subnet, there is an ASA 5525-x connected on the outside interface. Let's say for argument's sake, the outside IP is 210.0.0.1&lt;/P&gt;&lt;P&gt;On the Inside interface, i've configured 10.240.32.0/24 network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only static route I have configured on the 5510 is the default gateway that goes to the ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assumed that I have to add: route Outside 10.240.32.0 255.255.255.0 210.0.0.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did this, but i'm not able to reach the destination 10.240.32.0/24 network. I can't see anything hitting the 5525-x and the only thing I see on the 5510 is the building outbound ICMP and the teardown for the ICMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to add a nat rule?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 03:57:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211030#M214161</guid>
      <dc:creator>ianmoroney</dc:creator>
      <dc:date>2019-03-05T03:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Routing through an IPSEC tunnel</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211031#M214162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So to draw it out we have the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Site A &lt;SPAN style="font-size: 10pt;"&gt; (ASA 5510) IP SEC ========= CLOUD ======== IP SEC (ASA 5525) Site B 210.0.0.1 and 10.240.32.0/24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Add a static route from Site A to the outside interface of Site B to reach 10.240.32.0/24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Add a static route from Site B to the outside interface of Sita A to reach &lt;YOUR source="" subnet=""&gt;&lt;/YOUR&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Can you ping the outside interface of site B?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Does the ASA5510 has a routing entry for 10.240.32.0/24?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Does the ASA5510 has a routing entry for the the source adres?&lt;/P&gt;&lt;P&gt;- Does the ASA5525 has a routing entry for 10.240.32.0/24?&lt;/P&gt;&lt;P&gt;- Does the ASA5525 know how to get back to the source adres?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT shouldnt really make a difference here, routing stays the same, unless i overlooked something.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I think you just forgot to route the traffic back, just my 2 cents.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:30:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211031#M214162</guid>
      <dc:creator>SlevinKelevra</dc:creator>
      <dc:date>2013-05-21T16:30:46Z</dc:date>
    </item>
    <item>
      <title>Routing through an IPSEC tunnel</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211032#M214163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please paset your config here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:36:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211032#M214163</guid>
      <dc:creator>Manouchehr Omari</dc:creator>
      <dc:date>2013-05-21T16:36:26Z</dc:date>
    </item>
    <item>
      <title>Routing through an IPSEC tunnel</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211033#M214164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,&lt;/P&gt;&lt;P&gt;The IPSEC tunnel doesn't terminate at the 5525. The 5525 just happens to be sitting on the network that is terminated.&lt;/P&gt;&lt;P&gt;I've done a small diagram to illustrate.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/0/1/5/139510-network.png" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:38:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211033#M214164</guid>
      <dc:creator>ianmoroney</dc:creator>
      <dc:date>2013-05-21T16:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Routing through an IPSEC tunnel</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211034#M214165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If 210.0.0.1 is reachable that is good!, i presume you are &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;not &lt;/STRONG&gt;&lt;/SPAN&gt;using NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Since your directing your traffic to 210.0.0.1 does he know how to reach 10.240.32.0?&lt;/P&gt;&lt;P&gt;- Does your network nodes 10.240.32.0 know how to get back to 10.240.24.0? (should make a default to 210.0.0.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be fair, you should point your traffic to the point where the IP sec tunnel is ending, can still work otherwise, but i think it is cleaner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Is it possible to use a routing protocol for this like EIGRP, OSPF, evn RIPv2 would work, saves you a lot of hazzle with the statics &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:47:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211034#M214165</guid>
      <dc:creator>SlevinKelevra</dc:creator>
      <dc:date>2013-05-21T16:47:06Z</dc:date>
    </item>
    <item>
      <title>Routing through an IPSEC tunnel</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211035#M214166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;10.240.32.0 is the inside interface of the 5525. 210.0.0.1 is the outside of the 5525 so yep they can contact each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem i have is that 10.240.24.0 won't talk to 10.240.32.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may not be able to enable those routing protocols, and I'm happy to have static routes set for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:17:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211035#M214166</guid>
      <dc:creator>ianmoroney</dc:creator>
      <dc:date>2013-05-21T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Routing through an IPSEC tunnel</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211036#M214167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a traceroute back from one of your nodes (PC?) to 10.240.24.0, where it stops there you can find the missing static route. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:22:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-through-an-ipsec-tunnel/m-p/2211036#M214167</guid>
      <dc:creator>SlevinKelevra</dc:creator>
      <dc:date>2013-05-21T17:22:19Z</dc:date>
    </item>
  </channel>
</rss>

