- Split tunneling
Split tunneling is a
computer networking concept which allows aVPN user to access a public network (e.g., theInternet ) and a localLAN or WAN at the same time, using the same physical network connection. This connection service is usually facilitated through a program such as a VPN client software application.For example, suppose a user utilizes a remote access VPN software client connecting to a corporate network using a hotel wireless network. The user with split tunneling enabled is able to connect to file servers, database servers, mail servers and other servers on the corporate network through the VPN connection. In contrast, when the user connects to Internet resources (Web sites, FTP sites, etc), the connection request doesn’t go through the VPN link, it goes through the wireless connection and out the gateway provided by the hotel network.
Advantages
An advantage of using split tunneling is that it alleviates bottlenecks and conserves bandwidth as Internet traffic does not have to pass through the VPN server.
Disadvantages
A disadvantage of this method is that it essentially renders the VPN vulnerable to attack as it is accessible through the public, non-secure network. When split tunneling is enabled, users bypass gateway level security that might be in place within the company infrastructure. For example, if web or
content filtering is in place, this is something usually controlled at a gateway level, not the client PC.Trust Issues
There are many variants of split tunnelling that attempt to address this fundamental trust issue. Often when plain split tunnelling is enabled, datagrams by default will go out the local network interface's default gateway. Only datagrams that are destined for IP networks behind the vpn terminator will go through the tunnel. This violates the
principle of least privilege .Variants and Related Technology
A variant of this split tunnelling is called "inverse" split tunnelling. By default all datagrams enter the tunnel except those destination IPs explicitly allowed by VPN gateway. The criteria for allowing datagrams to exit the local network interface (outside the tunnel) may vary from vendor to vendor (ie: port, service, etc.) This keeps control of network gateways to a centralized policy device such as the VPN terminator. This can be augmented by endpoint policy enforcement technologies such as an interface firewall on the endpoint device's network interface driver,
group policy object or anti-malware agent.This is related in many ways to
network access control (NAC).References
* http://www.isaserver.org/tutorials/2004fixipsectunnel.html
Wikimedia Foundation. 2010.