|
|
hi,
i setup openvpn (see vpn.conf below) and when i connect from the
windows openvpn client (latest ver) the tunnel dies in a short while.
right after the tunnel is established i can ping 10.8.0.1 (see part of
the ifconfig below) but after a few minutes when i try pinging
10.8.0.1 again, it pings a completely different address instead. it
may sound crazy and i have no clue why this happens.
just to make sure im perfectly clear about this, in windows i do:
"ping 10.8.0.1" and the system says "pinging xxx.yyy.zzz.www request
timed out" where the xxx.yyy.zzz.www ip is a completely different ip
than the one i pinged and its not known to me whatsoever. its some
random IP somewhere in the Internet (actually inside the prague
academic network, known as PASNET).
---
mode server
tls-server
dev tun
ifconfig 10.8.0.1 255.255.255.0
server 10.8.0.0 255.255.255.0
duplicate-cn
push "route 192.168.1.0 255.255.255.0"
ca /etc/openvpn/crt/ca.crt
cert /etc/openvpn/crt/server.crt
key /etc/openvpn/crt/server.key
dh /etc/openvpn/crt/dh1024.pem
log-append /var/log/openvpn.log
status /var/run/openvpn.status 10
comp-lzo
verb 3
---
ifconfig
tun0 inet adr:10.8.0.1 P-t-P:10.8.0.2 Maska:255.255.255.255
AKTIVOVÁNO POINTOPOINT BĚŽÍ NEARP MULTICAST MTU:1500 Metrika:1
---
looking forward to any helping suggestions,
best regards,
Tomas
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|