Re: dnsmasq integration improvement suggestion

2022-05-31 Thread Thomas Haller via networkmanager-list
On Mon, 2022-05-30 at 12:49 +0200, Petr Menšík wrote: > On 5/28/22 22:22, Thomas Haller wrote: > > As you say, NetworkManager can run dnsmasq as DNS plugin by > > configuring > > `[main].dns=dnsmasq` in `man NetworkManager.conf`. > > > > In that mode, NetworkManager will spawn the dnsmasq

Re: dnsmasq integration improvement suggestion

2022-05-30 Thread Petr Menšík via networkmanager-list
On 5/28/22 22:22, Thomas Haller wrote: > As you say, NetworkManager can run dnsmasq as DNS plugin by configuring > `[main].dns=dnsmasq` in `man NetworkManager.conf`. > > In that mode, NetworkManager will spawn the dnsmasq process. > Doing that is undesirable, for several reasons. > > I agree, it

Re: dnsmasq integration improvement suggestion

2022-05-28 Thread Thomas Haller via networkmanager-list
On Fri, 2022-05-27 at 15:30 +0200, Petr Menšík via networkmanager-list wrote: > Hi! > > I were thinking how could be Network Manager's integration with > dnsmasq > improved. > > Today it is running separate service in NetworkManager.service. I > thought about possible solution and think have

dnsmasq integration improvement suggestion

2022-05-27 Thread Petr Menšík via networkmanager-list
Hi! I were thinking how could be Network Manager's integration with dnsmasq improved. Today it is running separate service in NetworkManager.service. I thought about possible solution and think have found solution. Dnsmasq can include all files with matching pattern from a directory. On Fedora,

Re: dnsmasq integration? (was: Re: NM trashing resolv.conf when a connection fails)

2011-01-10 Thread Dan Williams
this dnsmasq integration in NetworkManager works, and/or can anyone who is working with it give me a quick overview? 'man NetworkManager.conf' has a short overview of the DNS plugins available. You can either use nothing (which works just like before) or you can use dnsmasq. There's a BIND plugin

Re: dnsmasq integration?

2011-01-09 Thread Howard Chu
Message: 1 Date: Fri, 7 Jan 2011 17:52:27 -0500 From: Paul Smithp...@mad-scientist.net To: Michael Bieblbi...@debian.org On Fri, 2011-01-07 at 22:37 +0100, Michael Biebl wrote: Am 07.01.2011 17:13, schrieb Uwe Geuder: On Ubuntu Lucid I solved the dnsmasq - nm integration as follows: I

Re: dnsmasq integration?

2011-01-07 Thread Uwe Geuder
Hi! Hm. I'm looking through lots of NetworkManager pages/docs and the GIT repositories, and I see that there has been something titled Local caching nameserver support using dnsmasq added in 0.8.2. Interesting. I'm using Ubuntu LTS so I'm not at the leading edge with nm, I guess it's 0.8.

Re: dnsmasq integration?

2011-01-07 Thread Michael Biebl
Am 07.01.2011 17:13, schrieb Uwe Geuder: On Ubuntu Lucid I solved the dnsmasq - nm integration as follows: - dnsmasq is configured to read upstream DNS servers from /etc/resolv.conf1 - nm is patched to write to /etc/resolv.conf1 instead of /etc/resolv.conf (I'm willing to share the

Re: dnsmasq integration?

2011-01-07 Thread Paul Smith
On Fri, 2011-01-07 at 22:37 +0100, Michael Biebl wrote: Am 07.01.2011 17:13, schrieb Uwe Geuder: On Ubuntu Lucid I solved the dnsmasq - nm integration as follows: - dnsmasq is configured to read upstream DNS servers from /etc/resolv.conf1 - nm is patched to write to

dnsmasq integration? (was: Re: NM trashing resolv.conf when a connection fails)

2011-01-06 Thread Paul Smith
have guessed, applications that modify /etc/resolv.conf are simply not well-behaved (including NetworkManager... see my issue in the previous post) which makes this pretty difficult. Is there any documentation on exactly how this dnsmasq integration in NetworkManager works, and/or can anyone who