giovedì 6 ottobre 2016

Raspberry/debian register the hostname in windows dns

If you have a raspberry and you want it to register on a dynamic DNS like windows AD one, just do that:

edit /etc/dchp/dhclient.conf

find this line:
#send host-name "andare.fugue.com";

and change it to
send host-name "fqdnhostname";