Ik heb een cisco 1760 router met ipadvservices v12.4 en de config als beneden. Ik probeer met een cisco vpn client in te loggen, maar dat lukt niet, de vpn client zegt remote peer is not responding. Ik heb de access-list ingesteld voor esp, is er iets anders dat ik mis in de config?
BVD
MKJ
current configuration : 3242 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
!
hostname c1760
!
boot-start-marker
boot-end-marker
!
enable password 7 xxxx
!
no aaa new-model
!
resource policy
!
ip cef
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.1 192.168.1.20
!
ip dhcp pool my_dhcp
network 192.168.1.0 255.255.255.0
dns-server 212.71.8.11 212.71.0.2
default-router 192.168.1.254
!
ip domain name dyndns.org
ip host members.dyndns.org 63.208.196.96
ip name-server 212.71.8.11
ip name-server 212.71.0.2
ip ddns update method my_dyndns
HTTP
add http://xxx:xxx@<s>/nic/updatesystem=dyndns&hostname=<h>&myip=<a>
interval maximum 28 0 0 0
!
username xxx password 7 xxxx
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
crypto isakmp key xxx address 0.0.0.0 0.0.0.0
!
crypto ipsec transform-set cm-transformset-1 esp-3des esp-sha-hmac
!
crypto map cm-cryptomap local-address Dialer0
crypto map cm-cryptomap 1 ipsec-isakmp
! Incomplete
set transform-set cm-transformset-1
match address 100
!
interface ATM0/0
no ip address
load-interval 30
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
no ip virtual-reassembly
speed auto
!
interface Dialer0
ip ddns update hostname xxxx.dyndns.org
ip ddns update my_dyndns host members.dyndns.org
ip address negotiated
ip access-group 101 in
ip nat outside
no ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxx@xxx
ppp chap password 7 xxxx
crypto map cm-cryptomap
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.221 23 interface Dialer0 23
ip nat inside source static tcp 192.168.1.221 80 interface Dialer0 80
ip nat inside source static tcp 192.168.1.221 11888 interface Dialer0 11888
ip nat inside source static tcp 192.168.1.221 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.221 25 interface Dialer0 25
ip nat inside source static tcp 192.168.1.221 110 interface Dialer0 110
ip nat inside source static tcp 192.168.1.221 20 interface Dialer0 20
ip nat inside source static tcp 192.168.1.221 22 interface Dialer0 22
ip nat inside source static udp 192.168.1.221 5060 interface Dialer0 5060
ip nat inside source static udp 192.168.1.221 10000 interface Dialer0 10000
ip nat inside source static udp 192.168.1.221 10001 interface Dialer0 10001
ip nat inside source static udp 192.168.1.221 10002 interface Dialer0 10002
!
logging 192.168.1.221
access-list 1 permit any
access-list 100 permit ip any any
access-list 101 permit ip any any
access-list 101 permit esp any any
access-list 101 permit udp any any eq isakmp
dialer-list 1 protocol ip permit
!
control-plane
!
line con 0
line aux 0
line vty 0 4
password 7 xxxx
login
!
end
BVD
MKJ
current configuration : 3242 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
!
hostname c1760
!
boot-start-marker
boot-end-marker
!
enable password 7 xxxx
!
no aaa new-model
!
resource policy
!
ip cef
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.1 192.168.1.20
!
ip dhcp pool my_dhcp
network 192.168.1.0 255.255.255.0
dns-server 212.71.8.11 212.71.0.2
default-router 192.168.1.254
!
ip domain name dyndns.org
ip host members.dyndns.org 63.208.196.96
ip name-server 212.71.8.11
ip name-server 212.71.0.2
ip ddns update method my_dyndns
HTTP
add http://xxx:xxx@<s>/nic/updatesystem=dyndns&hostname=<h>&myip=<a>
interval maximum 28 0 0 0
!
username xxx password 7 xxxx
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
crypto isakmp key xxx address 0.0.0.0 0.0.0.0
!
crypto ipsec transform-set cm-transformset-1 esp-3des esp-sha-hmac
!
crypto map cm-cryptomap local-address Dialer0
crypto map cm-cryptomap 1 ipsec-isakmp
! Incomplete
set transform-set cm-transformset-1
match address 100
!
interface ATM0/0
no ip address
load-interval 30
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
no ip virtual-reassembly
speed auto
!
interface Dialer0
ip ddns update hostname xxxx.dyndns.org
ip ddns update my_dyndns host members.dyndns.org
ip address negotiated
ip access-group 101 in
ip nat outside
no ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxx@xxx
ppp chap password 7 xxxx
crypto map cm-cryptomap
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.221 23 interface Dialer0 23
ip nat inside source static tcp 192.168.1.221 80 interface Dialer0 80
ip nat inside source static tcp 192.168.1.221 11888 interface Dialer0 11888
ip nat inside source static tcp 192.168.1.221 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.221 25 interface Dialer0 25
ip nat inside source static tcp 192.168.1.221 110 interface Dialer0 110
ip nat inside source static tcp 192.168.1.221 20 interface Dialer0 20
ip nat inside source static tcp 192.168.1.221 22 interface Dialer0 22
ip nat inside source static udp 192.168.1.221 5060 interface Dialer0 5060
ip nat inside source static udp 192.168.1.221 10000 interface Dialer0 10000
ip nat inside source static udp 192.168.1.221 10001 interface Dialer0 10001
ip nat inside source static udp 192.168.1.221 10002 interface Dialer0 10002
!
logging 192.168.1.221
access-list 1 permit any
access-list 100 permit ip any any
access-list 101 permit ip any any
access-list 101 permit esp any any
access-list 101 permit udp any any eq isakmp
dialer-list 1 protocol ip permit
!
control-plane
!
line con 0
line aux 0
line vty 0 4
password 7 xxxx
login
!
end