Here are my configs with any comment lines redacted.
Server.conf:
client config:port xxxx #non-standard port, issue occurred with the standard port also
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0"
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"
keepalive 10 120
tls-auth ta.key 0
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
log openvpn.log
verb 4
mute 30
Any ideas?client
verb 4
connect-retry-max 5
connect-retry 5
resolv-retry 60
dev tun
remote ip.addr xxxx udp
### redacted authentication information ###
comp-lzo
key-direction 1
remote-cert-tls server