This example is for using AES-256 bit encryption. You can use DES or 3DES if you wish - just change your encryption in the transform set and isakmp stage to whatever you wish
Change the ip information in this example to match your network
ip local pool vpnpool1 192.168.0.1 - 192.168.0.254
access-list 102 permit ip 10.1.1.0 255.255.255.0 192.168.0.0 255.255.255.0
hope this helps
0
it2gostlAuthor Commented:
Thanks, just what I needed! worked great.
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Follow the URL steps here for how to configure the PIX with VPN client access:
http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a00801e71c0.shtml
This example is for using AES-256 bit encryption. You can use DES or 3DES if you wish - just change your encryption in the transform set and isakmp stage to whatever you wish
Change the ip information in this example to match your network
ip local pool vpnpool1 192.168.0.1 - 192.168.0.254
access-list 102 permit ip 10.1.1.0 255.255.255.0 192.168.0.0 255.255.255.0
hope this helps