Looks like I have found a possible bug. I had my client connecting to my
server and noticed that the server wouldnt respond to ping. Doing a
tcpdump on the interface on the serverside showed that the traffic does
indeed come. But the server wont respond to it.
Changing the verb option on the serverside to 5 solved the problem.
Setting it back to 4 again and the tunnel wont work. Other than that I
have had no problems at all with OpenVPN, great product!
server-config:
port 5000
proto udp
dev tun
ca ca.crt
cert inter.crt
key inter.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
push "route 192.168.0.0 255.255.255.0"
push "route 192.168.1.0 255.255.255.0"
push "dhcp-option WINS 192.168.0.100"
client-to-client
keepalive 10 60
comp-lzo
status openvpn-status.log
log-append openvpn.log
daemon openvpn
client-config:
client
remote naiv.us
dev tun
ca ca.crt
cert 101oslwrk1252.crt
key 101oslwrk1252.key
ping-restart 60
ping-timer-rem
persist-tun
persist-key
resolv-retry 86400
ping 10
comp-lzo
verb 4
mute 10
--
Daniel Husand
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|