<div dir="ltr">Hi,<div><br></div><div>I am using pxeboot with oVirt, which I believe uses ipxe as it&#39;s pxe implementation. In our kickstart menu, we need to do a hostname lookup to choose the appropriate local server as there are different boot servers in different global locations. For this, we are currently relying upon the &#39;nslookup&#39; command, which is available in Xen and VMWare pxe command sets, but the oVirt/KVM one does not have this command enabled. I&#39;ve tried a workaround using php commands, e.g.:</div><div><br></div><div><div> &lt;?php $ip = gethostbyname(&#39;wds&#39;); ?&gt;</div><div> set wds &lt;?php echo $ip; ?&gt;</div><div> set net0/next-server ${wds}</div></div><div><br></div><div>However, this does not work. Is there a possibility to get the nslookup function enabled in ipxe (apparently it is a compile time option). I could probably recompile the pxe rom, and substitute it on my install, but then when I update it will get clobbered.</div><div><br></div><div>Or is there another way of getting this functionality?</div><div><br></div><div>Thanks,</div><div><br></div><div>Cam</div></div>