Open yell0w4x opened 4 years ago
It seems I figured out the issue. The client config file .ovpn
lacks of these lines
script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
After adding them the right DNS (google) is used.
Seems like dns leakage. While setup see these
After client connected and tunnel appears https://www.dnsleaktest.com/ shows me the same DNS. Also
systemd-resolve --status
shows no global DNS servers configured.While client establishes connection see this
Fri Jul 31 23:05:15 2020 Options error: Unrecognized option or missing or extra parameter(s) in [PUSH-OPTIONS]:1: block-outside-dns (2.4.6)
Commented out
block-outside-dns
, but still no DNS servers assigned.