|
From: <der...@ya...> - 2004-08-05 16:08:10
|
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
port 4000
verb 3
The connection can be established but I can't get
outside my LAN and reach a host on the net. I get
these two messages in the command prompt of my laptop:
Thu Aug 05 17:44:53 2004 17: WARNING: Actual Remote
Options ('V3,dev-type tun,link-mtu 1300,tun-mtu
1256,proto UDPv4,ifconfig 10.0.0.1 10.0.0.2,cipher
BF-CBC,au
th SHA1,keysize 128,secret') are inconsistent with
Expected Remote Options ('V3, dev-type tun,link-mtu
1544,tun-mtu 1500,proto UDPv4,ifconfig 10.0.0.1
10.0.0.2,cipher BF-CBC,auth SHA1,keysize 128,secret')
Thu Aug 05 17:45:08 2004 18: NOTE: unable to redirect
default gateway -- Cannotread current default gateway
from system
Can anybody say me, what I did wrong?
Luis
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|