cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
529
Views
0
Helpful
5
Replies

PIX 515

p.holley
Level 1
Level 1

Hi,

I have a customer that wants to use a Nortel VPN client sitting behind a cisco PIX, to VPN into the inside network. This is the scenario

Nortel vpnclient --->Cisco pix515-->Internt--->Nortel Firewall---->Inside Network.

What ports do I need to open for the PIX to allow the Nortel vpn client to establish vpn connection to the nortel firewall?

Thanks

5 Replies 5

Patrick Iseli
Level 7
Level 7

sysopt connection permit-ipsec

or

ISAKMP UDP 500

Protocol ESP, AH

Do you use PAT or NAT for inside users ?

"PAT for ESP". The 6.3.4 code has a new command - 'fixup protocol esp-ike' which will allow 1 (and only 1) IPSec connection through a PIX configured with PAT.

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/df.htm#wp1067379

sincerely

Patrick

Thanks Patrick,

We are using PAT for inside users. So all I have to do is enter the following commands on the PIX FW:

sysopt connection permit-ipsec

fixup protocol esp-ike

YES

frrosale
Cisco Employee
Cisco Employee

One thing to bear in mind is that if you use the FIXUP-PROTOCOL ESP/IKE command, the PIX will loose its IPSEC capabilities.

What the fixup does is to relay the PIX's IPSEC capábilities to the first user that tries to build an IPSEC session through the firewall.

If your firewall already receives IPSEC connections I wouldn't suggest you to use the fixup protocol.

The PIX fw already receives IPSEC connection from Cisco vpn clients. Any idea how I get this to work. Thanks

Review Cisco Networking for a $25 gift card