I am trying to configure Dhcp client/server on my Linux box.
My current dhcp client config has the following
send host-name "<hostname>"; request host-name How does the server handle both of them? When the client requests for a hostname, it will give it a hostname which the client can set, but what the use of the client sending the hostname. What will be the server config in order to handle this, how is the server config different when the client requests for a hostname
Does it make sense for the client to just use "send host-name", If so, what is the use case?