Hello,

I am using a gPXE 1.0.1+ kkpxe image with with a Embedded Script to boot my Systems.
After switching from a normal DHCP with boot params setup to a dnsmasq Proxy DHCP setupĀ  (http://etherboot.org/wiki/proxydhcp) the Identifier next-server is not set.
So I changed the script to proxydhcp/next-server but this is not set, too.
If I call "config proxydhcp" in the shell it says "No such scope".

When doing a normal dhcp request (set use-cached 0) "config proxydhcp" works.
Does anone know why it is not working when I use the cached request?

Embedded Script:
#!gpxe
set use-cached 1
dhcp net0
chain http://${proxydhcp/next-server}/pxe/menu.php?mac=${net0/mac}&dhcp=1

dnsmasq.conf:
port=0
dhcp-no-override
log-dhcp
dhcp-range=192.168.178.0,proxy
dhcp-boot=/undionly.kkpxe,"192.168.178.5",192.168.178.5
dhcp-option=66,"192.168.178.5"
pxe-service=123456789, "", dummy,0 # dummy entry necessary for proxy DHCP


Thanks

Marc
_______________________________________________
gPXE mailing list
gPXE@etherboot.org
http://etherboot.org/mailman/listinfo/gpxe

Reply via email to