View Single Post
  #7 (permalink)  
Old 10-14-2009, 09:45 PM
clight77 clight77 is offline
UnderHost's Clients
 
Join Date: Aug 2009
Posts: 12
Default

Quote:
Originally Posted by William Palmer View Post
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

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

Thank you
Reply With Quote