Re: [Dnsmasq-discuss] DHCP mangling IP address, host name

2020-12-18 Thread Carsten Spieß
Hello, > I'm getting a confusing result with my DHCP server part. > dhcp-host=00:25:f6:03:2a:5d,iris,192.168.0.10/24 Probably hostname and ipaddr needs to be exchanged. See 'man dnsmasq' : --dhcp-host=[][,id:|*][,set:][,][,][,][,ignore] Regards Carsten pgp7exJQerJ7W.pgp Description: Digita

[Dnsmasq-discuss] define IPv6 prefix for host-records

2017-05-05 Thread Carsten Spieß
Hello , i'm using dnsmasq to deliver IPv6 DNS entries. The IPv6 prefix i get dynamicaly from my ISP after dialin (pppoe), but this changes on every reconnect (which is at least once a day). When the prefix changes every IPv6 host in /etc/hosts dnsmasq.conf files has to be changed to cause dnsmas

Re: [Dnsmasq-discuss] define IPv6 prefix for host-records

2017-05-06 Thread Carsten Spieß
ine > which > has the constructor: keyword, then you can have IPv6 addresses in > dhcp-host lines which have zero network part, and the relevant prefix > will be substituted in. I've seen this which pointed me to the proposed syntax. Regards Carsten -- Carsten Spieß Lauterlech 39d D-86152

Re: [Dnsmasq-discuss] [solved] define IPv6 prefix for host-records

2017-05-12 Thread Carsten Spieß
t from you ISP. If you just want a DNS name that's > usable from the local net, then that gives you a stable address to > associate with the DNS name. That's _the_ good idea (why i didn't have it myself)! It's like the NATed private IPv4 addresses i use locally. The d

[Dnsmasq-discuss] localise-queries and IPv6

2019-08-03 Thread Carsten Spieß
Hello, I've added entries for a multi homed machine to the hosts file. For IPv4 i get one address localized to the caller, for IPv6 i get a list of all addresses. The man page notes for localise-queries 'Currently this facility is limited to IPv4.' Is there any technical reason for this behavio

Re: [Dnsmasq-discuss] localise-queries and IPv6

2019-08-06 Thread Carsten Spieß
Hello Simon, > > I've added entries for a multi homed machine to the hosts file. > > For IPv4 i get one address localized to the caller, > > for IPv6 i get a list of all addresses. > > > > The man page notes for localise-queries 'Currently this facility is limited > > to IPv4.' > > Is there any