-2

I try to connect to the VPN with openvpn. If I connect from the cli with sudo openconnect..... its working fine. The vpn change the /etc/resolv.conf to the desired format.

But If I would connect from the GUI. Settings > Network > VPN it doesn-t change the resolv.conf

The SELinux is in permissive mode

4

1 回答 1

-2

/etc/NetworkManager/NetworkManager.conf Should contains the following setting

[main]
dns=dnsmasq

And everything will goes well. If you want to keep an ability to use internet during you are on vpn. Add the google dns (8.8.8.8) to the vpn settings aswel

于 2019-04-19T08:24:43.390 回答