<html><body>
<p>Hi,<br>
<br>
        I'm trying to netboot a system using DHCPv6 and pass it a boot file, however every attempt I try fails with errors like this:<br>
<br>
Mar 25 08:50:06 localhost dhcpd: /etc/dhcpd.conf line 9: semicolon expected.<br>
Mar 25 08:50:06 localhost dhcpd: boot-file-url "http://[fd80:1010::2]/data/chris/FullShell.efi"<br>
Mar 25 08:50:06 localhost dhcpd:                ^<br>
Mar 25 08:50:06 localhost dhcpd: Configuration file errors encountered -- exiting<br>
<br>
I get this error when I remove the quotes:<br>
Mar 25 08:48:49 localhost dhcpd: /etc/dhcpd.conf line 9: semicolon expected.<br>
Mar 25 08:48:49 localhost dhcpd: boot-file-url http:<br>
Mar 25 08:48:49 localhost dhcpd:                ^<br>
Mar 25 08:48:49 localhost dhcpd: Configuration file errors encountered -- exiting<br>
<br>
<br>
I tried using:<br>
<br>
option boot-file-url and option dhcp6.boot-file-url and nothing works.<br>
<br>
<br>
Is this option working at this time? I'm using DHCP Server 4.2.0-P2<br>
<br>
Thanks</body></html>