weird question perhaps.
local network workstations and printer devices are assigned static IP, and mapped to a hostname in the /etc/hosts file
/etc/resolv.conf has the 'hostresorder local nis bind' entry, along with 'nameserver 8.8.8.8'
A side note, the 'who' command had historically produced output showing the hostname associated with a device, but is now reporting the IP address instead.
Let me example the behavior I am seeing when using the 'who' command:
issue the 'who' command and I used to see the hostname in parenthesis:
someuser pts/2 2015-10-02 20:13 (static_pc)
but now, I see the IP instead:
someuser pts/2 2015-10-02 20:13 (192.168.17.103)
What makes this behavior change?
any thoughts what to check?
local network workstations and printer devices are assigned static IP, and mapped to a hostname in the /etc/hosts file
/etc/resolv.conf has the 'hostresorder local nis bind' entry, along with 'nameserver 8.8.8.8'
A side note, the 'who' command had historically produced output showing the hostname associated with a device, but is now reporting the IP address instead.
Let me example the behavior I am seeing when using the 'who' command:
issue the 'who' command and I used to see the hostname in parenthesis:
someuser pts/2 2015-10-02 20:13 (static_pc)
but now, I see the IP instead:
someuser pts/2 2015-10-02 20:13 (192.168.17.103)
What makes this behavior change?
any thoughts what to check?