cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Site to Site IPsec VPN In Packet Tracer

jk865
Level 1
Level 1

I'm trying to build a Site to site IP-Sec VPN in Packet tracer with the following ACL but its not catching any packets can somebody point me in the right direction please : 

 

Thanks in advance. 

 

Router 1

 

access-list 110 permit ip 172.10.0.32 0.0.0.15 172.10.0.0 0.0.0.31

access-list 110 permit ip 172.10.0.48 0.0.0.7 172.10.0.0 0.0.0.31

crypto isakmp policy 10

 encr aes 256

 authentication pre-share

 group 5

!

crypto isakmp key zDGkUPC5! address 209.165.100.134

!

!

!

crypto ipsec transform-set VPN-SET esp-aes esp-sha-hmac

!

crypto map VPN-MAP 10 ipsec-isakmp 

 description VPN connection to Router 2

 set peer 209.165.100.134

 set transform-set VPN-SET 

 match address 110

 

Router 2 

access-list 110 permit ip 172.10.0.0 0.0.0.31 172.10.0.32 0.0.0.15

access-list 110 permit ip 172.10.0.0 0.0.0.31 172.10.0.48 0.0.0.7

 

crypto isakmp policy 10

 encr aes 256

 authentication pre-share

 group 5

!

crypto isakmp key zDGkUPC5! address 209.165.100.129

!

!

!

crypto ipsec transform-set VPN-SET esp-aes esp-sha-hmac

!

crypto map VPN-MAP 10 ipsec-isakmp 

 description VPN connection to Router 1 

 set peer 209.165.100.129

 set transform-set VPN-SET 

 match address 110

 

Who Me Too'd this topic