Re: [Etherboot-users] DHCP- Etherboot not sending DHCPREQUEST
Brought to you by:
marty_connor,
stefanhajnoczi
From: Anselm M. H. <an...@ho...> - 2005-11-09 10:49:08
|
Am Dienstag, den 08.11.2005, 16:50 -0500 schrieb David T. Pheasant: > Hello, >=20 > I am trying to install Rocks 4.1 Fuji on a 25 node LinuxNewtorx=20 > cluster that was donated to my college. Each node has only a power, > serial console, and network connections. There is no cdrom or floppy > drive,=20 > so PXE booting these nodes is my only method of installing an OS on=20 > these machines. > =20 > The nodes have a LinuxBIOS and Etherboot5.0.4eb4.1 burned onto the > prom. > My problem is that my nodes are not sending a DHCPREQUEST > to the frontend (DHCP) server. >=20 > I have worked with DHCP a number of times but never had this=20 > problem. However, this is my first time trying to use PXE booting. > Here is the output of `tail /var/log/messages` when I power on the > first node: >=20 > Nov 7 12:36:41 manganese dhcpd: DHCPDISCOVER from 00:30:48:22:b7:3f > via=20 > eth0 > Nov 7 12:36:41 manganese dhcpd: DHCPOFFER on 192.168.1.253 to=20 > 00:30:48:22:b7:3f via eth0 > Nov 7 12:36:41 manganese dhcpd: DHCPDISCOVER from 00:30:48:22:b7:3f > via=20 > eth0 > Nov 7 12:36:41 manganese dhcpd: DHCPOFFER on 192.168.1.253 to=20 > 00:30:48:22:b7:3f via eth0 >=20 > The node itself shows: >=20 > =FCROM segment 0xc800 length 0x4000 reloc 0x9400 > Etherboot 5.0.4eb4.1 (GPL) Tagged ELF (Multiboot) for [EEPRO100] > Boot from (N)etwork or from (L)ocal? N > Found Intel EtherExpressPro100 at 0XC000, ROM address 0X0000 > Probing...[EEPRO100]Ethernet addr: 00:30:48:22:B7:3F > Searching for server (DHCP)... > ....................No Server found > <abort> > Boot from (N)etwork or from (L)ocal? Just an idea... you did set the "next-server" option in dhcpd.conf, didn't you? Etherboot relies on its presence, which had been there by default for ages, but the most recent dhcpd will not send it out if not explicitely configured to do so. Try entering next-server 192.168.1.1; in your dhcpd.conf and see if that helps Etherboot to find a DHCP server. Hth Anselm |