change main ip

n00bRoot

Verified User
Joined
Jan 31, 2009
Messages
18
hi
my vps moved to a new DC
and my ip address changed
i dont know how to setup new ip addresses
i added new ip, and change all of users ip to new one
but old ip still there and users number is 2
i dont know where are those 2 users ?
moved all and i checked my httpd.conf
all host configured to new ip, but old one is there and i cannt delete it
how to clear all old ip addresses and start again !?
my site is now down, bcuz of changing ip ...
please tell me how to change ip and setup my DA

thanks
 
Admin level: http://admin.site-helper.com/ipman.html

You need to assign the ip to the reseller. Then on reseller level you need to assign the ips to the users.

Then after you do that you need to do the following on ssh:

Code:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

or

Code:
cd /usr/local/directadmin/custombuild
./build rewrite_confs
 
thanks, but when i wanna open my site :
This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.

what happened ?
 
More then likely the dns isnt updated yet try:

Code:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
 
Back
Top