News: This forum is now permanently frozen.
Pages: [1]
Topic: DHCP feature  (Read 1575 times)
« on: July 28, 2008, 12:52:10 »
klaus.dk *
Posts: 1

I would like to request added features for DHCP.

In enviroments where there are diskless clients/thin clients, it would be nice if one could add some fing like this:

 #set of parameters specific to one particular host
  host client.test.net {
   hardware ethernet CC:CC:CC:CC:CC:CC;
   fixed-address 192.168.1.10;
   option host-name "client";           #name of the host (if the fixed address
                                        #doesn't resolve to a simple name)
   filename "ofwboot.xcf";              #name of the bootloader or kernel to
                                        #download via tftp
   next-server tftpserver.test.net;     #which machine to tftp filename from
   option root-path "/export/client/root"; #the path on the NFS server.
                                           #typically the client assumes the
                                           #nfsserver = tftpserver
   #always-reply-rfc1048 true;          #this is needed if your client isn't
                                        #getting the options you set and
                                        #the log says "(non-rfc1048)"
               #next68k machines require this to be
               #set false
  }

  #you may paste another "host" entry here for additional clients on this network

so it is possible to boot thin clients with the aid of the DHCP server in the Monowall.

I hope others also find this feature worth including. At the moment we need to have DHCP running on another server in order be able to boot thin clients that need directives to find a server to boot from.

/Klaus
« Reply #1 on: August 04, 2008, 18:22:46 »
jantman *
Posts: 16

I also vote for having per-client PXE options in the Web GUI. It's a pain to have to constantly edit and re-upload config.xml.
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines