Hi,
I have with problem with configuration of hub to spoke VPN tunnel
between two Cisco routers. Can you please tell, where is the fail?
Here are my configs:
Cisco 2800 (HUB):
dot11 syslog
no ip source-route
ip cef
!
!
no ip dhcp use vrf
connected
ip dhcp
excluded-address 192.168.7.1 192.168.7.100
ip dhcp
excluded-address 192.168.7.151 192.168.7.254
!
ip dhcp pool
sdm-pool1
network 192.168.7.0 255.255.255.0
dns-server x.x.x.x
default-router 192.168.7.100
!
!
no ip bootp server
ip domain name
yourdomain.com
ip name-server x.x.x.x
ip name-server x.x.x.x
!
multilink bundle-name
authenticated
!
!
voice-card 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username merkur
privilege 15 secret 5 $1$X7yF$hkWEPw0dMNTMGVGYpmdp9/
!
!
crypto isakmp policy
1
encr 3des
authentication pre-share
group 2
crypto isakmp key xxxx address 94.112.245.x no-xauth
crypto isakmp
keepalive 10 5 periodic
!
crypto ipsec
security-association lifetime seconds 86400
!
crypto ipsec
transform-set 1cisco esp-3des esp-sha-hmac
!
crypto map ETH0 1
ipsec-isakmp
set peer 94.112.245.x
set transform-set 1cisco
set pfs group2
match address 180
!
archive
log config
hidekeys
!
!
ip tcp synwait-time
10
ip ssh time-out 60
ip ssh
authentication-retries 2
!
!
!
!
interface Loopback0
no ip address
!
interface
FastEthernet0/0
description
$ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_WAN$$FW_OUTSIDE$
ip address 94.112.251.x 255.255.255.248
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no mop enabled
crypto map ETH0
!
interface
FastEthernet0/1
description $ES_LAN$$FW_INSIDE$
ip address 192.168.7.100 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no mop enabled
!
ip forward-protocol
nd
ip route 0.0.0.0
0.0.0.0 94.112.245.x
!
!
ip http server
ip http access-class
23
ip http
authentication local
ip http secure-server
ip http
timeout-policy idle 60 life 86400 requests 10000
ip nat inside source
list LOCAL interface FastEthernet0/0 overload
!
ip access-list
extended LOCAL
deny
ip 192.168.7.0 0.0.0.255 172.16.0.0 0.0.0.255
permit ip 192.168.7.0 0.0.0.255 any
!
logging trap
debugging
access-list 180
permit ip 192.168.7.0 0.0.0.255 172.16.0.0 0.0.0.255
no cdp run
Cisco 800 (HUB):
dot11 syslog
no ip source-route
ip cef
no ip dhcp use vrf
connected
ip dhcp
excluded-address 172.16.0.1 172.16.0.100
!
ip dhcp pool LAN
network 172.16.0.0 255.255.255.0
default-router 172.16.0.1
dns-server x.x.x.x
!
!
no ip bootp server
ip domain name
yourdomain.com
ip name-server x.x.x.x
ip name-server x.x.x.x
!
!
!
username merkur
privilege 15 secret 5 $1$20B4$4Hk66M6Pd/4KKAlIFio9M/
!
!
crypto isakmp policy
1
encr 3des
authentication pre-share
group 2
crypto isakmp key xxx address 94.112.251.x
crypto isakmp
keepalive 10 5 periodic
!
crypto ipsec
security-association lifetime seconds 300
!
crypto ipsec
transform-set 1cisco esp-3des esp-sha-hmac
!
crypto map ETH4 1
ipsec-isakmp
set peer 94.112.251.x
set transform-set 1cisco
set pfs group2
match address 180
!
archive
log config
hidekeys
!
!
ip tcp synwait-time
10
ip ssh
authentication-retries 2
!
!
!
interface
FastEthernet0
!
interface
FastEthernet1
!
interface
FastEthernet2
!
interface FastEthernet3
!
interface
FastEthernet4
description WAN
ip address 10.0.0.30 255.255.255.0
ip nat outside
no ip virtual-reassembly
no ip route-cache cef
no ip route-cache
no ip mroute-cache
duplex auto
speed auto
!
interface Vlan1
description LAN
ip address 172.16.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
ip forward-protocol
nd
ip route 0.0.0.0
0.0.0.0 10.0.0.1
!
no ip http server
ip http
authentication local
no ip http
secure-server
ip nat inside source
list LOCAL interface FastEthernet4 overload
!
ip access-list
extended LOCAL
deny
ip 172.16.0.0 0.0.0.255 192.168.7.0 0.0.0.255
permit ip 172.16.0.0 0.0.0.255 any
!
logging trap
debugging
access-list 180
permit ip 172.16.0.0 0.0.0.255 192.168.7.0 0.0.0.255
no cdp run
!
!
route-map nonat
permit 10
match ip address LOCAL
Software/Hardware used:
Cisco 2800 series, Cisco 871
ASKED:
March 29, 2011 11:25 AM
UPDATED:
March 29, 2011 2:18 PM