[NCLUG] Question: Linux as a PXE Server

Sean Reifschneider jafo at tummy.com
Wed Apr 8 19:40:05 MDT 2009


Marcio Luis Teixeira wrote:
> I have a question related to setting up a Linux box as a PXE
> server. Ive successfully done this in two different scenarios: the first

Just taking a shot in the dark here, but what if you set up the Linux DHCP
server to hand out a file-name and an IP of 0.0.0.0:

   host client1 {
      hardware ethernet aa:00:00:00:00:01;
      filename "client1.example.com";
      server-name "server.example.com";
      fixed-address 0.0.0.0;
   }

Just a thought.  It seems unlikely but it's the only thing I could think of.

Sean
-- 
Sean Reifschneider, Member of Technical Staff <jafo at tummy.com>
tummy.com, ltd. - Linux Consulting since 1995: Ask me about High Availability

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://lists.nclug.org/pipermail/nclug/attachments/20090408/b512507c/attachment.pgp>


More information about the NCLUG mailing list