<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 08/14/2013 03:56 PM, Chuck Payne
wrote:<br>
</div>
<blockquote
cite="mid:CAPfJb3oGsC7JRF+=6fwHL5YM-N7HMKNWvqjfv4MYvsYxMRzw4w@mail.gmail.com"
type="cite">
<pre wrap="">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
</pre>
</blockquote>
<br>
So just change a host like this to be crap?<br>
<br>
<font face="Courier New, Courier, monospace">host hotspot {<br>
hardware ethernet e8:4e:06:00:21:d1;<br>
fixed-address 192.168.1.199;<br>
}</font><br>
<br>
If I set it to a 3.0 address will dhcpd complain that it is not in
the 1.0?<br>
<br>
This is what I have:<br>
<br>
<font face="Courier New, Courier, monospace"># 192.168.1.0/24<br>
subnet 192.168.1.0 netmask 255.255.255.0 {<br>
range 192.168.1.100 192.168.1.127 ;<br>
option domain-name-servers 192.168.1.115, 4.2.2.1,
192.168.1.254;<br>
option routers 192.168.1.254;<br>
option broadcast-address 192.168.1.255;<br>
default-lease-time 7200;<br>
max-lease-time 7200;<br>
}<br>
<br>
host xbmc-01 {<br>
hardware ethernet 00:0f:53:b0:1d:9f;<br>
fixed-address 192.168.1.200;<br>
}<br>
<br>
</font><br>
Chris<br>
<br>
</body>
</html>