Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Morning All I was wondering if somebody could help me with the split-tunnel command. I am trying to allow my VPN users internet access from their own PC's while connected to VPN. I have added the split-tunnel command in the VPN config but not sure wh...
Lo all,Having trouble with a PIX 506E 6.3(5), I am trying to get ping and tracert working from clients within my network.I have added the following lines to my pix config: !--- Create an access list to allow pings outaccess-list ping_acl permit icmp ...
Fixed my own problem, moved the split-tunnel to its own access list and all worked fine.access-list 102 permit ip 10.0.0.0 255.0.0.0 192.168.50.0 255.255.255.0 nat (inside) 0 access-list 102....vpngroup C2_VPNGROUP split-tunnel 102
Hi Jon,Very new to PIX's so this is my working config for the network that I have managed to piece together:nameif ethernet0 outside security0nameif ethernet1 inside security100interface ethernet0 100fullinterface ethernet1 100fullip address outside ...
Hi Jon,I am trying to follow:http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml I am trying to allow all clients on the internal network to be able to ping / tracert any public IP address.My clients are on ...