Re: [Etherboot-users] Tftp ip in rom image
Brought to you by:
marty_connor,
stefanhajnoczi
From: Ricardo C. C. <ema...@gm...> - 2006-02-21 20:19:20
|
E > > There are 2 you can pick from - not sure if there is any difference: > $ man dhcpd.conf > The next-server statement > next-server server-name; > The next-server statement is used to specify the host > address of the server from which the initial boot file (specified in= =20 > the filename statement) is to be loaded. Server-name should be a > numeric IP address or a domain name. If no next-server parameter applies > to a given client, the DHCP server=E2s IP address is used. > > Not to be confused with: > $ man dhcpd.conf > The server-name statement > server-name name ; > The server-name statement can be used to inform the client = of > the name of the server from which it is booting. Name should be the na= me > that will be provided to the client. > > > > In dhcpd.conf: > # /etc/dhcp3/dhcpd.conf > subnet 192.168.1.0 netmask 255.255.255.0 { > range 192.168.1.10 192.168.1.254 ; > } > server-name=3D192.168.1.1; > filename=3D"pxelinux.0" ; > # eof: /etc/dhcp3/dhcpd.conf > > I think that is all you need for pxe (you may need other things like > "option domain-name-servers" for other things, but you probably already > have that in place.) > The problem is that the dhcp is a router and i haven't permissions to=20 configure it,that's why i want to put the tftp setting in the client rom=20 image. Any ideas? Regards |