<?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 VPN -- Point to Point Connection Routing. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875540#M492671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found the issue. I was missing a route on Firewall Site A to send Site B traffic via the Core Switch at Site A. Core Switch does the routing. Adding that everything started working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2011 21:30:38 GMT</pubDate>
    <dc:creator>Pratik Prajapati</dc:creator>
    <dc:date>2011-11-22T21:30:38Z</dc:date>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875532#M492654</link>
      <description>&lt;P&gt;The VPN is up and running between Site C and Site A. No problem there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;I can ping 10.2.24.1 from Site A P2P Router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;But I cannot ping from Site B P2P Router. The ping times out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;I have the following routes on 3 routers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;Site A P2P Router: ip route 10.2.24.0 255.255.255.0 172.16.5.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;Site B P2P Router:&amp;nbsp; ip route 10.2.24.0 255.255.255.0 172.16.5.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;Site B Router Gateway:&amp;nbsp; ip route 10.2.24.0 255.255.255.0 172.16.5.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;When i start a ping from &lt;A href="http://172.20.3.0/24" style="color: #1155cc;" target="_blank"&gt;172.20.3.0/24&lt;/A&gt; network, Site C see the ping coming from 172.20.3.0 network and sends out a reply. But I never get a reply and i get a request timed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;My task is that i should be able to ping Site C from any machine at Site B&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:54:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875532#M492654</guid>
      <dc:creator>Pratik Prajapati</dc:creator>
      <dc:date>2019-03-11T21:54:03Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875533#M492655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your next hops should be 1 away unless you are running a dynamic routing protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Site B P2P Router:&amp;nbsp; ip route 10.2.24.0 255.255.255.0 172.16.5.3 change to &lt;/P&gt;&lt;P&gt;ip route 10.2.24.0 255.255.255.0 172.16.1.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Site B Router Gateway:&amp;nbsp; ip route 10.2.24.0 255.255.255.0 172.16.5.3 change to &lt;/P&gt;&lt;P&gt;ip route 10.2.24.0 255.255.255.0 172.20.3.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And ensure the correct IP subnets are part of the interesting traffic acl and the no-nat acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 14:50:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875533#M492655</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2011-11-22T14:50:25Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875534#M492656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the routes to what you suggested. but still its the same. The ping to Site C network times out if i do from a Site B machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 15:44:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875534#M492656</guid>
      <dc:creator>Pratik Prajapati</dc:creator>
      <dc:date>2011-11-22T15:44:29Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875535#M492657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Post the output from a traceroute from the Site B Machine.&amp;nbsp; And check to make sure the site B IP subnet is on the list of interesting traffic for the VPN, and it is not be double natted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 15:48:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875535#M492657</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2011-11-22T15:48:49Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875536#M492660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot do a traceroute becuase the guy who manages Site C has disabled tracerouting. When I ping Site C from Site B, Site C does see that the packet is coming from Site B and sends out a reply. But I receive a 'request timed out' on Site B. So it seems like the packet gets dropped between Site A P2P router and Site B P2P router.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 16:15:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875536#M492660</guid>
      <dc:creator>Pratik Prajapati</dc:creator>
      <dc:date>2011-11-22T16:15:14Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875537#M492662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; How is that possible - if someone else manages site C, how can you see site C respond?&amp;nbsp; What firewalls terminate the VPN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 16:37:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875537#M492662</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2011-11-22T16:37:41Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875538#M492666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He said to me that he can see traffic coming from Site B. Both firewalls at Site A and Site C are Cisco ASAs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 16:41:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875538#M492666</guid>
      <dc:creator>Pratik Prajapati</dc:creator>
      <dc:date>2011-11-22T16:41:22Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875539#M492669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something does not sounds right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the output from the command "show crypto ipsec sa" from both devices, and "show access-list" from both devcies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 16:44:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875539#M492669</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2011-11-22T16:44:43Z</dc:date>
    </item>
    <item>
      <title>VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875540#M492671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found the issue. I was missing a route on Firewall Site A to send Site B traffic via the Core Switch at Site A. Core Switch does the routing. Adding that everything started working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 21:30:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875540#M492671</guid>
      <dc:creator>Pratik Prajapati</dc:creator>
      <dc:date>2011-11-22T21:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: VPN -- Point to Point Connection Routing.</title>
      <link>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875541#M492672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good news&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 21:36:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-point-to-point-connection-routing/m-p/1875541#M492672</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2011-11-22T21:36:45Z</dc:date>
    </item>
  </channel>
</rss>

