11-08-2008 06:35 AM - edited 02-21-2020 03:05 AM
Hi,
I need help with a PIX 501 configuration. Problem is i cannot ping inside network using client VPN.Client VPN version that i am using is 5.0. Attached file is my configuration.Thanks in advance.
Regards,
Christian
11-10-2008 08:04 AM
no access-list test permit ip 10.1.1.0 255.255.255.0 192.168.11.0 255.255.255.0
isakmp nat-traversal
11-10-2008 10:20 AM
Hi Adam,
Just curious why the above access-list needs to be removed? Is it not the NAT 0 ACL for the L2L Traffic.
crypto map transam 1 ipsec-isakmp
crypto map transam 1 match address 101
crypto map transam 1 set peer x.x.x.x
access-list 101 permit ip 10.1.1.0 255.255.255.0 192.168.11.0 255.255.255.0
Regards,
Arul
11-10-2008 10:22 AM
Oops, my mistake, I stand corrected.
11-10-2008 11:32 AM
Hi Chris,
After you add this command "isakmp nat-traversal" as per Adam's suggestion and still have issues with connectivity from the VPN Client to the Pix Firewall, can you post the outputs of
Show cry is sa
Show cry ips sa
along with the Destination IP Address that you are trying to access.
Thanks,
Arul
*Pls rate if it helps*
11-10-2008 05:02 PM
Thanks so much for your time. I have solve the problem. I added several commands.
name 10.1.2.0 client
access-list 101 permit ip 10.1.1.0 255.255.255.0 192.168.11.0 255.255.255.0
access-list NoNAT permit ip 10.1.1.0 255.255.255.0 192.168.11.0 255.255.255.0
access-list NoNAT permit ip 10.1.1.0 255.255.255.0 client 255.255.255.0
access-list in_outside permit icmp any any
access-list outside_cryptomap_dyn_20 permit ip any client 255.255.255.0
crypto ipsec transform-set CSB esp-des esp-md5-hmac
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 match address outside_cryptomap_dyn_20
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide