Split-Tunneling in PIX – How To ?
Published By rsivanandan On Saturday, August 4th 2007. Under VPN
There have been so many questions about how to configure split-tunneling on PIX. So right to the point; Internal Network :: 10.0.4.0/24 VPN Pool :: 10.1.4.0/24 Config goes here; access-list nonat permit ip 10.0.4.0 255.255.255.0 10.1.4.0 255.255.255.00 access-list split permit ip 10.0.4.0 255.255.255.0 10.1.4.0 255.255.255.0 nat(inside) 0 access-list nonat vpngroup ... Continue Reading
