[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] ISC DHCPD config question
- Subject: [ale] ISC DHCPD config question
- From: cfowler at outpostsentinel.com (Chris Fowler)
- Date: Wed, 14 Aug 2013 16:23:56 -0400
- In-reply-to: <CAPfJb3oGsC7JRF+=6fwHL5YM-N7HMKNWvqjfv4MYvsYxMRzw4w@mail.gmail.com>
- References: <[email protected]> <CAEo=5PxZVs5=YkLihmOJ4cvEKHd192SLbU2Q9ATLfwzNcGOasw@mail.gmail.com> <CAEo=5PzrnxbQj8vq4RMt6urVfnpu4G+EKo8Rk_CxbBmdraDBEw@mail.gmail.com> <[email protected]> <CAEo=5PxUbszY-bzV3G2s83PON24kx06Ehw=hyvQcLEn0JJ-jUw@mail.gmail.com> <CAPfJb3oGsC7JRF+=6fwHL5YM-N7HMKNWvqjfv4MYvsYxMRzw4w@mail.gmail.com>
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>