|
Posted by on July 29, 2006, 12:18 am
If you were Registered and logged in, you could reply and use other advanced thread options
Lutz Donnerhacke wrote:
> * ricecs@gmail.com wrote:
> > I tried this, the connection will not go, I am wondering where the
> > traffic gets dropped? Is it in the VPN client computer TCP/IP stack? Or
> > at the end of the tunnel VPN server dropped the unprotected traffic?
>
> The VPN server will drop protected packetes, which should be unprotected
> (from its knowledge) and vice versa. In order to transport packets through a
> tunnel, BOTH ends must know, which addresses are involved.
Since I redirect the specific traffic to the physical interface
bypassing the virtual interface, is the traffic still sent to VPN
server via the tunnel? If it's the case, how the traffic get the
destination IP address encapsulated in a ip header of VPN server?
>
> > How does the routing process work during the whole process?
>
> It works as observed.
>
> > I tried the similar scenario in real split-tunnel VPN connection,
> > manually redirect the first similar situation(Redirect plain traffic to
> > the virtual interface) will not go anywhere, is it dropped by virtual
> > interface or VPN server?
>
> VPN server.
>
> > manually redirect the second similar situation(Redirect supposedly
> > protected traffic to the physical interface) go to the destination
> > without VPN tunnelling. How that occured? So VPN client does not
> > mandate the protected traffic to virtual interface?
>
> The VPN client is a device driver which only works with traffic comming
> through the virtual interface. If you bypass this by manual configuration,
> the VPN clients can't notice it and therefore will not encrypt it.
>
> Usually a VPN client is able to prevent manual routing entries anyway.
|