Already working:
- Debian box
- DHCP with
send host-name me.company.comindhclient.conf - DNS updates automatically with an entry for
me.company.com
What I want to add:
- Send a second host-name, so both are automatically registered with DNS
In other words: I want a DHCP client to register with DNS twice using different names, preferably without having to maintain DNS records manually.
Is this even possible with DHCP?