View Single Post
Old 10-03-2009, 10:11 AM  
split_joel
Confirmed User
 
Join Date: Jan 2005
Posts: 2,270
Quote:
Originally Posted by donnie View Post
I am running CentOS on my server and I would like to host more than one domain and use unique IP for each one.

Server came set up with only one IP but I have been assigned 10 more IP?s.

Is there any guide on how to do this? I could ask my host to do it for me but I want to learn how it is done?

Also I am using DirectAdmin on this server if that makes any difference...
from shell do the following

nano /etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE=eth0:0
BOOTPROTO=static
IPADDR=IPADDRESS
ONBOOT=yes

save the file then type

service network restart

or in direct admin

Login as your main admin account, and look for the ip manager

good luck
__________________
E-mail marketing - Automation Scripting - IP Space
AIM: splitjoelp ICQ: 254759453 skype - splitjoelp 702-941-6465
split_joel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote