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

PIX ipsec pl-compatible Command

melry88
Community Member

Hello,

Can someone explain why and how this command is used in a real world environment? I do not use it with my remote and site to site configurations but, I ran into a client that does. I have seen the PIX command description of "Enable IPSec packets to bypass the PIX Firewall unit's NAT and ASA features and allows incoming IPSec packets to terminate on the inside interface." but, I would like to know why you would do that and what benefits or issue there are to running the PIX like this. I terminate all of my IPSec connections to the outside and then controll access to the inside with ACLs.

Thanks for the help!

2 Replies 2

pl-compatible is used in old way of terminating vpns. This helps terminate the vpn tunnel on the inside interface. So from a pix prespective it does not care what is the actual traffic it just sees ipsec traffic . This was used because there was no nat 0 and sysopt connection permit-ipsec was available in pre 5.0 releases.

Now with all the options available I do not see any reason to still use it.

Hey thanks for the information!