<div id="RTEContent">i recently setup a dhcp at my home and now i am getting these errors in my logs and was wondering if i set something up wrong? <br>   --------------------- dhcpd Begin ------------------------ <br>  <br>  Unknown Entries:<br>     Unable to add forward map from STEVEN-DELL.dusty.home to 192.168.1.100: timed out: 4 Time(s)<br>     Unable to add forward map from laptop.dusty.home to 192.168.1.104: timed out: 4 Time(s)<br>     Unable to add forward map from lisa-dell.dusty.home to 192.168.1.103: timed out: 4 Time(s)<br>  <br>  <br>   ---------------------- dhcpd End ------------------------- <br>  <br>  i am running centos 4.2  and also my dhcp.conf file<br>  <br>  [root@dusty etc]# cat dhcpd.conf<br>  ddns-update-style interim;<br>  ignore client-updates;<br>  <br>  subnet 192.168.1.0 netmask 255.255.255.0 {<br>          option 
 routers                   192.168.1.1; #Default Gateway<br>          option  subnet-mask               255.255.255.0;<br>          option  domain-name               "dusty.home";<br>          option domain-name-servers      216.145.243.22;<br>          option netbios-name-servers     192.168.1.154; #Wins Server<br>          range dynamic-bootp 192.168.1.100 192.168.1.150; #Dhcp Range to assign<br>          default-lease-time 43200;<br>          max-lease-time 86400;<br>  }<br> 
 [root@dusty etc]#<br>  <br>  thanks<br>  <br>  steven<br>   </div><BR><BR>Steven<br> <br><br>"On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows or better'. So I installed Linux."