Displaying 1 result from an estimated 1 matches for "ip_of_closest_server".
2010 Oct 11
1
Problems with gpxelinux and Broadcom 57711
...ave a very simple pxelinux.gpxe script compiled into gpxelinux.0:
#!gpxe
set use-cached 1
dhcp net0
chain http://webserver/gpxe/gpxe.php?IP=${net0/ip}
The PHP script dynamically creates a config file that looks something
like this:
#!gpxe
set 209:string pxelinux.cfg/default
set 210:string http://IP_of_closest_server/tftpboot/
imgload pxelinux.0
boot pxelinux.0
The whole point is to enable HTTP transfers of ISO images that we boot
from the net.
The 460c G6:s fetch gpxelinux.0 but gPXE fails to get the config from
the webserver, "Connection timed out (0x4c116035)". I've attached a
screen dump (wi...