search for: ifopen

Displaying 2 results from an estimated 2 matches for "ifopen".

Did you mean: fopen
2011 Mar 28
0
[ipxe-devel] Manual IP config does no pass 209:string to chain pxelinux.0
On Friday 25 Mar 2011 21:21:18 Marcus Grando wrote: > >> Script is something like that: > >> > >> #!ipxe > >> ifopen net0 > >> set net0/ip 192.168.0.10 > >> set net0/netmask 255.255.255.0 > >> set net0/gateway 192.168.0.1 > >> set net0/dns 8.8.8.8 > >> set 209:string pxelinux.cfg/default > >> set 210:string http://some_server_elsewere/ > >> chain ${21...
2010 Aug 25
0
gPXE+pxelinux fails with static network config
...MD _ CRYPTO_80211_WEP _ CRYPTO_80211_WPA _ CRYPTO_80211_WPA2 DHCP Embedded Script: #!gpxe dhcp net0 set 209:string pxelinux.cfg/default set 210:string http://apt.niif.hu/bko/ echo chaining to pxelinux... chain ${210:string}pxelinux.0 echo pxelinux download failed! Static Embedded Script: #!gpxe ifopen net0 set net0/ip 10.0.2.15 set net0/netmask 255.255.255.0 set net0/gateway 10.0.2.2 set net0/dns 10.0.2.3 set 209:string pxelinux.cfg/default set 210:string http://apt.niif.hu/bko/ echo chaining to pxelinux... chain ${210:string}pxelinux.0 echo pxelinux download failed! Tests (with QEMU 0.11.0):...