authorized mac ONLY dhcp

Zhaohui Wang zwange at gmu.edu
Sun Nov 9 23:14:36 UTC 2008


 

 

Hi all

 

I am using isc dhcpd version3. Can anyone present a conf file example
showing that how to config dhcpd for autherized mac address only?

I need all other unknow MACs dhcp request ignored.

Here is my draft dhcpd.conf file, but can not get dhcpd started. Any
correction or guide would be greatly appreciated.

 

 

============================================

ddns-update-style interim;

ignore client-updates;

range dynamic-bootp 192.168.0.128 192.168.0.254;

default-lease-time 21600;

 

 

host mx {

                hardware ethernet 00:1e:0f:fa:75:2e;

                fixed-address 192.168.0.7;

                option routers                  192.168.0.1;

                option subnet-mask              255.255.255.0;

                option broadcast-address        192.168.0.255;

#               option nis-domain               "domain.org";

#               option domain-name              "domain.org";

        }

==============================================

 

Best Regards

Zhao Wang

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20081109/825841c0/attachment.html>


More information about the dhcp-users mailing list