=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2008.02.26 02:14:00 =~=~=~=~=~=~=~=~=~=~=~= term len 0 R2#show run Building configuration... Current configuration : 1773 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! no logging console enable secret 5 $1$rBQC$ocpnsvP0hgtbg8jDUrRx50 ! no aaa new-model memory-size iomem 5 ! ! ip cef ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! crypto isakmp policy 1 encr aes authentication pre-share group 5 crypto isakmp key blindhog address 12.34.56.2 ! ! crypto ipsec transform-set aes-sha esp-aes esp-sha-hmac ! crypto map vpn 10 ipsec-isakmp description VPN from R2 to R1 set peer 12.34.56.2 set transform-set aes-sha match address 100 ! ! ! ! interface Tunnel0 description GRE Tunnel to router R1 ip address 192.168.200.2 255.255.255.0 ip mtu 1500 ip tcp adjust-mss 1400 keepalive 10 3 tunnel source 23.45.67.2 tunnel destination 12.34.56.2 ! interface Serial0/0 description Internet Connection ip address 23.45.67.2 255.255.255.252 serial restart-delay 0 crypto map vpn ! interface Serial0/1 no ip address shutdown serial restart-delay 0 ! interface Serial0/2 no ip address shutdown serial restart-delay 0 ! interface Serial0/3 no ip address shutdown serial restart-delay 0 ! interface FastEthernet1/0 description R2 LAN ip address 192.168.2.1 255.255.255.0 duplex auto speed auto ! router eigrp 100 network 192.168.2.0 network 192.168.200.0 no auto-summary ! ip http server no ip http secure-server ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 23.45.67.1 ! ! access-list 100 permit gre host 23.45.67.2 host 12.34.56.2 ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 password blindhog login line vty 5 15 password blindhog login ! ! end R2#exit [Connection to 192.168.2.1 closed by foreign host] R1#