I'm using privateinternetaccess.com with openvpn on Linux.
It works fine but - after every Internetline-Reconnect - I need to restart the openvpn service.
Is there any way to reconnect the VPN-connection automatically?
Code: Select all
client
dev tun
proto udp
remote ******************
resolv-retry infinite
nobind
persist-key
persist-tun
ca /etc/openvpn/ca.crt
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify /etc/openvpn/crl.pem
auth-user-pass *****************
keepalive 10 60 # doc say it keep alive but that not work :-(
OpenVPN 2.2.1 arm-linux-gnueabihf [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Dec 1 2014 on Debian 7.8/wheezy-stable