1999jd
MIS
- Aug 4, 2008
- 4
Working on adding a VPN to a PIX firewall and currently vpn users are only able to reach inside network places. After reviewing, it appears I need to implement split tunneling, although I do not know too much about it.
Can someone let me know if these code snippets is right to get this working using vpn client and if you can help me understand their definitions and how it works :
access-list split_tunnel_acl permit ip 192.168.122.0 255.255.255.0 192.168.123.0 255.255.255.0
vpngroup VPNGROUP split-tunnel split_tunnel_acl
Thanks in advance,
JBR
Can someone let me know if these code snippets is right to get this working using vpn client and if you can help me understand their definitions and how it works :
access-list split_tunnel_acl permit ip 192.168.122.0 255.255.255.0 192.168.123.0 255.255.255.0
vpngroup VPNGROUP split-tunnel split_tunnel_acl
Thanks in advance,
JBR