|
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
|