|
From: Jon B. <jon...@la...> - 2004-08-06 07:10:04
|
Den 5. aug 2004, kl. 18:08, skrev LR: > Hello! > > I hope someone can give me a hint on setting up the > connection. The reason for using OpenVPN is to secure > my connection over WLAN. At the moment I'm going to > the net throught a WLAN-Router and a DSL-Connection. > > Here a sketch of the constellation: > Laptop ------ WLAN ----- Router ----- Internet > WinXP XP1 | > | > | > PC > Debian > Woody > > LAN-Address VPN-address > Laptop: 192.168.0.110 10.0.0.1 > PC: 192.168.0.101 10.0.0.2 > Router: 192.168.0.1 > > > I would like to setup a vpntunnel to my PC and make a > connect throught the PC. > > I wrote this openvpn.config: > remote 192.168.0.101 > dev tun > ifconfig 10.0.0.1 10.0.0.2 > secret almeda_key_08.txt > route-gateway 10.0.0.2 > redirect-gateway use redirect-gateway local when you are on the same network. See the manpage. JonB |