Greetings:
Would someone take a look at this config and tell me what I have configured wrong? I am trying to get a simple IPSEC vpn tunnel to come up and it is giving me problems.
I have 3 routes Configured back to back to back (stacked). The Middle router is acting as the "Internet" and the top and bottom routers are my ipsec peers. Here are the configs
From My Top Router
!
!
!
crypto isakmp policy 50
encr aes 192
authentication pre-share
group 2
lifetime 86000
crypto isakmp key qwerty123456790!!!!! address 11.1.1.2 no-xauth
!
!
crypto ipsec transform-set TESTVPN esp-aes esp-sha-hmac
!
crypto map VPNTEST 10 ipsec-isakmp
set peer 11.1.1.2
set transform-set TESTVPN
match address VPNTEST
!
!
!
!
interface FastEthernet0
ip address dhcp
speed auto
crypto map VPNTEST
!
interface Serial0
description connection to the Internet router
ip address 11.0.1.2 255.255.255.252
no fair-queue
!
router eigrp 1
network 11.0.1.0 0.0.0.255
no auto-summary
!
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
!
ip access-list extended VPNTEST
permit ip 11.1.1.0 0.0.0.255 11.1.0.0 0.0.0.255 log
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
password password
logging synchronous
login
From my "Internet Router"
INTERNET-SIM#sh run
Building configuration...
Current configuration : 2993 bytes
!
! Last configuration change at 09:20:55 UTC Mon Jan 4 2010
! NVRAM config last updated at 07:56:47 UTC Mon Jan 4 2010
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname INTERNET-SIM
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
!
!
no ip domain lookup
ip domain name ENOC.com
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-4122571931
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-4122571931
revocation-check none
rsakeypair TP-self-signed-4122571931
!
!
crypto pki certificate chain TP-self-signed-4122571931
certificate self-signed 01
30820243 308201AC A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 34313232 35373139 3331301E 170D3032 30333031 30383431
35365A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 31323235
37313933 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100BCBC F5E97D55 DF95E6E3 BC85AEEB 1ED41ED0 6309CCFB 5B54AE9E DA30B780
A3F90B17 F0AA19F3 982E6C7C 8E1325FC 4ECFA449 DD38713F 9025E8F4 C67A5892
47C4C1FF B0E52FAC 44F4062F 5C825BE8 B59C6447 E4C7172F 2999A2B9 E7234081
708A172C 0CCD7EB2 A9981B4E A4077379 17890188 AE4043D3 4258F407 30152B23
E35F0203 010001A3 6B306930 0F060355 1D130101 FF040530 030101FF 30160603
551D1104 0F300D82 0B52322E 454E4F43 2E636F6D 301F0603 551D2304 18301680
14311658 A75A199A B0788104 46AF00D0 D8E3B233 4E301D06 03551D0E 04160414
311658A7 5A199AB0 78810446 AF00D0D8 E3B2334E 300D0609 2A864886 F70D0101
04050003 818100B0 81689319 637BA9E9 FD6857BD B0AE11CC 8E8347A5 2ED1908E
C929AFF3 D7816349 E68EFFFA 5CB69985 70A6EDE1 714957DE 6C50DE7A 5912FD62
37AD7347 ECED3E3F 2FD9244C A2811BAC ACF42164 E0BD09EF 9EA14709 D561A11D
587C44BA 40FDFD8E 30BB33A4 EF6BE9CF 5192D979 CA144BC4 F9C58B19 8663A0AC
95A0728D 810F35
quit
username username privilege 15 secret 5 $1$P72T$8LlIEyPweGCXuQ20YSJpq1
username USER privilege 15 password 0 PASSWORD
!
!
!
!
!
!
!
interface FastEthernet0
description connection to the outside world (the real outside world)
ip address dhcp
speed auto
!
interface Serial0
description conn
ip address 11.1.1.1 255.255.255.252
no fair-queue
clock rate 64000
!
interface Serial1
ip address 11.0.1.1 255.255.255.252
clock rate 64000
!
router eigrp 1
network 11.0.1.0 0.0.0.255
network 11.1.1.0 0.0.0.255
network 11.0.0.0
no auto-summary
!
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
password password
logging synchronous
login
line aux 0
line vty 0 4
password password
logging synchronous
login
transport input telnet ssh
!
ntp clock-period 17179973
ntp server 173.45.238.221
end
From My bottom Router
username username privilege 15 secret 5 $1$XFjF$q93xoFK1xndEeWuiBDj8O/
username USER privilege 15 password 0 PASSWORD
!
!
!
crypto isakmp policy 50
encr aes 192
authentication pre-share
group 2
lifetime 86000
crypto isakmp key qwerty1234567890!!!!! address 11.0.1.2 no-xauth
!
!
crypto ipsec transform-set TESTVPN esp-aes esp-sha-hmac
!
crypto map VPNTEST 10 ipsec-isakmp
set peer 11.0.1.2
set transform-set TESTVPN
match address VPNTEST
!
!
!
!
interface FastEthernet0
ip address dhcp
speed auto
crypto map VPNTEST