3

Update /etc/hosts Properly


Avatar
Jordan

Setup the /etc/hosts file in the following format so that applications are able to identify the server hostname appropriately versus locahost.

When running the following commands, hostname -f is providing localhost.

❯ hostname -s
srv11
❯ hostname -f
localhost

debian-handbook.info/browse/stable/sect.hostname-name-service.html
ccl.cse.nd.edu/operations/condor/hostname.shtml

A