IPSEC

IPSEC encryption related links.

Sample Cisco Config

crypto isakmp policy 10 
   hash sha 
   authentication pre-share 
   crypto isakmp key vpnkey address 10.0.0.2

!!# Phase Two #!! crypto ipsec transform-set vpnset esp-aes esp-sha-hmac

crypto map vpnset 10 ipsec-isakmp

!!#Apply to outside int #!! int ??

access-list 100 permit ip 10.10.10.0 0.0.0.255 10.20.0.0 0.0.0.255 ip route 0.0.0.0 0.0.0.0 192.168.16.1 !

...


CategorySecurity