I've been grappling with this on and off for a few weeks - I'm wanting to connect to my office's network (about 100km away) from home and am gettiing arbitrary dropouts where I connect to the net, and to servers on the office LAN,but the connection drops after 20-30s with no errors in var/log/messages and am unable to connect either the net or the office LAN
I'm on Fedora 16, OpenVPN 2.2.1, NM 0.9.4-3.
I have a colleague able to connect from his home without issue (He's on Ubuntu) and we both have the same certs/config as we recived our configs from the same sysadmin, so I can only imagine it's something specific to my system.
I have tried the following, mentioned in other forum posts, but to no avail:
Disabled SELinux
Matched client MTU settings with those of server (Used to get an error about this, but no longer)
Increase verbosity of client log (5) = nothing in /var/log/messages
Upgraded NetWorkManager
Disabled Wifi (But using wired connection)
Here's my client.conf
Code: Select all
client
dev tun
proto udp
remote router.myoffice.com 1194
tun-mtu 1500
link-mtu 1558
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert mycert.crt
key mykey.key
tls-auth ta.key 1
cipher AES-256-CBC
comp-lzo
verb 5
Does anyone have any other ideas of what I can try?
Thanks for your time
Russ