|
|
Hi, establishing connection is no problem and it works a while. After a random short time (less than five minutes) i get an "fatal decryption error" and the connection is re-established. Any idea why this happens and how to fix it? google has no idea :( Thanks in advance M. Teles My Configs... ### Server Config # Debian stable # openvpn 2.0 mode server local <internetIP> port 1194 proto tcp dev tun tun-mtu 1486 ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server.crt key /etc/openvpn/keys/server.key # This file should be kept secret dh /etc/openvpn/keys/dh1024.pem server 10.11.0.0 255.255.255.0 keepalive 10 120 tls-server cipher AES-128-CBC # AES comp-lzo persist-key persist-tun status /var/log/openvpn-status.log log-append /var/log/openvpn.log verb 4 ### Client Config # win xp sp2 # openvpn 2.0.9 client dev tun proto tcp remote <internetIP> 1194 ca ca.crt cert client.crt key client.key comp-lzo cipher AES-128-CBC verb 4 ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |