07-14-2006 03:03 PM - edited 02-21-2020 02:31 PM
I need to know how to enable on a PIX 501, a source initiated VPN session via Cisco VPN client within the inside network through a PIX 501 to the internet and into another PIX 501 on the remote end to the remote internal network. I can establish a VPN session to either PIX 501 sites from the public side of the internet but not from a private-internet-private connection.
Thanks,
Joe
07-16-2006 11:17 PM
If you want to establish an IPSEC tunnel through a pix firewall, you should do three things:
1) on the local firewall:
if you use an access-list on the inside interface, enable isakmp traffic and protocol ESP:
access-list acl_inside permit udp
access-list acl_inside permit esp
2) on the remote firewall (to which you connect), you should enable nat-traversal
isakmp nat-traversal
3) on the VPN client software, make sure that you enable UDP transport (with NAT enabled) in the connection profile
Let me know if these hints have helped you
07-24-2006 08:18 PM
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