Em có topo như sau:
Vấn đề là em muốn thực hiện cấu hình site-to-site VPN kết hợp với Remote Access VPN
router Center vừa đóng vai trò là Easy VPN Server vừa thực hiện kết nối site-to-site vơi router Remote
Sau khi cấu hình xong, em thực hiện kiểm tra kết nối site-to-site giữa site A và site B --> đã kết nối thành công và đã ping thành công giữa 2 site
Về phia Client em dùng Cisco VPN Client Software, em thực hiện kết nối đến router Center --> đã kết nối thành công
Nhưng khi em thực hiện lệnh ping từ Client tới 192.168.1.1 thì lại không thành công
Em không hiểu tại sao?
Đây là cấu hình của router Center
Center
Về vấn đề định tuyến giữa các mạng thì không có lỗi gì.
Mong các pro giúp đỡ !
Vấn đề là em muốn thực hiện cấu hình site-to-site VPN kết hợp với Remote Access VPN
router Center vừa đóng vai trò là Easy VPN Server vừa thực hiện kết nối site-to-site vơi router Remote
Sau khi cấu hình xong, em thực hiện kiểm tra kết nối site-to-site giữa site A và site B --> đã kết nối thành công và đã ping thành công giữa 2 site
Về phia Client em dùng Cisco VPN Client Software, em thực hiện kết nối đến router Center --> đã kết nối thành công
Nhưng khi em thực hiện lệnh ping từ Client tới 192.168.1.1 thì lại không thành công
Em không hiểu tại sao?
Đây là cấu hình của router Center
Center
Center#show running-config
Building configuration...
Current configuration : 2029 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Center
!
boot-start-marker
boot-end-marker
!
!
aaa new-model
!
!
aaa authentication login VPN_AUTHEN local
aaa authorization network VPN_AUTHO local
!
!
aaa session-id common
memory-size iomem 5
ip cef
!
!
multilink bundle-name authenticated
!
!
crypto keyring L2LKeyring
pre-shared-key address 0.0.0.0 0.0.0.0 key keyring123
!
crypto isakmp policy 10
encr 3des
authentication pre-share
group 2
!
crypto isakmp client configuration group ciscogroup
key ciscogroup
pool VPN_CLIENT
acl 110
netmask 255.255.255.0
crypto isakmp profile L2LProfile
keyring L2LKeyring
match identity address 0.0.0.0
crypto isakmp profile RemoteAccessProfile
match identity group ciscogroup
client authentication list VPN_AUTHEN
isakmp authorization list VPN_AUTHO
client configuration address respond
!
!
crypto ipsec transform-set MY_SET esp-3des esp-sha-hmac
!
crypto dynamic-map DYN_MAP 5
set transform-set MY_SET
set isakmp-profile RemoteAccessProfile
crypto dynamic-map DYN_MAP 10
set transform-set MY_SET
set isakmp-profile L2LProfile
!
!
crypto map MY_MAP 5 ipsec-isakmp dynamic DYN_MAP
!
!
username ccna password 0 ccna
archive
log config
hidekeys
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 10.0.0.2 255.255.255.252
clock rate 64000
crypto map MY_MAP
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
router rip
version 2
network 10.0.0.0
no auto-summary
!
ip local pool VPN_CLIENT 192.168.1.10 192.168.1.20
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
ip http server
no ip http secure-server
!
access-list 110 permit ip 192.168.1.0 0.0.0.255 any
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Building configuration...
Current configuration : 2029 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Center
!
boot-start-marker
boot-end-marker
!
!
aaa new-model
!
!
aaa authentication login VPN_AUTHEN local
aaa authorization network VPN_AUTHO local
!
!
aaa session-id common
memory-size iomem 5
ip cef
!
!
multilink bundle-name authenticated
!
!
crypto keyring L2LKeyring
pre-shared-key address 0.0.0.0 0.0.0.0 key keyring123
!
crypto isakmp policy 10
encr 3des
authentication pre-share
group 2
!
crypto isakmp client configuration group ciscogroup
key ciscogroup
pool VPN_CLIENT
acl 110
netmask 255.255.255.0
crypto isakmp profile L2LProfile
keyring L2LKeyring
match identity address 0.0.0.0
crypto isakmp profile RemoteAccessProfile
match identity group ciscogroup
client authentication list VPN_AUTHEN
isakmp authorization list VPN_AUTHO
client configuration address respond
!
!
crypto ipsec transform-set MY_SET esp-3des esp-sha-hmac
!
crypto dynamic-map DYN_MAP 5
set transform-set MY_SET
set isakmp-profile RemoteAccessProfile
crypto dynamic-map DYN_MAP 10
set transform-set MY_SET
set isakmp-profile L2LProfile
!
!
crypto map MY_MAP 5 ipsec-isakmp dynamic DYN_MAP
!
!
username ccna password 0 ccna
archive
log config
hidekeys
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 10.0.0.2 255.255.255.252
clock rate 64000
crypto map MY_MAP
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
router rip
version 2
network 10.0.0.0
no auto-summary
!
ip local pool VPN_CLIENT 192.168.1.10 192.168.1.20
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
ip http server
no ip http secure-server
!
access-list 110 permit ip 192.168.1.0 0.0.0.255 any
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Mong các pro giúp đỡ !
Comment