Hello everyone,<br><br>These past couple of weeks I've been trying to figure out how one can automagically generate an fqdn.fqdn string that can be sent to the server.<br>I want to set the host-name in the dhclient.conf file but I want to refrain from initializing the domain-name, instead I want to use the domain-name from the DHCP server (also ISC).<br>
<br><br>fqdn.fqdn is just host-name + "." + domain-name + "." I tried doing this with <br>-----<br>send fqdn.server-update on; <br>send fqdn.fqdn concat(option host-name, ".", option domain-name, ".");<br>
-----<br>but it doesn't work.<br><br>Option 81 is being sent but Client name is not set properly.<br><br>Hope someone can provide help.<br>Thank you.<br><br>Regards,<br>Rommel<br>