Tim wrote:
On Fri, 2007-12-14 at 16:21 -0700, Craig White wrote:
127.0.0.1 localhost.localdomain localhost
192.168.0.1 reddwarf localhost.localdomain
There's a certain duplication above that *might* be a problem. It would
expected that localhost.localdomain refers to 127.0.0.1 and nothing
else. Whether having it refer to something else actually causes a
problem, I don't know.
My /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain
localhost
192.168.0.1 reddwarf.localdomain 192.168.0.1
#
david