host name is not working for dhcp settings
Greetings!
I have set an ubuntu server with name of web and another ubuntu server with name of webb. I can ping web without any problem from this laptop, but I can't ping webb.
$ ping web
Pinging web [192.168.1.2] with 32 bytes of data:
Reply from 192.168.1.2: bytes=32 time=4ms TTL=64
Reply from 192.168.1.2: bytes=32 time=3ms TTL=64
Reply from 192.168.1.2: bytes=32 time=4ms TTL=64
Reply from 192.168.1.2: bytes=32 time=43ms TTL=64
Ping statistics for 192.168.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 3ms, Maximum = 43ms, Average = 13ms
C:\Users\jcabrera>ping webb
Ping request could not find host webb. Please check the name and try again.
This is webb IP Address:
C:\Users\jcabrera>ping 192.168.1.5
Pinging 192.168.1.5 with 32 bytes of data:
Reply from 192.168.1.5: bytes=32 time=4ms TTL=64
Reply from 192.168.1.5: bytes=32 time=1ms TTL=64
Reply from 192.168.1.5: bytes=32 time=2ms TTL=64
Reply from 192.168.1.5: bytes=32 time=2ms TTL=64
Ping statistics for 192.168.1.5:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 4ms, Average = 2ms
Any thoughts on what is wrong. I have rebooted and webb server a few times. they are connected to the same switch.
