I am trying to pass a vpn through a pix firewall using pat. I have found examples using NAT but don't have a free public IP to use. I have found examples for how to do this in IOS but not the PIX.
Looking for PIX equivilent to these IOS commands.
ip nat inside source static esp <internal IP> <external IP>
ip nat inside source static udp <internal IP> <external IP> 500
I can do the second command easily but cannot find the right syntax for the command to forward esp.