cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
326
Views
0
Helpful
3
Replies

VPN Client

w_basheer
Level 1
Level 1

Hi;

i need to let one of my internal clients to establish a VPN tunnel to outside using cisco VPN client.

my clients reside behind a PIX firewall.

what should i do?

what ports and acccess list needed to be configured ?

Thanks

3 Replies 3

wharrison2000
Level 1
Level 1

Hi,

The 7.21 image has an inspect for IPSEC-pass through. So an upgrade may handle it. Understand the some firewalls close down UDP port 500 which is where IKE negotiates.

HTH

Bill

Hi;

Thanks

my pix IOS version is 6.3

should my access list just open port 500? for IKE ?

Thanks

r-frank
Level 1
Level 1

You will need the following

access-list inside permit esp

access-list inside permit udp eq 500

otherwise you will only get half the problems solved.

Watch out for your NAT'ing here too.