Arch Linux and a VPN provider
Posted: Wed Jan 31, 2018 5:34 pm
I am having problems with a VPN provider. They provide OpenVPN configurations as TLS certificates in one .ovpn file. The company can't help me because I'm using Arch Linux and they are not familiar with it. Even though the NetworkManager-applet shows that the VPN connection is active and my IP changes to the provider's server's one, all traffic goes straight through the physical ethernet interface and not tun0. Has anyone had similar challenges? What could I do? Here's the first lines of the .ovpn config without the secret data:
client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote REMOTEADDRESS and PORT
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
comp-lzo
setenv opt block-outside-dns
key-direction 1
verb 3
I checked that the data goes only through my Ethernet-interface and not OpenVPN tunnel with ifconfig.
client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote REMOTEADDRESS and PORT
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
comp-lzo
setenv opt block-outside-dns
key-direction 1
verb 3
I checked that the data goes only through my Ethernet-interface and not OpenVPN tunnel with ifconfig.