<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I already asked this on the gpxe list, but there seams not be much
activity, I tested the whole setup with ipxe with the same result, too.<br>
<br>
I am using a iPXE 1.0.0+ kkpxe image 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 the Identifier
next-server is not set.<br>
So I changed the script to proxydhcp/next-server but this is not set,
too.<br>
<br>
When doing a normal dhcp request and use the kpxe image it
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 moz-do-not-send="true" 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>
<br>
</body>
</html>