[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

Re: [Openvpn-users] Road warrior insecure? Or am I missing a crucial point?


  • Subject: Re: [Openvpn-users] Road warrior insecure? Or am I missing a crucial point?
  • From: "Andrew J. Richardson" <andrew@xxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Fri, 7 May 2004 09:01:38 -0400

 
Now what I see is two available connections.
1) via the dialup connector
2) via the VPN connection
 
Now How do I lock out normal internet traffic while being connected to the VPN server?
Research the redirect-gateway keyword on the man page.  It'll force all IP traffic from your laptop to flow through the tunnel to the other endpoint.  You'll want to enable ip-forwarding on that Linux box so you can get out to the rest of the world from there (like google.com), and I can't help you there because I'm in Windows-only land, but I can tell you this method works.  This is really great software!
 
Andrew