Re: [Etherboot-users] Tftp ip in rom image
Brought to you by:
marty_connor,
stefanhajnoczi
From: Per D. J. <pd...@kn...> - 2006-02-21 20:48:12
|
Hi Ricardo, > The problem is that the dhcp is a router and i haven't permissions to > configure it,that's why i want to put the tftp setting in the client rom > image. I have the same problem: DHCP-server is off-limit... Set the alternative BOOTP/DHCP port to 1067 (ALTERNATE_DHCP_PORTS_1067_1068 option in Config). Setup a dhcp server which listens on 1067, and an ordinary tftp server and you are set to go. ~Per |