Periodic timeouts
Posted: Sun Jun 05, 2011 1:46 pm
Hello there everyone. I've encountered a pretty nasty problem that ruins all the delight of using OpenVPN. I'm using it to play some games that (most likely) use broadcast packets to communicate. Connection is pretty good BUT! From time to time ping gets up to >1500 ms or even timeouts. And this happens even when nothing's happening on the network (just pinging the server).
I'm using bridge configuration on both client- and sever-side. Both computers are behind the routers and have similar LAN network configs. Both client and server runs Win7 (x64 and x86). And here's my configurations for
server:
client:
Thought that could be because of compression (saw somewhere on the net - there we problems with ESET antivirus) and tried to comment that out - didn't help.
I'm using bridge configuration on both client- and sever-side. Both computers are behind the routers and have similar LAN network configs. Both client and server runs Win7 (x64 and x86). And here's my configurations for
server:
Code: Select all
local 192.168.1.27
port 1194
proto udp
dev tap
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
Code: Select all
client
dev tap
proto udp
remote <ip>
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
comp-lzo
verb 3