Current time: 05-09-2024, 07:53 AM Hello There, Guest! (LoginRegister)


Post Reply 
[Resolved] Change Assigned Domain IP
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: Change Assigned Domain IP
There's currently no option to change the IP through the GUI, so it will involve some manual work. Basically:

1. Change the domain_ip_id field from the "domains" table in the ispcp database to the new IP id (see the "server_ips" table). Additionally, set the "status" field from the same record to "change". You can do this database modifications either directly with the mysql console client or through phpmyadmin.
2. Login to a shell, and execute (warning: this will regenerate all the configuration files, removing any custom change that you might have done):
Code:
cp /etc/ispcp.conf /etc/ispcp.old.conf
perl /var/www/ispcp/engine/setup/ispcp-update
rm /etc/ispcp.old.conf
3. ...
4. Profit! Wink
02-28-2010 07:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Change Assigned Domain IP - kilburn - 02-28-2010 07:23 PM
RE: Change Assigned Domain IP - weaselball - 03-01-2010, 03:31 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)