Re: [Dnsmasq-discuss] Local dnsmasq server not utilized by Ubuntu

2019-08-05 Thread Geert Stappers
On Sun, Aug 04, 2019 at 11:19:22PM -0500, Andrew Miskell wrote: > On Aug 4, 2019, at 10:13 PM, dnsmasqyq@neverbox.com wrote: > > On Sun, Aug 4, 2019 at 7:10 PM Geert Stappers wrote: > >> On Aug 4, 2019, dnsmasqyq@neverbox.com wrote: > > }} . "problem" mostly being calling it

Re: [Dnsmasq-discuss] Local dnsmasq server not utilized by Ubuntu

2019-08-05 Thread john doe
On 8/5/2019 9:05 AM, Geert Stappers wrote: > On Sun, Aug 04, 2019 at 11:19:22PM -0500, Andrew Miskell wrote: >> On Aug 4, 2019, at 10:13 PM, dnsmasqyq@neverbox.com wrote: >>> On Sun, Aug 4, 2019 at 7:10 PM Geert Stappers wrote: On Aug 4, 2019, dnsmasqyq@neverbox.com wrote: >> >

[Dnsmasq-discuss] OT: Configuring my network interface

2019-08-05 Thread dnsmasqyq . xpt
Thanks *every one of you* who replied / helped. So it turns out to be a no-issue, just I didn't understand the proper way to use `dig`. On Mon, Aug 5, 2019 at 6:22 AM john doe wrote: > > On 8/5/2019 9:05 AM, Geert Stappers wrote: > >> > > So how do I make sure that the domain name always

[Dnsmasq-discuss] OT: DNSMasq as a docker container

2019-08-05 Thread dnsmasqyq . xpt
On Sun, Aug 4, 2019 at 7:27 AM Andrew Miskell wrote: > Depends on use case I suppose. I run DNSMasq as a docker container (I ran > pretty much all services as docker containers), so it’s easier just to keep > everything in the configuration files for DNSMasq and have a single thing to > backup.

Re: [Dnsmasq-discuss] OT: DNSMasq as a docker container

2019-08-05 Thread Andrew Miskell
Every service is it’s own docker container, that’s the point of docker. It isolates services from each other and they run in their own little operating environment independently of the host OS. Docker containers are extremely small by nature, only large enough for the operating environment (min

Re: [Dnsmasq-discuss] IPv6 Router Advertisements eating a CPU Core + Constantly being Multicasted

2019-08-05 Thread Geert Stappers
On Mon, Aug 05, 2019 at 06:44:46AM -0700, Cooper Lees wrote: > On Aug 4, 2019, at 11:29 PM, Geert Stappers wrote: > > On Sun, Aug 04, 2019 at 03:05:45PM -0700, Cooper Lees wrote: > >> > >> > >> Any suggestions I could try / do or is this indeed a bug with dnsmasq? > >> > >> ./src/dns

Re: [Dnsmasq-discuss] IPv6 setup for internal network

2019-08-05 Thread Michal Zatloukal
Hi there. On Fri, 2 Aug 2019 at 18:21, Knud wrote: > > Hi > > I have tried to get IPv6 setup running for my internal LAN (at home) > > With a lot of tries and no really luck. > > What do I want: > > Have dnsmasq running on a server (Linux fedora f30), do Ipv6 DHCP/DNS > with local names. Where i

Re: [Dnsmasq-discuss] IPv6 setup for internal network

2019-08-05 Thread Michal Zatloukal
Whoops, some of my example config was wrong. ra-param=eth0,mtu:6in4,60 # "0" would disable periodic sending, and Apple's OSes would drop the address without soliciting for the router again. MZ On Mon, 5 Aug 2019 at 22:40, Michal Zatloukal wrote: > > Hi there. > > On Fri, 2 Aug 2019 at 18:21, Kn