Cisco ASA Firewall Site to Site VPN configuration

by Ras 6. February 2012 19:57

Here is a basic site to site vpn template on Cisco ASA firewalls:

Assume local subnet 192.168.10.0/24, remote subnet 192.168.12.0/24. Remote public IP 110.11.11.11.

crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption aes
hash sha
group 1
lifetime 28800

access-list REMOTE_SITE ex permit ip 192.168.10.0 255.255.255.0 192.168.12.0 255.255.255.0

crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac

crypto map OUTSIDE_MAP 20 match address REMOTE_SITE
crypto map OUTSIDE_MAP 20 set pfs group1
crypto map OUTSIDE_MAP 20 set peer 110.11.11.11
crypto map OUTSIDE_MAP 20 set transform-set ESP-AES-128-SHA
crypto map OUTSIDE_MAP 20 set security-association lifetime seconds 28800
crypto map OUTSIDE_MAP interface outside

nat (inside) 0 access-list REMOTE_SITE

tunnel-group 110.11.11.11 type ipsec-l2l
tunnel-group 110.11.11.11 ipsec-attributes
pre-shared-key ***

Tags:

Cisco | Security

Comments (1) -

Joeme
Joeme United States
3/21/2012 1:45:49 AM #

You should use vpn ninja, is better, really!!

Reply

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading

About the author

Ras is a network/Security professional working on multiple areas with multiple certificates like CCNP, CCIP, CCSP, CCSA, CCSE, LPI, PM, IPv6, ..

Month List