Jonathan Wright

Results 19 comments of Jonathan Wright
trafficstars

`DNS Domain: ~.` is the search configuration - especially `systemd-resolved` has been told that the servers configured on this link are responsible for searches on all domains (`.` is in...

I have never been a fan of NetworkManager - much like systemd at times, it tries to do too much with a number of questionable decisions under the surface which...

@bohlstry and @dannyk81, Thank you both for your scripts. It's still a shame that NetworkManager has not looked into this and doesn't seem to be any closer to resolving this...

Looks good. I'll need to prepare some tests to add to ensure that the `busctl` is being called as expected. I'll do that shortly, ready for the merge.

@cwray, @frspin, and @adamshand, What is the output of your `systemd-resolve --status`? Also, what are the contents of your `nssswitch.conf` file and `resolv.conf` file? If the DNS queries are not...

@Jean85 based on your logs, `update-systemd-resolved` is not getting called on the `up` command at all, however, `/usr/lib/NetworkManager/nm-openvpn-service-openvpn-helper` is. This seems to be taking over control. Looking at [#20](https://community.openvpn.net/openvpn/ticket/20?version=0) on...

@Jean85 no problem. It's been useful to explore your issue as I understand a little more what NetworkManager does (and doesn't) do. As of 3cef3f3b560d6705197023b67ac64eb2a1176e14 I've added a paragraph warning...

@adamshand, On the whole everything for you looks good - The script is loaded correctly (maybe add `up-restart` to the configuration now, as that will help on partial restarts of...

I'll have to take a look at the `--flush-caches` issue. It may be that it cannot be supported on that version of Ubuntu, and given it won't be supported for...

@wiryonolau you should put the script into your OpenVPN configuration file directly. It shouldn't be called by NetworkManager. If you install the script inside (`/etc/openvpn/scripts`), then add the following configuration...