View Single Post
  #6 (permalink)  
Old 01-24-2008, 11:35 AM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

You can comment out everything below the 'special IPv6' with a # symbol if desired.

So the file should look like:
Quote:
127.0.0.1 locahhost.localdomain localhost
serverIPHere server.domain.com server
You can look in /etc/hostname to find server's hostname, or run this command:
Quote:
host `hostname`
(backticks -next to the 1 key- not single quotes)
Reply With Quote