<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>VPN - no ping in Virtual Private Networking</title>
<link>http://www.dslreports.com/forum/r22264578</link>
<description></description>
<language>en</language>
<pubDate>Sun, 22 Nov 2009 18:47:34 EDT</pubDate>
<lastBuildDate>Sun, 22 Nov 2009 18:47:34 EDT</lastBuildDate>

<item>
<title>Re: VPN - no ping</title>
<link>http://www.dslreports.com/forum/remark,22317359</link>
<description><![CDATA[<A HREF="/useremail/u/1638312"><b>robineq</b></A> : yes the VPN is established but add this to the access-list doesn't solve the problem]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22317359</guid>
<pubDate>Thu, 30 Apr 2009 04:22:13 EDT</pubDate>
</item>

<item>
<title>Re: VPN - no ping</title>
<link>http://www.dslreports.com/forum/remark,22309756</link>
<description><![CDATA[<A HREF="/useremail/u/1285400"><b>g3neration</b></A> : If the VPN is established then right now it would seem like its just the traffic that is permitted.  So on the 861, I would also allow traffic by doing:<br><br>access-list 101 permit ip 192.168.5.0 0.0.0.255 192.168.2.0 0.0.0.255]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22309756</guid>
<pubDate>Tue, 28 Apr 2009 18:50:51 EDT</pubDate>
</item>

<item>
<title>Re: VPN - no ping</title>
<link>http://www.dslreports.com/forum/remark,22300959</link>
<description><![CDATA[<A HREF="/useremail/u/1638312"><b>robineq</b></A> : Hi!<br><br>I have two vpn on the cisco 861<br>Yes, I want one network permitted between 192.168.2.0 to 192.168.5.0 and vice versa... The vpn are connecting.<br>I can ping from netgear my add 79.xxx.xxx.xxx but not local 192.168.2.0, also I can't ping from cisco add 95.xxx.xxx.xxx ... ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22300959</guid>
<pubDate>Mon, 27 Apr 2009 02:28:49 EDT</pubDate>
</item>

<item>
<title>Re: VPN - no ping</title>
<link>http://www.dslreports.com/forum/remark,22298719</link>
<description><![CDATA[<A HREF="/useremail/u/1285400"><b>g3neration</b></A> : Your interesting traffic for that should be going to the Netgear is defined by: <br><br>crypto map SDM_CMAP_1 2 ipsec-isakmp<br><br>Interesting traffic is being matched against access list 101.  Access list 101 only has one network permitted which is 192.168.2.0 to 192.168.5.0.  Is that the two networks you want?  You might also want to allow traffic from 192.168.5.0 to 192.168.2.0.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22298719</guid>
<pubDate>Sun, 26 Apr 2009 15:38:06 EDT</pubDate>
</item>

<item>
<title>VPN - no ping</title>
<link>http://www.dslreports.com/forum/remark,22264578</link>
<description><![CDATA[<A HREF="/useremail/u/1638312"><b>robineq</b></A> : Hi!<br><br>I have a problem with VPN between 79.xxx (Cisco 861) and 95.xxx (Netgear FVS318) connection is set but there is no ping to local network.<br><br>Please help or suggestions.<br><br>CISCO 861:<br>Building configuration...<br>Current configuration : 7982 bytes<br>!<br>version 12.4<br>username xxx privilege 15 secret 5 $1$2jm/$McHxNl6f/uhr55FK1Bx2o/<br>! <br>crypto isakmp policy 1<br> encr 3des<br> authentication pre-share<br> group 2<br>!<br>crypto isakmp policy 2<br> encr 3des<br> authentication pre-share<br> group 2<br>!<br>crypto isakmp policy 3<br> encr 3des<br> authentication pre-share<br> group 2<br> lifetime 3600<br>!<br>crypto isakmp key 1xxxxxxxxxxxxxx address 212.xxx.102.xxx<br>crypto isakmp key ixxxxxxxxxxxxxx address 95.xxx.xxx.xxx<br>!<br>!<br>crypto ipsec transform-set gre esp-3des esp-sha-hmac <br>crypto ipsec transform-set serwis esp-3des esp-sha-hmac <br>!<br>crypto map SDM_CMAP_1 1 ipsec-isakmp <br> description Tunnel to 212.xxx.100.xxx<br> set peer 212.xxx.102.xxx<br> set transform-set gre <br> set pfs group2<br> match address 112<br>!<br>crypto map SDM_CMAP_1 2 ipsec-isakmp <br> description Tunnel to 95.xxx.xxx.xxx<br> set peer 95.xxx.xxx.xxx<br> set transform-set serwis <br> set pfs group2<br> match address 101<br>!<br>interface Tunnel0<br> ip address 192.168.1.1 255.255.255.252<br> tunnel source FastEthernet4<br> tunnel destination 212.xxx.100.xxx<br>!<br>interface FastEthernet0<br>!<br>interface FastEthernet1<br>!<br>interface FastEthernet2<br>!<br>interface FastEthernet3<br>!<br>interface FastEthernet4<br> description $ES_WAN$$FW_OUTSIDE$<br> ip address 79.xxx.xxx.xxx 255.255.255.248<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip nat outside<br> ip virtual-reassembly<br> duplex auto<br> speed auto<br> crypto map SDM_CMAP_1<br>!<br>interface Vlan1<br> description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$<br> ip address 192.168.2.1 255.255.255.0<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip nat inside<br> ip virtual-reassembly<br> ip tcp adjust-mss 1452<br> crypto map SDM_CMAP_1<br>!<br>ip forward-protocol nd<br>ip route 0.0.0.0 0.0.0.0 79.xxx.xxx.xxx 15<br>ip route 79.xxx.xxx.xxx 255.255.255.248 FastEthernet4<br>ip route 192.168.2.0 255.255.255.0 Vlan1<br>ip route 192.168.2.0 255.255.255.0 Tunnel0<br>ip route 192.168.3.0 255.255.255.0 192.168.1.2<br>ip route 192.168.4.0 255.255.255.0 192.168.1.2<br>ip http server<br>ip http access-class 23<br>ip http authentication local<br>ip http secure-server<br>ip http timeout-policy idle 60 life 86400 requests 10000<br>!<br>ip nat inside source route-map SDM_RMAP_1 interface FastEthernet4 overload<br>!<br>access-list 1 remark INSIDE_IF=Vlan1<br>access-list 1 remark CCP_ACL Category=2<br>access-list 1 permit 192.168.2.0 0.0.0.255<br>access-list 100 remark CCP_ACL Category=4<br>access-list 100 permit gre host 79.xxx.xxx.xxx host 212.xxx.100.xxx<br>access-list 100 permit ip 192.168.2.0 0.0.0.255 any<br>access-list 101 remark CCP_ACL Category=4<br>access-list 101 remark IPSec Rule<br>access-list 101 permit ip 192.168.2.0 0.0.0.255 192.168.5.0 0.0.0.255<br>access-list 112 remark CCP_ACL Category=4<br>access-list 112 permit ip host 79.xxx.xxx.xxx host 212.xxx.100.xxx<br>access-list 112 permit icmp host 79.xxx.xxx.xxx host 212.xxx.100.xxx<br>access-list 112 permit icmp host 79.xxx.xxx.xxx host 192.168.4.0<br>access-list 112 permit icmp host 79.xxx.xxx.xxx host 192.168.3.0<br>access-list 112 permit ip host 79.xxx.xxx.xxx host 192.168.3.0<br>access-list 112 permit ip host 79.xxx.xxx.xxx host 192.168.4.0<br>no cdp run<br><br>route-map SDM_RMAP_1 permit 1<br> match ip address 100<br>!<br>route-map SDM_RMAP_1 permit 2<br> match ip address 101<br>!<br><br>NETGEAR FVS318:<br><A HREF="http://img151.imageshack.us/my.php?image=ikepolicy.jpg"> <IMG SRC="http://img151.imageshack.us/img151/593/ikepolicy.th.jpg"> </a><br><A HREF="http://img151.imageshack.us/my.php?image=ipsecconnection.jpg"> <IMG SRC="http://img151.imageshack.us/img151/4622/ipsecconnection.th.jpg"> </a><br><A HREF="http://img151.imageshack.us/my.php?image=rules.jpg"> <IMG SRC="http://img151.imageshack.us/img151/990/rules.th.jpg"> </a><br><A HREF="http://img151.imageshack.us/my.php?image=vpnpolicy.jpg"> <IMG SRC="http://img151.imageshack.us/img151/5987/vpnpolicy.th.jpg"> </a><br><br>log's:<br>[2009-04-20 06:43:38]**** AGGRESSIVE MODE COMPLETED ****<br>[2009-04-20 06:43:38][==== IKE PHASE 2(to 79.xxx.xxx.xxx) START (initiator) ====]<br>[2009-04-20 06:43:39]**** SENT OUT FIRST MESSAGE OF QUICK MODE ****<br>[2009-04-20 06:43:39]Initiator IPADDR=192.168.5.0,PORT=0<br>[2009-04-20 06:43:39]Responder IPADDR=192.168.2.0,PORT=0<br>[2009-04-20 06:43:39]**** RECEIVED SECOND MESSAGE OF QUICK MODE ****<br>[2009-04-20 06:43:39] PAYLOADS: HASH,SA,PROP,TRANS,NONCE,KE,ID,ID<br>[2009-04-20 06:43:39] PAYLOADS: HASH<br>[2009-04-20 06:43:39]**** SENT OUT THIRD MESSAGE OF QUICK MODE ****<br>[2009-04-20 06:43:41]**** QUICK MODE COMPLETED ****<br>[2009-04-20 06:43:41][==== IKE PHASE 2 ESTABLISHED====]<br>[2009-04-20 07:42:33][==== IKE PHASE 2(from 79.xxx.xxx.xxx) START (responder) ====]<br>[2009-04-20 07:42:33]**** RECEIVED FIRST MESSAGE OF QUICK MODE ****<br>[2009-04-20 07:42:33] PAYLOADS: HASH,SA,PROP,TRANS,NONCE,KE,ID,ID<br>[2009-04-20 07:42:33]**** FOUND IDs,EXTRACT ID INFO ****<br>[2009-04-20 07:42:33]Initiator IPADDR=192.168.2.0 MASK=255.255.255.0<br>[2009-04-20 07:42:33]Responder IPADDR=192.168.5.0 MASK=255.255.255.0<br>[2009-04-20 07:42:34]**** SENT OUT SECOND MESSAGE OF QUICK MODE ****<br>[2009-04-20 07:42:34]**** RECEIVED THIRD MESSAGE OF QUICK MODE ****<br>[2009-04-20 07:42:34] PAYLOADS: HASH<br>[2009-04-20 07:42:36]**** QUICK MODE COMPLETED ****<br>[2009-04-20 07:42:36][==== IKE PHASE 2 ESTABLISHED====]<br>[2009-04-20 07:42:42]DISCARDING RETRANSMITTED PACKET...<br>[2009-04-20 07:42:46]DISCARDING RETRANSMITTED PACKET...<br>[2009-04-20 07:42:52]DISCARDING RETRANSMITTED PACKET...<br>[2009-04-20 07:43:26]**** RECEIVED INFORMATIONAL EXCHANGE MESSAGE ****<br>[2009-04-20 07:43:45] PAYLOADS: HASH,DEL]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22264578</guid>
<pubDate>Mon, 20 Apr 2009 03:07:21 EDT</pubDate>
</item>

</channel>
</rss>
