You are not logged in.
Hi folks,
I have a problem with openVPN.
Our university provides an openVPN server to which we can connect. Some time ago, my setup (with given config) works without any problems. But now, it simply fails. I'll need openVPN to tunnel into university to get access to "internal net" wikis and terminal servers for doing my master thesis.
The openVPN connects to the server and all routes are set correctly. I can ping various server in the internet but I can't connect to them (via browser or any other apps).
The version of openVPN is openvpn 2.1_rc20-1
That's the config I use:
root [/etc/openvpn] cat openfaupn.conf
client
#daemon uni-wlan
dev tun
proto udp
remote 131.188.30.102 1194
resolv-retry infinite
user nobody
group nobody
persist-key
persist-tun
ca /etc/openvpn/openfaupn.crt
ns-cert-type server
comp-lzo
#verb 3
mute 20
auth-user-pass /etc/openvpn/openvpn_password
redirect-gatewayThis are the routes before and after issuing "openvpn --config openfaupn.conf":
18:12:27 [~] route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.8.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.8.1 0.0.0.0 UG 0 0 0 eth0
18:15:46 [~] route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
faui02.informat 192.168.8.1 255.255.255.255 UGH 0 0 0 eth0
10.222.0.1 10.222.1.49 255.255.255.255 UGH 0 0 0 tun0
10.222.1.49 * 255.255.255.255 UH 0 0 0 tun0
192.168.8.0 * 255.255.255.0 U 0 0 0 eth0
131.188.0.0 10.222.1.49 255.255.0.0 UG 0 0 0 tun0
172.16.0.0 10.222.1.49 255.255.0.0 UG 0 0 0 tun0
172.17.0.0 10.222.1.49 255.255.0.0 UG 0 0 0 tun0
141.67.0.0 10.222.1.49 255.255.0.0 UG 0 0 0 tun0
192.168.0.0 10.222.1.49 255.255.0.0 UG 0 0 0 tun0
10.0.0.0 10.222.1.49 255.0.0.0 UG 0 0 0 tun0
default 10.222.1.49 0.0.0.0 UG 0 0 0 tun0Does anyone have a clue?!
Last edited by johannesheld (2009-11-17 23:01:59)
Johannes
Offline
Hei.
It looks like I have similar problem:
http://bbs.archlinux.org/viewtopic.php?id=83294
In my case vpn works with wlan0 interface but with eth0 - not.
I am still clueless.
Last edited by jauntale (2009-11-18 02:59:06)
Offline
As mentioned in that linked post, I'll provide the information of "ip a s" before and after starting openfaupn.
18:16:21 [~] ip a s
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:1a:4d:47:3b:e3 brd ff:ff:ff:ff:ff:ff
inet 192.168.8.2/24 brd 192.168.8.255 scope global eth0
5: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
link/ether aa:f4:04:3e:ee:72 brd ff:ff:ff:ff:ff:ff
18:16:27 [~] ip a s
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:1a:4d:47:3b:e3 brd ff:ff:ff:ff:ff:ff
inet 192.168.8.2/24 brd 192.168.8.255 scope global eth0
5: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
link/ether aa:f4:04:3e:ee:72 brd ff:ff:ff:ff:ff:ff
8: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 100
link/[65534]
inet 10.222.1.50 peer 10.222.1.49/32 scope global tun0
18:17:24 [~]Downgrading to 2.0.9 doesn't work either.
Last edited by johannesheld (2009-11-18 17:37:03)
Johannes
Offline