ASA L2L VPN

Aus xinux.net
Zur Navigation springen Zur Suche springen

access-list 120 extended permit ip 172.22.2.0 255.255.255.0 192.168.56.0 255.255.255.0

crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash md5
 group 2
 lifetime 28800

crypto isakmp identity address
crypto isakmp enable outside

crypto ipsec transform-set xinux-set esp-3des esp-md5-hmac
crypto map lurchie-unkerich 10 match address 120
crypto map lurchie-unkerich 10 set peer 192.168.241.13
crypto map lurchie-unkerich 10 set transform-set xinux-set
crypto map lurchie-unkerich interface outside
tunnel-group 192.168.241.13 type ipsec-l2l
tunnel-group 192.168.241.13 ipsec-attributes
 pre-shared-key *

LINKS