Folks, I am new at this and giving this a try for the first time. Following is the error that I see when I do: sudo ./install.sh
Code:
Press Return to continue
ERROR: Installation can not proceeed. Please fix your /etc/hosts file
to contain:
Where is the ip address of the host,
is the FULLY QUALIFIED host name, and
is the (optional) hostname-only portion
The contents of my /etc/hosts file are:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.10 phantom.localdomain phantom
192.168.1.2 nexus nexus
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
What if anything am I doing wrong in the hosts file or am I missing something?