Hi people, I'm a user of DHCPD for almost 10 years, and never had the need of:
Exclude 2 MAC Addrr's from the rage, is this possible? If so how? I've tried to check the manual but didn't saw what I need, maybe didn't saw it correctly. Dhcpd 3.0.x, and my conf is: server-identifier 192.168.1.1; #ddns-update-style ad-hoc; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.100 192.168.1.200; default-lease-time 60000; max-lease-time 72000; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; # ddns-update-style ad-hoc; # option netbios-name-servers 192.168.1.1, 192.168.1.1; # option netbios-dd-server 192.168.1.1; option domain-name "int.pt"; option domain-name-servers 192.168.1.254 ; # option domain-name-servers 192.168.1.1; option netbios-node-type 8; # option static-routes 0.0.0.0 192.168.1.1; option routers 192.168.1.254; } _______________________________________________ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users