[Solved] 17.3 OpenVPN dns problem - Printable Version +- Maui Forums (https://forums.mauilinux.org) +-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74) +--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83) +--- Thread: [Solved] 17.3 OpenVPN dns problem (/showthread.php?tid=24358) |
[Solved] 17.3 OpenVPN dns problem - neph00 - 6th April 2017 After upgradeing to 17.3 i have this issue with OpenVPN, It disconnects after a mainute and i need to restert maui to connect again..for next minute and restart and so on.. I think its a problem with dns config, but i dont to what i have to fix. I can say that before upgrade everthing was ok. RE: 17.3 OpenVPN dns problem - neph00 - 7th April 2017 OK, i found solution on ubuntu forum. Its a bug in 16.10 1. Open /etc/NetworkManager/NetworkManager.conf in an editor with root rights. 2. Delete (or comment out with a dash #) the line that reads dns=dnsmasq . 3. Restart NetworkManager via sudo service NetworkManager restart . RE: [Solved] 17.3 OpenVPN dns problem - kdemeoz - 7th April 2017 (7th April 2017, 7:01)neph00 Wrote: Its a bug in 16.10 I don't understand. Maui is based on Ubuntu 16.04, isn't it? RE: [Solved] 17.3 OpenVPN dns problem - leszek - 7th April 2017 16.04 and 16.10 use dnsmasq RE: [Solved] 17.3 OpenVPN dns problem - neph00 - 8th April 2017 (7th April 2017, 9:09)leszek Wrote: 16.04 and 16.10 use dnsmasq maybe they are, but why i didnt have this issue before upgrading to 17.3? i thought that its based on 16.10 and thats was the cause, but if this bug is in both 16.04 and 16.10 then i dont understand why i had no issue earlier. RE: [Solved] 17.3 OpenVPN dns problem - leszek - 8th April 2017 That is something I am not sure myself. Dnsmasq is used in both versions definitely. I guess Ubuntu has pushed an update for 16.04 unrelated to the 17.03 release which caused it to break for you. |