Ubuntu terminal no connectivity when running openvpn [SOLVED]
I set up the VPN via the installer in the GUI and have test that it works.
I then rebooted and, without any desktop session, set up terminal access. I used this guide.
openvpn starts without error and the last log message is:
Thu Sep 21 09:55:11 2017 Initialization Sequence Completed
Afterwards DNS resolution fails.
How do I resolve this?
I then rebooted and, without any desktop session, set up terminal access. I used this guide.
openvpn starts without error and the last log message is:
Thu Sep 21 09:55:11 2017 Initialization Sequence Completed
Afterwards DNS resolution fails.
⟫ curl checkip.dyndns.org
curl: (6) Could not resolve host: checkip.dyndns.org
How do I resolve this?
Comments
script-security 2up /etc/openvpn/update-resolv-confecho -e "nameserver 209.222.18.222\nnameserver 209.222.18.218" | sudo tee /etc/resolv.confip route.