[Prev][Next][Index][Thread]

Re: bootp question




	Hi,
	We are using netboot-081 to load our kernels.
	Our dhcpd.conf file looks as follows:


default-lease-time 600;
max-lease-time 7200;
subnet 193.145.98.0 netmask 255.255.255.0 {

       host sardina {
                    filename "zImage";
                    next-server 193.145.98.79;
                    hardware ethernet 00:00:B5:87:7E:F8;
		    fixed-address 193.145.98.119;
		    }
  }		    

	This seems to work fine. 
	As you can see, we have one computer, called sardina, where
	we try our kernels which gets the ip address and the zImage
        from 193.145.98.79.
	Of course, the tftp server has to be working. The file zImage
	must be placed in the /home/tftp directory.
	
							


References: