If I look into /etc/hostname/ I can see the hostname of my device. This is however not the name that shows up when I use nslookup on our network. How do I tell the DNS server which name it should use?
To clarify I am on a small local network.
Edit: I think I have to explain this a little further.
I have a file /etc/hostname with only one line:
my_hostname
We have a LAN that has the name our_network.local.
I was expecting if there isn't any kind of conflict, the nameserver would create the name my_hostname.our_network.local, but when I issue the command nslookup on my ip-address, the name is not found.