Re: DHCP and search list for DNS domains

2022-01-21 Thread David Wright
On Fri 21 Jan 2022 at 13:57:47 (+0100), Steve Keller wrote: > AFAIK, some of my client hosts have only resolvconf, others use some > systemd stuff, since the man page for resolvconf is actually the > man page for resolvectl which also refers to systemd-resolved. The man page for /package/ resolvc

Re: DHCP and search list for DNS domains

2022-01-21 Thread Steve Keller
"Markus Schönhaber" wrote: > > AFAICS, there is no option in DHCP to provide the search list. > > From dhcp-options(5): > > >option domain-search domain-list; > > > > The domain-search option specifies a ´search list´ of Domain > > Names to be used by the client

Re: DHCP and search list for DNS domains

2022-01-21 Thread Charles Curley
On Fri, 21 Jan 2022 13:57:47 +0100 Steve Keller wrote: > With DHCP I can tell a host the DNS server and the domain name of the > network, which is then stored to /etc/resolv.conf. But how can I add > a list a domain names that should be searched when resolving a host > name? root@chaffee:~# gre

Re: DHCP and search list for DNS domains

2022-01-21 Thread Markus Schönhaber
21.01.22, 13:57 +0100, Steve Keller: With DHCP I can tell a host the DNS server and the domain name of the network, which is then stored to /etc/resolv.conf. But how can I add a list a domain names that should be searched when resolving a host name? AFAICS, there is no option in DHCP to provid

DHCP and search list for DNS domains

2022-01-21 Thread Steve Keller
With DHCP I can tell a host the DNS server and the domain name of the network, which is then stored to /etc/resolv.conf. But how can I add a list a domain names that should be searched when resolving a host name? AFAICS, there is no option in DHCP to provide the search list. So the questions is,