Expected Behaviour:
- Devices should be reachable via
<device_hostname_from_DHCP_reservation>.<local_domain_name>
- I should be able to define DHCP lease reservations based on MAC address and host name. At this point, I should not need to add the local domain name suffix, since the server already know what domain name it is assigned, e.g.,
.lan
- When these devices get their IP address, they should be discoverable using
<device_hostname_from_DHCP_reservation>.<local_domain_name>
In the above example, I am assigning the name DX70
to the 2nd device. Instead of having to type DX70.lan
, I should simply be able to type DX70
, and the servers should auto-add .lan
at the end in its configuration.
Actual Behaviour:
- I need to add per device DNS records to be able to use
<device_hostname_from_DHCP_reservation>.<local_domain_name>
. - I can use
<device_hostname_from_DHCP_reservation>
to find the device. - I cannot use
<device_hostname_from_DHCP_reservation>.<local_domain_name>
to find the device.