I have a CentOS 7.7 server up and running, which I am trying to access from other CentOS machines on LAN. Unfortunately, I am not able to reach the hostname from other machines. How can I solve this problem?
Server (CentOS 7.7):
$ hostname
centos77-server-1.localdomain
Client (CentOS 7.7):
# ping centos77-server-1.localdomain
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.089 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.104 ms
64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.115 ms
64 bytes from localhost (127.0.0.1): icmp_seq=4 ttl=64 time=0.053 ms
As you can see my pinging is resolving as 127.0.0.1
which does not look right, as the server is on 192.168.3.59.
Is there a network configuration gone wrong on my router not allowing hostnames to be reached internally?