Quote:
Originally posted by meteoric
In my host file, I currently have this:
=======================
127.0.0.1 localhost
=======================
Do I append 127.0.0.1 to XYZ hostname?
|
No, 127.0.0.1 is your loopback address, you need to keep that. It's used locally on the machine.
You need to add a new line that is in the same format for example:
Code:
192.168.1.100 hostname.domain hostname
So let's say I have a machine with the IP address of 192.168.1.100 and the hostname with that IP is called goofy and the domain that the host is on is called disneyworld.com, my entry would look like this:
Code:
192.168.1.100 goofy.disneyworld.com goofy
If your not sure what domain your on, just make one up, it won't hurt anything.