Re: [Etherboot-users] Using Etherboot with alternate BOOTP/DHCP ports
Brought to you by:
marty_connor,
stefanhajnoczi
From: Cristian M. <cri...@on...> - 2005-12-13 06:52:36
|
Cristian Mitrana wrote: > hello, > > I'm trying to use a second DHCPD server for some LTSP stations and I > don't want to disturb the already existing dhcp setup. So I modified in > src/Config and enabled the option to use the 1067/1068 port for the > newly created ethernet boot files. > [..] FWIW, I solved this issue by invoking dhcpd with '-p 1067' command line arguments, regardless of the 'local-port' option in the dhcpd.conf. Now Etherboot gets the necessary info and loads the NBI file. mitu |