Hi there,<br>please, please give this file format a look. Someone may have a clue or two about my problem.<br><br><span style="color: rgb(0, 0, 153);"># dhcpd.conf for fai</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);"># replace faiserver with the name of your install server</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">ddns-update-style none;</span><br style="color: rgb(0, 0, 153);"><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">deny unknown-clients;</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">option dhcp-max-message-size 2048;</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">use-host-decl-names on; </span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">#always-reply-rfc1048 on;</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">allow booting;</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">allow bootp;</span><br style="color: rgb(0, 0, 153);"><br style="color: rgb(0, 0, 153);"><br style="color: rgb(0, 0, 153);">
<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">subnet 10.0.0.0 netmask 255.0.0.0 {</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">   option routers mca62;</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">   option domain-name &quot;<a href="http://kios.in">kios.in</a>&quot;;</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">   option domain-name-servers mca62;</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">   option time-servers mca62;</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">   option ntp-servers mca62; #fai server name</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">   server-name mca62;</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">   next-server mca62; #fai server name</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">   filename &quot;pxelinux.0&quot;;</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">}</span><br style="color: rgb(0, 0, 153);"><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);"># perl -ane &#39; {print &quot;host atom {hardware ethernet $1;fixed-address atom}&quot;;}&#39;</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">host mca61 {hardware ethernet 00:19:db:a9:64:73;fixed-address mca61;}</span><span style="color: rgb(0, 0, 153);"></span><br style="color: rgb(0, 0, 153);"><br><br><br>Am i missing somthing?<br>
i start my dhcp server using &quot;/etc/init.d/dhcp3-server restart&quot;<br><br>however, at the client side i am getting a message as &quot;pxe-e51- no dhcp or proxy offer received&quot;<br><br>looking forward for your help.<br>
thank you. <br><br>