cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
287
Views
0
Helpful
2
Replies

pix and ipsec passthrough

a.diot
Level 1
Level 1

hi all

i'm looking for a way to configure ipsec passthrough on pix (performing pat and ipsec with a device on inside from a device on outside).this is possible on a ios plateform with these cmdes.

int fast 0

ip add

ip nat inside

int ser 0

ip add

ip nat outside

ip nat inside srce static udp insidadd 500 outsadd 500

ip nat inside srce static esp insidadd outsadd

thanks for your help

2 Replies 2

scoclayton
Level 7
Level 7

Hi,

I believe this is what you are looking for:

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/fixup.htm#1094669

This is a new feature in the 6.3 code so you will need to upgrade your PIX code if you are not already on a 6.3 release. Hope this helps.

Scott

EPHRAIM MANI
Level 3
Level 3

Hello

Try using this command on ur pix

sysopt connection permit-ipsec

sysopt connection permit-pptp

Ephraim