|
|
Hi, I have a little problem, I have a VPN connection with a Windows client (XP and OpenVPN Gui) and a Linux server (Debian). It works great but sometimes, when I try to get a file (> 1MB) from the distant network, I lost the connection. The strange things is that the connection is still alive for OpenVPN Gui (green computer icon on the tasks bar) but I can't go anywhere on the distant network (ping, file sharing, http...). The logs doesn't show anything anormal because it's still connected for him. Did one of you already get this kind of error ? Here are the configurations I'm using : ----------- CLIENT SIDE ----------- remote 213.XX.XX.XX client port 8192 dev tun ca C:\\OpenVPN\\easy-rsa\\keys\\autorite-ca.crt cert C:\\OpenVPN\\easy-rsa\\keys\\client.crt key C:\\OpenVPN\\easy-rsa\\keys\\client.key auth-user-pass reneg-sec 3600 ping 10 comp-lzo verb 5 ip-win32 dynamic dhcp-option DOMAIN XX dhcp-option DNS 192.168.1.1 ----------- SERVER SIDE ----------- dev tun1 local 213.XX.XX.XX float client-config-dir /etc/openvpn/cert/fixed-ip port 8192 proto udp server 10.4.0.0 255.255.0.0 duplicate-cn status /var/log/vpn_status 60 dh /etc/ssl/dh1024.pem ca /etc/ssl/certs/autorite-ca.crt cert /etc/ssl/server.crt key /etc/ssl/private/serverPrivate.key tun-mtu 1500 mssfix auth-user-pass-verify /etc/openvpn/validateUser.sh via-file comp-lzo verb 5 log /var/log/openvpn.log keepalive 10 240 push "route 192.168.1.0 255.255.255.0" persist-key persist-tun persist-local-ip ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-10/msg00026.html on line 236 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-10/msg00026.html on line 236 |