<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I am using a gPXE 1.0.1+ kkpxe image with with a Embedded Script to
boot my Systems.<br>
After switching from a normal DHCP with boot params setup to a dnsmasq
Proxy DHCP setup  (<a class="moz-txt-link-freetext" href="http://etherboot.org/wiki/proxydhcp">http://etherboot.org/wiki/proxydhcp</a>) the Identifier
next-server is not set.<br>
So I changed the script to proxydhcp/next-server but this is not set,
too.<br>
If I call "config proxydhcp" in the shell it says "No such scope".<br>
<br>
When doing a normal dhcp request (set use-cached 0) "config proxydhcp"
works.<br>
Does anone know why it is not working when I use the cached request?<br>
<br>
<b>Embedded Script:</b><br>
#!gpxe<br>
set use-cached 1<br>
dhcp net0<br>
chain
<a class="moz-txt-link-freetext" href="http://$">http://$</a>{proxydhcp/next-server}/pxe/menu.php?mac=${net0/mac}&dhcp=1<br>
<br>
<b>dnsmasq.conf:</b><br>
port=0<br>
dhcp-no-override<br>
log-dhcp<br>
dhcp-range=192.168.178.0,proxy<br>
dhcp-boot=/undionly.kkpxe,"192.168.178.5",192.168.178.5<br>
dhcp-option=66,"192.168.178.5"<br>
pxe-service=123456789, "", dummy,0 # dummy entry necessary for proxy
DHCP<br>
<br>
<br>
Thanks<br>
<br>
Marc<br>
</body>
</html>