cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
688
Views
0
Helpful
1
Replies

IPSec over TCP on PIX 501E

escisco
Level 1
Level 1

Hi,

Is there any way i can configure IPSec over TCP as a default configuration in PIX Firewall. I am running 6.3

1 Accepted Solution

Accepted Solutions

gfullage
Cisco Employee
Cisco Employee

The PIX doesn't support IPsec over TCP. It does support NAT-T, which is IPSec over UDP/4500, which the Cisco VPN client also supports. Just add the following command onto the PIX:

isakmp nat-traversal

The PIX and VPN client will auto-negotiate IPSec encapsulation if necessary. See http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/gl.htm#wp1027312 for details.

View solution in original post

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

The PIX doesn't support IPsec over TCP. It does support NAT-T, which is IPSec over UDP/4500, which the Cisco VPN client also supports. Just add the following command onto the PIX:

isakmp nat-traversal

The PIX and VPN client will auto-negotiate IPSec encapsulation if necessary. See http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/gl.htm#wp1027312 for details.