Check to ensure that the host name for your server is resolvable.
/etc/hosts
. Use the ping
command to ensure that your computer host name is resolvable. For example:ping myhostname pinging myhostname.example.com [192.0.2.2] with 32 bytes of data: Reply from 192.0.2.2: bytes=32 time=138ms TTL=56
Related Topics