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

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

<channel>
<title>Topic &#x27;[Config] site to site VPN issues using Cisco ASA 5500 to Router&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Router-21413256</link>
<description></description>
<language>en</language>
<pubDate>Thu, 09 Feb 2012 04:50:38 EDT</pubDate>
<lastBuildDate>Thu, 09 Feb 2012 04:50:38 EDT</lastBuildDate>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21612946</link>
<description><![CDATA[atlas01 posted : Thanks for the heads up. I realized that PFS was a issue between the two devices after many hours of trouble shooting :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21612946</guid>
<pubDate>Sat, 20 Dec 2008 14:57:33 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21605828</link>
<description><![CDATA[thejipster posted : FYI, I know you have solved this issue.  This is mainly for other who run into this issue in the future.<br>IPSEC router has pfs disabled by default.<br> <br>Problem is that Cisco IOS IPSEC router will be able to accept PFS from the peer even if PFS is disabled.<br> <br>But if ASA has PFS enabled,  IPSEC router will fail the IPSEC negotiation since ASA will reject the IPSEC negotiation.<br> <br>That explains the one-directional IPSEC setup issue.<br> ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21605828</guid>
<pubDate>Fri, 19 Dec 2008 03:22:34 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21440223</link>
<description><![CDATA[atlas01 posted : It was a issue with my connection renewing the lease on the IP.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21440223</guid>
<pubDate>Mon, 17 Nov 2008 11:24:53 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21432356</link>
<description><![CDATA[kubaff posted : <br>sorry...<br><br>sh crypto ipsec sa]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21432356</guid>
<pubDate>Sat, 15 Nov 2008 13:01:52 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21432314</link>
<description><![CDATA[kubaff posted : Ran the CLEAR CRYPTO IPSEC SA<br><br>Could you display<br><br>- sh crypto isakmp sa<br>- sh crypto isakmp ipsec<br><br>You could be having issues with IPSEC;<br><br> - debug crypto ipsec]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21432314</guid>
<pubDate>Sat, 15 Nov 2008 12:52:14 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21421336</link>
<description><![CDATA[atlas01 posted : kubaff,<br><br>I did something similar but used extended ACL's since standard didn't allow for the source IP to be listed:<br><br>access-list 150 deny   ip 172.16.2.0 0.0.0.255 172.31.12.0 0.0.0.255<br>access-list 150 permit ip 172.16.2.0 0.0.0.255 any<br>access-list 150 permit ip 172.16.3.0 0.0.0.255 any<br><br>I actually got the whole thing to work at one point last night by setting 'set pfs group1' to 'crypto map CLIENTMAP 1 ipsec-isakmp' but then I changed something when cleaning up and broke it. Slightly frustrating...<br><br>Here's the most recent config for the router:<br><br><pre class="brush: text">version 12.4&#012;service timestamps debug datetime msec&#012;service timestamps log datetime&#012;service password-encryption&#012;!&#012;hostname 3725router&#012;!&#012;boot-start-marker&#012;boot system flash:/c3725-adventerprisek9-mz.124-21.bin&#012;boot-end-marker&#012;!&#012;logging buffered 8192 debugging&#012;logging console informational&#012;enable secret 5 $1$BUZ8$sNjxnHHht1NP3co5Vkj2o0&#012;!&#012;aaa new-model&#012;!&#012;!&#012;aaa authentication login default local&#012;aaa authentication ppp default local&#012;aaa authorization exec default local &#012;aaa authorization network default local &#012;!&#012;aaa session-id common&#012;clock timezone EST -5&#012;clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00&#012;network-clock-participate slot 1 &#012;network-clock-participate slot 2 &#012;no ip source-route&#012;!&#012;ip traffic-export profile IDS-SNORT&#012;  interface FastEthernet0/0&#012;  bidirectional&#012;  mac-address 000c.2989.f93a&#012;ip cef&#012;!&#012;!&#012;no ip dhcp use vrf connected&#012;ip dhcp excluded-address 172.16.2.1&#012;ip dhcp excluded-address 172.16.3.1&#012;!&#012;ip dhcp pool VLAN2clients&#012;   network 172.16.2.0 255.255.255.0&#012;   default-router 172.16.2.1 &#012;   option 66 ip 172.16.2.10 &#012;   option 150 ip 172.16.2.10 &#012;   dns-server 68.87.74.162 68.87.68.162 68.87.73.242 &#012;!&#012;ip dhcp pool VLAN3clients&#012;   network 172.16.3.0 255.255.255.0&#012;   default-router 172.16.3.1 &#012;   dns-server 68.87.74.162 68.87.68.162 68.87.73.242 &#012;!&#012;ip dhcp pool DEBIAN&#012;   host 172.16.2.6 255.255.255.0&#012;   hardware-address 0004.e29c.4345&#012;!&#012;!&#012;ip domain name neocipher.net&#012;ip name-server 68.87.74.162&#012;ip name-server 68.87.68.162&#012;ip inspect udp idle-time 900&#012;ip inspect name SDM_LOW cuseeme&#012;ip inspect name SDM_LOW dns&#012;ip inspect name SDM_LOW ftp&#012;ip inspect name SDM_LOW h323&#012;ip inspect name SDM_LOW https&#012;ip inspect name SDM_LOW icmp&#012;ip inspect name SDM_LOW netshow&#012;ip inspect name SDM_LOW rcmd&#012;ip inspect name SDM_LOW realaudio&#012;ip inspect name SDM_LOW rtsp&#012;ip inspect name SDM_LOW sqlnet&#012;ip inspect name SDM_LOW streamworks&#012;ip inspect name SDM_LOW tftp&#012;ip inspect name SDM_LOW tcp&#012;ip inspect name SDM_LOW udp&#012;ip inspect name SDM_LOW vdolive&#012;ip inspect name SDM_LOW imap&#012;ip inspect name SDM_LOW pop3&#012;ip inspect name SDM_LOW esmtp&#012;ip auth-proxy max-nodata-conns 3&#012;ip admission max-nodata-conns 3&#012;ip ips sdf location flash://256MB.sdf&#012;ip ips notify SDEE&#012;ip ips name sdm_ips_rule&#012;vpdn enable&#012;!&#012;!&#012;!&#012;crypto isakmp policy 3&#012; encr 3des&#012; authentication pre-share&#012; group 2&#012;!&#012;crypto isakmp policy 10&#012; authentication pre-share&#012;crypto isakmp key key address 2.2.2.2 no-xauth&#012;crypto isakmp key key address 10.0.0.2 no-xauth&#012;!&#012;crypto isakmp client configuration group VPN-Users&#012; key key&#012; dns 68.87.74.162 68.87.68.162&#012; domain neocipher.net&#012; pool VPN_POOL&#012; acl 115&#012; include-local-lan&#012; netmask 255.255.255.0&#012;crypto isakmp profile IKE-PROFILE&#012;   match identity group VPN-Users&#012;   client authentication list default&#012;   isakmp authorization list default&#012;   client configuration address initiate&#012;   client configuration address respond&#012;   virtual-template 1&#012;!&#012;!&#012;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &#012; mode transport&#012;!&#012;crypto ipsec profile IPSEC_PROFILE1&#012; set transform-set ESP-3DES-SHA &#012; set isakmp-profile IKE-PROFILE&#012;!&#012;!&#012;crypto dynamic-map DYNMAP 10&#012; set transform-set ESP-3DES-SHA &#012;!&#012;!&#012;crypto map CLIENTMAP client authentication list default&#012;crypto map CLIENTMAP isakmp authorization list default&#012;crypto map CLIENTMAP client configuration address respond&#012;crypto map CLIENTMAP 1 ipsec-isakmp &#012; set peer 2.2.2.2&#012; set transform-set ESP-3DES-SHA &#012; set pfs group1&#012; match address 100&#012;crypto map CLIENTMAP 10 ipsec-isakmp dynamic DYNMAP &#012;!&#012;!&#012;!&#012;!&#012;interface Loopback0&#012; ip address 192.168.0.1 255.255.255.0&#012; no ip unreachables&#012; ip virtual-reassembly&#012;!&#012;interface Tunnel0&#012; description HE.net&#012; no ip address&#012; ipv6 address 2001:470:1F06:3B6::2/64&#012; ipv6 enable&#012; tunnel source 78.18.222.115&#012; tunnel destination 209.51.161.14&#012; tunnel mode ipv6ip&#012;!&#012;interface Null0&#012; no ip unreachables&#012;!&#012;interface FastEthernet0/0&#012; description $ETH-WAN$$FW_OUTSIDE$&#012; ip address dhcp client-id FastEthernet0/0 hostname 3725router&#012; ip access-group 104 in&#012; no ip unreachables&#012; ip nat outside&#012; ip inspect SDM_LOW out&#012; ip ips sdm_ips_rule in&#012; ip virtual-reassembly&#012; duplex auto&#012; speed auto&#012; crypto map CLIENTMAP&#012;!&#012;interface Serial0/0&#012; description $FW_OUTSIDE$&#012; ip address 10.0.0.1 255.255.240.0&#012; ip access-group 105 in&#012; ip verify unicast reverse-path&#012; no ip unreachables&#012; ip inspect SDM_LOW out&#012; ip virtual-reassembly&#012; clock rate 2000000&#012; crypto map CLIENTMAP&#012;!&#012;interface FastEthernet0/1&#012; no ip address&#012; no ip unreachables&#012; ip virtual-reassembly&#012; duplex auto&#012; speed auto&#012;!&#012;interface FastEthernet0/1.2&#012; description $FW_INSIDE$&#012; encapsulation dot1Q 2&#012; ip address 172.16.2.1 255.255.255.0&#012; ip access-group 101 in&#012; no ip unreachables&#012; ip nat inside&#012; ip virtual-reassembly&#012; ipv6 address 2001:470:880D::1/64&#012; ipv6 enable&#012;!&#012;interface FastEthernet0/1.3&#012; description $FW_INSIDE$&#012; encapsulation dot1Q 3&#012; ip address 172.16.3.1 255.255.255.0&#012; ip access-group 102 in&#012; no ip unreachables&#012; ip virtual-reassembly&#012;!&#012;interface FastEthernet0/1.10&#012;!&#012;interface Serial0/1&#012; no ip address&#012; no ip unreachables&#012; shutdown&#012; clock rate 2000000&#012;!&#012;interface Virtual-Template1 type tunnel&#012; description $FW_INSIDE$&#012; ip unnumbered Loopback0&#012; ip access-group 103 in&#012; no ip unreachables&#012; ip virtual-reassembly&#012; tunnel mode ipsec ipv4&#012; tunnel protection ipsec profile IPSEC_PROFILE1&#012;!&#012;ip local pool VPN_POOL 192.168.0.100 192.168.0.105&#012;ip forward-protocol nd&#012;ip route 172.16.10.0 255.255.255.0 10.0.0.2&#012;ip route 172.31.12.0 255.255.255.0 74.245.61.45&#012;!&#012;!&#012;ip http server&#012;ip http authentication local&#012;ip http secure-server&#012;ip http timeout-policy idle 600 life 86400 requests 10000&#012;ip nat translation udp-timeout 900&#012;ip nat inside source list 150 interface FastEthernet0/0 overload&#012;!&#012;logging trap debugging&#012;logging origin-id hostname&#012;logging 172.16.2.6&#012;access-list 100 permit ip 172.16.2.0 0.0.0.255 172.16.10.0 0.0.0.255&#012;access-list 100 permit ip 172.16.2.0 0.0.0.255 172.31.12.0 0.0.0.255&#012;access-list 101 remark SDM_ACL Category=17&#012;access-list 101 permit ahp any host 172.16.2.1&#012;access-list 101 permit esp any host 172.16.2.1&#012;access-list 101 permit udp any host 172.16.2.1 eq isakmp&#012;access-list 101 permit udp any host 172.16.2.1 eq non500-isakmp&#012;access-list 101 permit ip 172.16.10.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 101 permit ip 172.31.12.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 101 deny   ip 10.0.0.0 0.0.15.255 any log&#012;access-list 101 deny   ip 192.168.0.0 0.0.0.255 any log&#012;access-list 101 deny   ip 172.16.3.0 0.0.0.255 any log&#012;access-list 101 deny   ip host 255.255.255.255 any log&#012;access-list 101 deny   ip 127.0.0.0 0.255.255.255 any log&#012;access-list 101 deny   tcp any any range 1 chargen log&#012;access-list 101 deny   tcp any any eq whois log&#012;access-list 101 deny   tcp any any eq 93 log&#012;access-list 101 deny   tcp any any range 135 139 log&#012;access-list 101 deny   tcp any any eq 445 log&#012;access-list 101 deny   tcp any any range exec 518 log&#012;access-list 101 deny   tcp any any eq uucp log&#012;access-list 101 permit ip any any&#012;access-list 102 deny   ip 172.16.2.0 0.0.0.255 any log&#012;access-list 102 deny   ip 10.0.0.0 0.0.15.255 any log&#012;access-list 102 deny   ip 192.168.0.0 0.0.0.255 any log&#012;access-list 102 deny   ip host 255.255.255.255 any log&#012;access-list 102 deny   ip 127.0.0.0 0.255.255.255 any log&#012;access-list 102 permit ip any any&#012;access-list 103 deny   ip 172.16.2.0 0.0.0.255 any&#012;access-list 103 deny   ip 10.0.0.0 0.0.15.255 any&#012;access-list 103 deny   ip 172.16.3.0 0.0.0.255 any&#012;access-list 103 deny   ip host 255.255.255.255 any&#012;access-list 103 deny   ip 127.0.0.0 0.255.255.255 any&#012;access-list 103 permit ip any any&#012;access-list 104 remark SDM_ACL Category=17&#012;access-list 104 permit udp host 205.152.132.23 eq domain any&#012;access-list 104 permit udp host 205.152.144.23 eq domain any&#012;access-list 104 remark Auto generated by SDM for NTP (123) 129.6.15.29&#012;access-list 104 permit udp host 129.6.15.29 eq ntp any eq ntp&#012;access-list 104 permit ahp any any&#012;access-list 104 permit esp any any&#012;access-list 104 permit 41 any any&#012;access-list 104 permit udp any any eq isakmp&#012;access-list 104 permit udp any any eq non500-isakmp&#012;access-list 104 deny   ip 10.0.0.0 0.0.15.255 any log&#012;access-list 104 permit ip 172.16.10.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 104 deny   ip 172.16.2.0 0.0.0.255 any log&#012;access-list 104 deny   ip 192.168.0.0 0.0.0.255 any log&#012;access-list 104 deny   ip 172.16.3.0 0.0.0.255 any log&#012;access-list 104 permit udp any eq bootps any eq bootpc&#012;access-list 104 permit icmp any any echo-reply&#012;access-list 104 permit icmp any any time-exceeded&#012;access-list 104 permit icmp any any unreachable&#012;access-list 104 permit icmp any any echo&#012;access-list 104 deny   icmp any any mask-request log&#012;access-list 104 deny   icmp any any redirect log&#012;access-list 104 deny   ip 10.0.0.0 0.255.255.255 any log&#012;access-list 104 deny   ip 172.16.0.0 0.15.255.255 any log&#012;access-list 104 deny   ip 192.168.0.0 0.0.255.255 any log&#012;access-list 104 deny   ip 127.0.0.0 0.255.255.255 any log&#012;access-list 104 deny   ip 224.0.0.0 15.255.255.255 any log&#012;access-list 104 deny   ip host 255.255.255.255 any log&#012;access-list 104 deny   tcp any any range 6000 6063 log&#012;access-list 104 deny   tcp any any eq 6667 log&#012;access-list 104 deny   tcp any any range 12345 12346 log&#012;access-list 104 deny   tcp any any eq 31337 log&#012;access-list 104 deny   udp any any eq 2049 log&#012;access-list 104 deny   udp any any eq 31337 log&#012;access-list 104 deny   udp any any range 33400 34400 log&#012;access-list 104 deny   ip any any log&#012;access-list 105 permit udp host 129.6.15.29 eq ntp host 10.0.0.1 eq ntp&#012;access-list 105 permit ahp host 10.0.0.2 host 10.0.0.1&#012;access-list 105 permit esp host 10.0.0.2 host 10.0.0.1&#012;access-list 105 permit udp host 10.0.0.2 host 10.0.0.1 eq isakmp&#012;access-list 105 permit udp host 10.0.0.2 host 10.0.0.1 eq non500-isakmp&#012;access-list 105 permit ip 172.16.10.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 105 permit udp host 10.0.0.2 host 172.16.2.10 eq tftp&#012;access-list 105 permit udp host 10.0.0.2 host 172.16.2.5 eq syslog&#012;access-list 105 deny   ip 172.16.2.0 0.0.0.255 any&#012;access-list 105 deny   ip 192.168.0.0 0.0.0.255 any&#012;access-list 105 deny   ip 172.16.3.0 0.0.0.255 any&#012;access-list 105 permit icmp any host 10.0.0.1 echo-reply&#012;access-list 105 permit icmp any host 10.0.0.1 time-exceeded&#012;access-list 105 permit icmp any host 10.0.0.1 unreachable&#012;access-list 105 deny   ip 10.0.0.0 0.255.255.255 any&#012;access-list 105 deny   ip 172.16.0.0 0.15.255.255 any&#012;access-list 105 deny   ip 192.168.0.0 0.0.255.255 any&#012;access-list 105 deny   ip 127.0.0.0 0.255.255.255 any&#012;access-list 105 deny   ip host 255.255.255.255 any&#012;access-list 105 deny   ip host 0.0.0.0 any&#012;access-list 105 deny   ip any any log&#012;access-list 115 permit ip 172.16.0.0 0.0.255.255 any&#012;access-list 120 deny   ip 172.16.0.0 0.0.255.255 192.168.0.0 0.0.0.255&#012;access-list 120 permit ip 172.16.0.0 0.0.255.255 any&#012;access-list 150 deny   ip 172.16.2.0 0.0.0.255 172.31.12.0 0.0.0.255&#012;access-list 150 permit ip 172.16.2.0 0.0.0.255 any&#012;access-list 150 permit ip 172.16.3.0 0.0.0.255 any&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21421336</guid>
<pubDate>Thu, 13 Nov 2008 09:57:25 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21420480</link>
<description><![CDATA[kubaff posted : It's all in the NATing. I had a similar situation between a PIX and 2811<br><br>You need to make sure that the INTERESTING TRAFFIC in EXCLUDED from the Global NAT statement. In addition the "reverse" ACL (10) attached to the Crypto map.<br><br>access-list 10 permit 172.16.2.0 0.0.0.255 172.16.10.0 0.0.0.255<br>access-list 10 permit 172.16.3.0 0.0.0.255 172.31.12.0 0.0.0.255<br><br>crypto map CLIENTMAP 1 ipsec-isakmp   <br>set peer 1.1.1.1  <br>set transform-set ESP-3DES-SHA   <br>match address 10<br><br>access-list 11 deny 172.16.2.0 0.0.0.255 172.16.10.0 0.0.0.255<br>access-list 11 deny 172.16.3.0 0.0.0.255 172.31.12.0 0.0.0.255<br>access-list 11 permit 172.16.2.0 0.0.0.255 any<br>access-list 11 permit 172.16.3.0 0.0.0.255 any<br><br>ip nat inside source list 11 interface FastEthernet0/0 overload]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21420480</guid>
<pubDate>Thu, 13 Nov 2008 02:13:23 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21415475</link>
<description><![CDATA[atlas01 posted : I've been able to connect to the ASA to other ASA and PIX devices but not to the router. I imagine is something like a ACL issue or something I'm missing. Thanks for the links though.<br><br>I'm assuming since the ASA side can initiate the connection that there is a problem with the router side of things.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21415475</guid>
<pubDate>Wed, 12 Nov 2008 09:26:29 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21415453</link>
<description><![CDATA[aryoba posted : There is this forum FAQ link providing IPSec tunnel sample configuration between PIX (or ASA) and router.<br><br>&raquo;<A HREF="/faq/cisco">Cisco Forum FAQ</A> &raquo;<A HREF="/faq/14243">Various Site-to-Site IPSec VPN: Cisco, Juniper, Checkpoint, Sonicwall, Zywall</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21415453</guid>
<pubDate>Wed, 12 Nov 2008 09:21:56 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21415314</link>
<description><![CDATA[atlas01 posted : kubaff,<br><br>I changed the ACL for NAT as you mentioned to the following extended ACL's but it still didn't work:<br><pre class="brush: text">access-list 150 deny   ip 172.16.2.0 0.0.0.255 172.31.12.0 0.0.0.255&#012;access-list 150 permit ip 172.16.2.0 0.0.0.255 any&#012; &#012;</pre><!--end code block--><br>Any other ideas?<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21415314</guid>
<pubDate>Wed, 12 Nov 2008 08:47:00 EDT</pubDate>
</item>

<item>
<title>Re: [Config] site to site VPN issues using Cisco ASA 5500 to Rou</title>
<link>http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21414843</link>
<description><![CDATA[kubaff posted : you need to EXCLUDE the INTERESTING traffic from being NAT'd on the router. Use an extended AccessList and make sure it's the FIRST ACL to be processed<br><br>ip nat inside source list 1 interface FastEthernet0/0 overload  <br><br># access-list 1 permit 172.16.2.0 0.0.0.255  <br># access-list 1 permit 172.16.3.0 0.0.0.255  <br><br>Change ACL to <br><br>access-list xx deny 172.16.2.0 0.0.0.255  172.16.10.0 0.0.0.255<br>access-list xx deny 172.16.3.0 0.0.0.255  172.31.12.0 0.0.0.255<br>access-list xx permit 172.16.2.0 0.0.0.255  any<br>access-list xx permit 172.16.3.0 0.0.0.255  any<br><br>ip nat inside source list x interface FastEthernet0/0 overload]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Rou-21414843</guid>
<pubDate>Wed, 12 Nov 2008 04:36:22 EDT</pubDate>
</item>

<item>
<title>[Config] site to site VPN issues using Cisco ASA 5500 to Router</title>
<link>http://www.dslreports.com/forum/Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Router-21413256</link>
<description><![CDATA[atlas01 posted : Hey everyone I've been having a bit of a snag when trying to connect to point via VPN. One end is a ASA5505 and the other is a 3725 router. The network on the router side I'm trying to access is 172.16.2.x and on the ASA side 172.31.12.x.<br><br>I am able to initiate the connection from the ASA side but not from the router side. I am unable to transfer any data between to two hosts:<br><pre class="brush: text"># sh crypto isakmp sa&#012; &#012;   Active SA: 2&#012;    Rekey SA: 0 (A tunnel will report 1 Active and 1 Rekey SA during&#012;rekey)&#012;Total IKE SA: 2&#012; &#012;1   IKE Peer: x.x.x.x.&#012;    Type    : user            Role    : responder&#012;    Rekey   : no              State   : AM_ACTIVE&#012;2   IKE Peer: x.x.x.x&#012;    Type    : L2L             Role    : initiator&#012;    Rekey   : no              State   : MM_ACTIVE&#012; &#012;#sh crypto isakmp sa&#012;dst             src             state          conn-id slot status&#012;x.x.x.x   x.x.x.x    QM_IDLE              1    0 ACTIVE &#012; &#012;</pre><!--end code block--><br>There no pong to my ping requests though. Also I've tried other services that fail. Here are my configurations. If anyone see's anything wrong feel free to let me know :-).<br><br>router<br><pre class="brush: text"> &#012;!&#012;! Last configuration change at 18:42:49 EST Tue Nov 11 2008 by rsreese&#012;! NVRAM config last updated at 18:32:07 EST Tue Nov 11 2008 by rsreese&#012;!&#012;version 12.4&#012;service timestamps debug datetime msec&#012;service timestamps log datetime&#012;service password-encryption&#012;!&#012;hostname 3725router&#012;!&#012;boot-start-marker&#012;boot system flash:/c3725-adventerprisek9-mz.124-21.bin&#012;boot-end-marker&#012;!&#012;logging buffered 8192 debugging&#012;logging console informational&#012;enable secret 5 &#012;!&#012;aaa new-model&#012;!&#012;!&#012;aaa authentication login default local&#012;aaa authentication ppp default local&#012;aaa authorization exec default local &#012;aaa authorization network default local &#012;!&#012;aaa session-id common&#012;clock timezone EST -5&#012;clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00&#012;network-clock-participate slot 1 &#012;network-clock-participate slot 2 &#012;no ip source-route&#012;!&#012;ip traffic-export profile IDS-SNORT&#012;  interface FastEthernet0/0&#012;  bidirectional&#012;  mac-address 000c.2989.f93a&#012;ip cef&#012;!&#012;!&#012;no ip dhcp use vrf connected&#012;ip dhcp excluded-address 172.16.2.1&#012;ip dhcp excluded-address 172.16.3.1&#012;!&#012;ip dhcp pool VLAN2clients&#012;   network 172.16.2.0 255.255.255.0&#012;   default-router 172.16.2.1 &#012;   option 66 ip 172.16.2.10 &#012;   option 150 ip 172.16.2.10 &#012;   dns-server 68.87.74.162 68.87.68.162 68.87.73.242 &#012;!&#012;ip dhcp pool VLAN3clients&#012;   network 172.16.3.0 255.255.255.0&#012;   default-router 172.16.3.1 &#012;   dns-server 68.87.74.162 68.87.68.162 68.87.73.242 &#012;!&#012;ip dhcp pool DEBIAN&#012;   host 172.16.2.6 255.255.255.0&#012;   hardware-address 0004.e29c.4345&#012;!&#012;!&#012;ip domain name neocipher.net&#012;ip name-server 68.87.74.162&#012;ip name-server 68.87.68.162&#012;ip inspect udp idle-time 900&#012;ip inspect name SDM_LOW cuseeme&#012;ip inspect name SDM_LOW dns&#012;ip inspect name SDM_LOW ftp&#012;ip inspect name SDM_LOW h323&#012;ip inspect name SDM_LOW https&#012;ip inspect name SDM_LOW icmp&#012;ip inspect name SDM_LOW netshow&#012;ip inspect name SDM_LOW rcmd&#012;ip inspect name SDM_LOW realaudio&#012;ip inspect name SDM_LOW rtsp&#012;ip inspect name SDM_LOW sqlnet&#012;ip inspect name SDM_LOW streamworks&#012;ip inspect name SDM_LOW tftp&#012;ip inspect name SDM_LOW tcp&#012;ip inspect name SDM_LOW udp&#012;ip inspect name SDM_LOW vdolive&#012;ip inspect name SDM_LOW imap&#012;ip inspect name SDM_LOW pop3&#012;ip inspect name SDM_LOW esmtp&#012;ip auth-proxy max-nodata-conns 3&#012;ip admission max-nodata-conns 3&#012;ip ips sdf location flash://256MB.sdf&#012;ip ips notify SDEE&#012;ip ips name sdm_ips_rule&#012;vpdn enable&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;ip ssh authentication-retries 2&#012;! &#012;!&#012;crypto isakmp policy 3&#012; encr 3des&#012; authentication pre-share&#012; group 2&#012;!&#012;crypto isakmp policy 10&#012; authentication pre-share&#012;crypto isakmp key  address 1.1.1.1 no-xauth&#012;crypto isakmp key  address 10.0.0.2 no-xauth&#012;!&#012;crypto isakmp client configuration group VPN-Users&#012; key &#012; dns 68.87.74.162 68.87.68.162&#012; domain neocipher.net&#012; pool VPN_POOL&#012; acl 115&#012; include-local-lan&#012; netmask 255.255.255.0&#012;crypto isakmp profile IKE-PROFILE&#012;   match identity group VPN-Users&#012;   client authentication list default&#012;   isakmp authorization list default&#012;   client configuration address initiate&#012;   client configuration address respond&#012;   virtual-template 1&#012;!&#012;!&#012;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &#012; mode transport&#012;!&#012;crypto ipsec profile IPSEC_PROFILE1&#012; set transform-set ESP-3DES-SHA &#012; set isakmp-profile IKE-PROFILE&#012;!&#012;!&#012;crypto dynamic-map DYNMAP 10&#012; set transform-set ESP-3DES-SHA &#012;!&#012;!&#012;crypto map CLIENTMAP client authentication list default&#012;crypto map CLIENTMAP isakmp authorization list default&#012;crypto map CLIENTMAP client configuration address respond&#012;crypto map CLIENTMAP 1 ipsec-isakmp &#012; set peer 1.1.1.1&#012; set transform-set ESP-3DES-SHA &#012; match address 100&#012;crypto map CLIENTMAP 10 ipsec-isakmp dynamic DYNMAP &#012;!&#012;!&#012;!&#012;!&#012;interface Loopback0&#012; ip address 192.168.0.1 255.255.255.0&#012; no ip unreachables&#012; ip virtual-reassembly&#012;!&#012;interface Tunnel0&#012; description HE.net&#012; no ip address&#012; ipv6 address 2001:470:1F06:3B6::2/64&#012; ipv6 enable&#012; tunnel source &#012; tunnel destination 209.51.161.14&#012; tunnel mode ipv6ip&#012;!&#012;interface Null0&#012; no ip unreachables&#012;!&#012;interface FastEthernet0/0&#012; description $ETH-WAN$$FW_OUTSIDE$&#012; ip address dhcp client-id FastEthernet0/0 hostname 3725router&#012; ip access-group 104 in&#012; no ip unreachables&#012; ip nat outside&#012; ip inspect SDM_LOW out&#012; ip ips sdm_ips_rule in&#012; ip virtual-reassembly&#012; duplex auto&#012; speed auto&#012; crypto map CLIENTMAP&#012;!&#012;interface Serial0/0&#012; description $FW_OUTSIDE$&#012; ip address 10.0.0.1 255.255.240.0&#012; ip access-group 105 in&#012; ip verify unicast reverse-path&#012; no ip unreachables&#012; ip inspect SDM_LOW out&#012; ip virtual-reassembly&#012; clock rate 2000000&#012; crypto map CLIENTMAP&#012;!&#012;interface FastEthernet0/1&#012; no ip address&#012; no ip unreachables&#012; ip virtual-reassembly&#012; duplex auto&#012; speed auto&#012;!&#012;interface FastEthernet0/1.2&#012; description $FW_INSIDE$&#012; encapsulation dot1Q 2&#012; ip address 172.16.2.1 255.255.255.0&#012; ip access-group 101 in&#012; no ip unreachables&#012; ip nat inside&#012; ip virtual-reassembly&#012; ipv6 address &#012; ipv6 enable&#012;!&#012;interface FastEthernet0/1.3&#012; description $FW_INSIDE$&#012; encapsulation dot1Q 3&#012; ip address 172.16.3.1 255.255.255.0&#012; ip access-group 102 in&#012; no ip unreachables&#012; ip nat inside&#012; ip virtual-reassembly&#012;!&#012;interface FastEthernet0/1.10&#012;!&#012;interface Serial0/1&#012; no ip address&#012; no ip unreachables&#012; shutdown&#012; clock rate 2000000&#012;!&#012;interface Virtual-Template1 type tunnel&#012; description $FW_INSIDE$&#012; ip unnumbered Loopback0&#012; ip access-group 103 in&#012; no ip unreachables&#012; ip virtual-reassembly&#012; tunnel mode ipsec ipv4&#012; tunnel protection ipsec profile IPSEC_PROFILE1&#012;!&#012;ip local pool VPN_POOL 192.168.0.100 192.168.0.105&#012;ip forward-protocol nd&#012;ip route 172.16.10.0 255.255.255.0 10.0.0.2&#012;ip route 172.31.12.0 255.255.255.0 1.1.1.1&#012;!&#012;!&#012;ip http server&#012;ip http authentication local&#012;ip http secure-server&#012;ip http timeout-policy idle 600 life 86400 requests 10000&#012;ip nat translation udp-timeout 900&#012;ip nat inside source list 1 interface FastEthernet0/0 overload&#012;!&#012;logging trap debugging&#012;logging origin-id hostname&#012;logging 172.16.2.6&#012;access-list 1 permit 172.16.2.0 0.0.0.255&#012;access-list 1 permit 172.16.3.0 0.0.0.255&#012;access-list 100 permit ip 172.16.2.0 0.0.0.255 172.16.10.0 0.0.0.255&#012;access-list 100 permit ip 172.16.2.0 0.0.0.255 172.31.12.0 0.0.0.255&#012;access-list 101 remark SDM_ACL Category=17&#012;access-list 101 permit ahp any host 172.16.2.1&#012;access-list 101 permit esp any host 172.16.2.1&#012;access-list 101 permit udp any host 172.16.2.1 eq isakmp&#012;access-list 101 permit udp any host 172.16.2.1 eq non500-isakmp&#012;access-list 101 permit ip 172.16.10.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 101 permit ip 172.31.12.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 101 deny   ip 10.0.0.0 0.0.15.255 any log&#012;access-list 101 deny   ip 192.168.0.0 0.0.0.255 any log&#012;access-list 101 deny   ip 172.16.3.0 0.0.0.255 any log&#012;access-list 101 deny   ip host 255.255.255.255 any log&#012;access-list 101 deny   ip 127.0.0.0 0.255.255.255 any log&#012;access-list 101 deny   tcp any any range 1 chargen log&#012;access-list 101 deny   tcp any any eq whois log&#012;access-list 101 deny   tcp any any eq 93 log&#012;access-list 101 deny   tcp any any range 135 139 log&#012;access-list 101 deny   tcp any any eq 445 log&#012;access-list 101 deny   tcp any any range exec 518 log&#012;access-list 101 deny   tcp any any eq uucp log&#012;access-list 101 permit ip any any&#012;access-list 102 deny   ip 172.16.2.0 0.0.0.255 any log&#012;access-list 102 deny   ip 10.0.0.0 0.0.15.255 any log&#012;access-list 102 deny   ip 192.168.0.0 0.0.0.255 any log&#012;access-list 102 deny   ip host 255.255.255.255 any log&#012;access-list 102 deny   ip 127.0.0.0 0.255.255.255 any log&#012;access-list 102 permit ip any any&#012;access-list 103 deny   ip 172.16.2.0 0.0.0.255 any&#012;access-list 103 deny   ip 10.0.0.0 0.0.15.255 any&#012;access-list 103 deny   ip 172.16.3.0 0.0.0.255 any&#012;access-list 103 deny   ip host 255.255.255.255 any&#012;access-list 103 deny   ip 127.0.0.0 0.255.255.255 any&#012;access-list 103 permit ip any any&#012;access-list 104 permit udp host 205.152.132.23 eq domain any&#012;access-list 104 permit udp host 205.152.144.23 eq domain any&#012;access-list 104 remark Auto generated by SDM for NTP (123) 129.6.15.29&#012;access-list 104 permit udp host 129.6.15.29 eq ntp any eq ntp&#012;access-list 104 permit ahp any any&#012;access-list 104 permit esp any any&#012;access-list 104 permit udp any any eq isakmp&#012;access-list 104 permit udp any any eq non500-isakmp&#012;access-list 104 deny   ip 10.0.0.0 0.0.15.255 any log&#012;access-list 104 permit ip 172.16.10.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 104 deny   ip 172.16.2.0 0.0.0.255 any log&#012;access-list 104 deny   ip 192.168.0.0 0.0.0.255 any log&#012;access-list 104 deny   ip 172.16.3.0 0.0.0.255 any log&#012;access-list 104 permit udp any eq bootps any eq bootpc&#012;access-list 104 permit icmp any any echo-reply&#012;access-list 104 permit icmp any any time-exceeded&#012;access-list 104 permit icmp any any unreachable&#012;access-list 104 deny   icmp any any echo log&#012;access-list 104 deny   icmp any any mask-request log&#012;access-list 104 deny   icmp any any redirect log&#012;access-list 104 deny   ip 10.0.0.0 0.255.255.255 any log&#012;access-list 104 deny   ip 172.16.0.0 0.15.255.255 any log&#012;access-list 104 deny   ip 192.168.0.0 0.0.255.255 any log&#012;access-list 104 deny   ip 127.0.0.0 0.255.255.255 any log&#012;access-list 104 deny   ip 224.0.0.0 15.255.255.255 any log&#012;access-list 104 deny   ip host 255.255.255.255 any log&#012;access-list 104 deny   tcp any any range 6000 6063 log&#012;access-list 104 deny   tcp any any eq 6667 log&#012;access-list 104 deny   tcp any any range 12345 12346 log&#012;access-list 104 deny   tcp any any eq 31337 log&#012;access-list 104 deny   udp any any eq 2049 log&#012;access-list 104 deny   udp any any eq 31337 log&#012;access-list 104 deny   udp any any range 33400 34400 log&#012;access-list 104 deny   ip any any log&#012;access-list 105 permit udp host 129.6.15.29 eq ntp host 10.0.0.1 eq ntp&#012;access-list 105 permit ahp host 10.0.0.2 host 10.0.0.1&#012;access-list 105 permit esp host 10.0.0.2 host 10.0.0.1&#012;access-list 105 permit udp host 10.0.0.2 host 10.0.0.1 eq isakmp&#012;access-list 105 permit udp host 10.0.0.2 host 10.0.0.1 eq non500-isakmp&#012;access-list 105 permit ip 172.16.10.0 0.0.0.255 172.16.2.0 0.0.0.255&#012;access-list 105 permit udp host 10.0.0.2 host 172.16.2.10 eq tftp&#012;access-list 105 permit udp host 10.0.0.2 host 172.16.2.5 eq syslog&#012;access-list 105 deny   ip 172.16.2.0 0.0.0.255 any&#012;access-list 105 deny   ip 192.168.0.0 0.0.0.255 any&#012;access-list 105 deny   ip 172.16.3.0 0.0.0.255 any&#012;access-list 105 permit icmp any host 10.0.0.1 echo-reply&#012;access-list 105 permit icmp any host 10.0.0.1 time-exceeded&#012;access-list 105 permit icmp any host 10.0.0.1 unreachable&#012;access-list 105 deny   ip 10.0.0.0 0.255.255.255 any&#012;access-list 105 deny   ip 172.16.0.0 0.15.255.255 any&#012;access-list 105 deny   ip 192.168.0.0 0.0.255.255 any&#012;access-list 105 deny   ip 127.0.0.0 0.255.255.255 any&#012;access-list 105 deny   ip host 255.255.255.255 any&#012;access-list 105 deny   ip host 0.0.0.0 any&#012;access-list 105 deny   ip any any log&#012;access-list 115 permit ip 172.16.0.0 0.0.255.255 any&#012;access-list 120 deny   ip 172.16.0.0 0.0.255.255 192.168.0.0 0.0.0.255&#012;access-list 120 permit ip 172.16.0.0 0.0.255.255 any&#012;snmp-server community public RO&#012;ipv6 route 2001:470:1F07:3B6::/64 FastEthernet0/1.2&#012;ipv6 route ::/0 Tunnel0&#012;!&#012;!&#012;!&#012;!&#012;control-plane&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;!&#012;line con 0&#012;line aux 0&#012;line vty 0 4&#012; password 7 &#012; transport input ssh&#012;line vty 5 903&#012; transport input ssh&#012;!&#012;ntp clock-period 17180644&#012;ntp server 129.6.15.29 source FastEthernet0/0 prefer&#012;!&#012;end&#012; &#012;</pre><!--end code block--><br>ASA<br><pre class="brush: text">: Saved&#012;:&#012;ASA Version 7.2(4) &#012;!&#012;hostname bambam&#012;domain-name neocipher.net&#012;enable password asfsdf encrypted&#012;passwd asdfasdfasd encrypted&#012;names&#012;!&#012;interface Vlan1&#012; nameif inside&#012; security-level 100&#012; ip address 172.31.12.1 255.255.255.0 &#012;!&#012;interface Vlan2&#012; nameif outside&#012; security-level 0&#012; pppoe client vpdn group ppoe&#012; ip address pppoe setroute &#012;!&#012;interface Ethernet0/0&#012; switchport access vlan 2&#012;!&#012;interface Ethernet0/1&#012;!&#012;interface Ethernet0/2&#012;!&#012;interface Ethernet0/3&#012;!&#012;interface Ethernet0/4&#012;!&#012;interface Ethernet0/5&#012;!&#012;interface Ethernet0/6&#012;!&#012;interface Ethernet0/7&#012;!&#012;ftp mode passive&#012;dns server-group DefaultDNS&#012; domain-name neocipher.net&#012;access-list nonat extended permit ip 172.31.12.0 255.255.255.0 172.31.0.0 255.255.0.0 &#012;access-list nonat extended permit ip 172.31.12.0 255.255.255.0 172.16.2.0 255.255.255.0 &#012;access-list nonat extended permit ip 172.31.12.0 255.255.255.0 172.31.1.0 255.255.255.0 &#012;access-list nonat extended permit ip 172.31.12.0 255.255.255.0 192.168.10.96 255.255.255.240 &#012;access-list nonat extended permit ip any 192.168.10.96 255.255.255.240 &#012;access-list VPNUSERS_splitTunnelAcl standard permit 172.31.12.0 255.255.255.0 &#012;access-list outside_2_cryptomap extended permit ip 172.31.12.0 255.255.255.0 172.31.1.0 255.255.255.0 &#012;access-list outside_3_cryptomap extended permit ip 172.31.12.0 255.255.255.0 172.16.2.0 255.255.255.0 &#012;access-list VPNUSERS_splitTunnelAcl_1 standard permit 172.31.12.0 255.255.255.0 &#012;pager lines 24&#012;logging enable&#012;logging asdm informational&#012;mtu inside 1500&#012;mtu outside 1500&#012;ip local pool vpn-pool 192.168.10.100-192.168.10.110 mask 255.255.255.0&#012;icmp unreachable rate-limit 1 burst-size 1&#012;asdm image disk0:/asdm-524.bin&#012;no asdm history enable&#012;arp timeout 14400&#012;global (outside) 1 interface&#012;nat (inside) 0 access-list nonat&#012;nat (inside) 1 0.0.0.0 0.0.0.0&#012;timeout xlate 3:00:00&#012;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&#012;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&#012;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&#012;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&#012;aaa authentication ssh console LOCAL &#012;http server enable&#012;http 0.0.0.0 0.0.0.0 inside&#012;no snmp-server location&#012;no snmp-server contact&#012;snmp-server enable traps snmp authentication linkup linkdown coldstart&#012;crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac &#012;crypto ipsec transform-set 3DES-SHA esp-3des esp-sha-hmac &#012;crypto dynamic-map outside_dyn_map 20 set pfs group1&#012;crypto dynamic-map outside_dyn_map 20 set transform-set 3DES-SHA&#012;crypto dynamic-map outside_dyn_map 40 set pfs group1&#012;crypto dynamic-map outside_dyn_map 40 set transform-set 3DES-SHA&#012;crypto dynamic-map outside_dyn_map 60 set pfs group1&#012;crypto dynamic-map outside_dyn_map 60 set transform-set 3DES-SHA&#012;crypto dynamic-map outside_dyn_map 80 set pfs group1&#012;crypto dynamic-map outside_dyn_map 80 set transform-set 3DES-SHA&#012;crypto map outside_map 2 match address outside_2_cryptomap&#012;crypto map outside_map 2 set pfs group1&#012;crypto map outside_map 2 set peer X.X.X.X &#012;crypto map outside_map 2 set transform-set 3DES-SHA&#012;crypto map outside_map 3 match address outside_3_cryptomap&#012;crypto map outside_map 3 set pfs group1&#012;crypto map outside_map 3 set peer 2.2.2.2 &#012;crypto map outside_map 3 set transform-set 3DES-SHA&#012;crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map&#012;crypto map outside_map interface outside&#012;crypto isakmp enable outside&#012;crypto isakmp policy 10&#012; authentication pre-share&#012; encryption 3des&#012; hash sha&#012; group 2&#012; lifetime 86400&#012;crypto isakmp policy 30&#012; authentication pre-share&#012; encryption 3des&#012; hash md5&#012; group 2&#012; lifetime 86400&#012;crypto isakmp nat-traversal  20&#012;telnet timeout 5&#012;ssh 0.0.0.0 0.0.0.0 inside&#012;ssh 0.0.0.0 0.0.0.0 outside&#012;ssh timeout 5&#012;console timeout 0&#012;!&#012;dhcpd address 172.31.12.5-172.31.12.36 inside&#012;dhcpd dns 205.152.144.23 205.152.150.23 interface inside&#012;dhcpd enable inside&#012;!&#012; &#012;group-policy VPNUSERS internal&#012;group-policy VPNUSERS attributes&#012; dns-server value 205.152.144.23&#012; vpn-tunnel-protocol IPSec &#012; split-tunnel-policy tunnelspecified&#012; split-tunnel-network-list value VPNUSERS_splitTunnelAcl_1&#012;username ashields password asdfasdfads encrypted privilege 15&#012;username ashields attributes&#012; vpn-group-policy VPNUSERS&#012;tunnel-group VPNUSERS type ipsec-ra&#012;tunnel-group VPNUSERS general-attributes&#012; address-pool vpn-pool&#012; default-group-policy VPNUSERS&#012;tunnel-group VPNUSERS ipsec-attributes&#012; pre-shared-key *&#012;tunnel-group X.X.X.X type ipsec-l2l&#012;tunnel-group X.X.X.X ipsec-attributes&#012; pre-shared-key *&#012;tunnel-group 2.2.2.2 type ipsec-l2l&#012;tunnel-group 2.2.2.2 ipsec-attributes&#012; pre-shared-key *&#012;!&#012;class-map inspection_default&#012; match default-inspection-traffic&#012;!&#012;!&#012;policy-map type inspect dns preset_dns_map&#012; parameters&#012;  message-length maximum 512&#012;policy-map global_policy&#012; class inspection_default&#012;  inspect dns preset_dns_map &#012;  inspect ftp &#012;  inspect h323 h225 &#012;  inspect h323 ras &#012;  inspect rsh &#012;  inspect rtsp &#012;  inspect esmtp &#012;  inspect sqlnet &#012;  inspect skinny &#012;  inspect sunrpc &#012;  inspect xdmcp &#012;  inspect sip &#012;  inspect netbios &#012;  inspect tftp &#012;!&#012;service-policy global_policy global&#012;prompt hostname context &#012;Cryptochecksum:de5d70ccd8ab55620d371d9c63bfcfb1&#012;: end&#012;asdm image disk0:/asdm-524.bin&#012;asdm location 172.31.1.0 255.255.255.0 inside&#012;no asdm history enable&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Config-site-to-site-VPN-issues-using-Cisco-ASA-5500-to-Router-21413256</guid>
<pubDate>Tue, 11 Nov 2008 20:57:46 EDT</pubDate>
</item>

</channel>
</rss>

