Tuesday, September 24, 2019

Re: Errors when I try to configure multiple DNS search suffixes in dhcpd.conf

Regards,
C. L. Martinez

On 24/09/2019 10:22, Rudolf Leitgeb wrote:
> Could this be a case of missing semicolon at the end ?
>

Thanks Rudolf, but not ... My complete config is:

subnet 172.22.55.0 netmask 255.255.255.224 {
option routers 172.22.55.30;
range 172.22.55.17 172.22.55.27;
option subnet-mask 255.255.255.224;
option broadcast-address 172.22.55.31;
option domain-search "internal.dom.org", "dmz.dom.org";
}

No comments:

Post a Comment