You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue reported here:
it fails to add the nameservers to /etc/resolv.conf
INFO: Adding VPN nameservers...
DEBUG: resolvconf_call: /usr/sbin/resolvconf -a "ppp0.openfortivpn"
Failed to set DNS configuration: Could not activate remote peer.
The text was updated successfully, but these errors were encountered:
The DNS configuration error obviously comes from resolvconf. When searching for the error message I have found this thread with the hint:
It looks like systemd-resolved might not be running. Does it help
if you run 'sudo systemctl enable --now systemd-resolved' ?
If that doesn't help, you could try running --pppd-use-peerdns=1 or disable the usage of resolvconf with the following workaround at configure time --with-resolvconf=/sbin/nonexistent
issue reported here:
it fails to add the nameservers to
/etc/resolv.conf
The text was updated successfully, but these errors were encountered: