Page 1 of 1

OpenVPN, WLan, Replay Window Backtrack , Connection Reset

Posted: Thu Nov 25, 2010 6:51 pm
by Aramis
Hello,
I set up my OpenVPN Server to access my Home Network from outside. I used mainly the official HowTo from the OpenVPN Site. The connection through DynDNS works great. But after 2 or 3 minutes , the message "Replay Window Backtrack occured" (with lower numbers [1], [2] - [8]) comes and the OpenVPN Connecton stops and reconnects. I tried to access it through my laptop over WLAN.

Hoping for help.

Die Sever.conf:

Code: Select all

port 1194
proto udp
dev tun
ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key # This file should be kept secret# Diffie hellman parameters.
dh /etc/openvpn/examples/easy-rsa/2.0/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
replay-window 64

meine Client.conf:

Code: Select all

Code:
client
dev tun
proto udp
remote xxxx.dyndns.info 1194
resolv-retry infinite
nobind
persist-key
ca ca.crt
cert client1.crt
key client1.key
ns-cert-type server
comp-lzo
verb 3
mute-replay-warnings
route-method exe
route-delay 2
With best regards
Aramis

Re: OpenVPN, WLan, Replay Window Backtrack , Connection Res

Posted: Thu Dec 23, 2010 8:53 pm
by gladiatr72
Hello,

Please post your server and client-side log files. That will help determine what's going on.

Regards,
Stephen