Setting the FQDN in Arch...am I missing something?
(regarding the commands "hostname" and "hostname -f")
"The first command should show your short hostname, and the second should show your fully qualified domain name (FQDN)."
and indeed, when i type "hostname", my server responds with "[myhostname]". however, when i type "hostname -f", i get "localhost.localdomain".
the contents of /etc/hosts:
127.0.0.1 localhost.localdomain localhost [myhostname]
173.255.249.182 [myhostname].[mydomainname].net [myhostname]
i'm having a hard time figuring out where to start looking for my mistakes, whatever they may be. any thoughts?
2 Replies
By the way, if 173.255.249.182 truly is your IP, its reverse DNS entry is "hologrammar.net.". You should change it to "[myhostname].hologrammar.net.".