[ale] ISC DHCPD config question

Chris Fowler cfowler at outpostsentinel.com
Wed Aug 14 16:23:56 EDT 2013


On 08/14/2013 03:56 PM, Chuck Payne wrote:
> Jim,
>
> Your idea of given them a bad ip, brillant, I am going to do that to
> my son, xbox, laptop and tables.  Thank God for MAC Address. Simple
> Brillant.
>
> I think I will call the script that changes dhcpd.conf files. supernanny_dhcpd

So just change a host like this to be crap?

host hotspot {
     hardware ethernet e8:4e:06:00:21:d1;
     fixed-address 192.168.1.199;
}

If I set it to a 3.0 address will dhcpd complain that it is not in the 1.0?

This is what I have:

# 192.168.1.0/24
subnet 192.168.1.0 netmask 255.255.255.0 {
   range 192.168.1.100 192.168.1.127 ;
   option domain-name-servers 192.168.1.115, 4.2.2.1, 192.168.1.254;
   option routers 192.168.1.254;
   option broadcast-address 192.168.1.255;
   default-lease-time 7200;
   max-lease-time 7200;
}

host xbmc-01 {
   hardware ethernet 00:0f:53:b0:1d:9f;
   fixed-address 192.168.1.200;
}


Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20130814/c5c05b1d/attachment.html>


More information about the Ale mailing list