View Single Post
  #4 (permalink)  
Old 09-26-2009, 03:10 AM
William Palmer William Palmer is offline
Unregistred Clients
 
Join Date: Sep 2009
Location: USA
Posts: 4
Send a message via MSN to William Palmer
Default

hi clight77 hosts is located in /etc/ if you are wondering where to get that at you need to logon to ssh


if you do not know how to log onto ssh you can read my tutorial here

Creating SSH Auth keys - WJunction

Once in ssh execute this command

Code:
pico /etc/hosts
you will see somethign like this

Quote:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost
0.0.0.0 server1.server.org server1 localhost.localdomain
Something like that server.org being your domain name add the following

Code:
127.0.0.1 localhost
93.190.***.** srv1.101warez.com srv1 localhost.localdomain
Reply With Quote