deny option to specific hosts

mailsvb mailsvb at gmail.com
Mon Aug 20 09:40:52 UTC 2012


Hi everyone,

I have a quick question regarding how to deny single options that have been
declared for a scope to one single host?

My config looks like this...

subnet 192.168.254.0 netmask 255.255.255.0 {
range 192.168.254.100 192.168.254.200;
option routers 192.168.254.1;
option broadcast-address 192.168.254.255;
option domain-name-servers 10.10.0.1;
        option ntp-servers 10.10.0.1;

        host phone {
             hardware ethernet 00:1a:e8:03:99:a8;
             fixed-address 192.168.254.21;
        }

}

So I now want the DHCP server to NOT SEND the options for NTP and DNS to
the single host "phone"? How do I prevent them to get send?

Thanks in advance for your help :-)
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20120820/523b3b65/attachment.html>


More information about the dhcp-users mailing list