Current time: 04-20-2024, 01:44 AM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Change control panel IP
Author Message
aseques Offline
Member
*****
Dev Team

Posts: 330
Joined: May 2008
Reputation: 4
Post: #15
RE: Change control panel IP
(06-09-2011 05:04 AM)viperiii Wrote:  Followed the How_to but also just did the bind9 patch as well...

believe I'm running 1.0.5 but not sure haven't checked in a bit... the upgrade to 1.0.7 was failing consistently so I gave up for a bit...

Changed the server to a different VLAN so I needed to change the IP...
Mostly the sites are working but I can't login...

the default site is showing another site that isn't configured as the admin.server.com / serverIP both show this other "client" space site...

http://admin.socalit.ods.org box has and will always be a dev playground but does host a few sites for fun... nothing major but like to keep them online...

Other than IP was there naything else that I needed to change? Like root domain name?

socalit.ods.org... should that have been somewhere?
Code:
mysql -u root -p
mysql> USE ispcp;
mysql> UPDATE server_ips SET ip_number = 10.1.1.15 WHERE ip_id = 1;
mysql> UPDATE `domain` SET `domain_status` = 'change' WHERE `domain_status` = 'ok';
mysql> UPDATE `subdomain` SET `subdomain_status` = 'change' WHERE `subdomain_status` = 'ok';
mysql> UPDATE `domain_aliasses` SET `alias_status` = 'change' WHERE `alias_status` = 'ok';
mysql> UPDATE mail_users SET status="toadd" where status="ok";
mysql> quit

something special to be in "toadd" location?

sorry for asking possibly idiot questions but just haven't messed with this in a long time...

If you follow the steps it should work properly, I've done it several times without issues. I basically reconfigures all the parts of the setup that can have issues when changing the ip.
The 'toadd' section is literal, that's the value needed to be set.
(This post was last modified: 06-10-2011 10:30 PM by aseques.)
06-10-2011 10:30 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[HowTo] Change control panel IP - aseques - 04-18-2009, 01:17 AM
RE: Change control panel IP - BioALIEN - 08-16-2009, 10:50 PM
RE: Change control panel IP - kurgans - 08-17-2009, 10:07 AM
RE: Change control panel IP - BioALIEN - 08-18-2009, 09:56 AM
RE: Change control panel IP - aseques - 08-18-2009, 06:33 PM
RE: Change control panel IP - BioALIEN - 08-20-2009, 02:36 AM
RE: Change control panel IP - kurgans - 08-20-2009, 06:19 PM
RE: Change control panel IP - kilburn - 08-23-2009, 08:33 AM
RE: Change control panel IP - BioALIEN - 08-23-2009, 10:34 AM
RE: Change control panel IP - kurgans - 08-23-2009, 06:05 PM
RE: Change control panel IP - BioALIEN - 08-23-2009, 06:27 PM
RE: Change control panel IP - viperiii - 06-09-2011, 05:04 AM
RE: Change control panel IP - aseques - 06-10-2011 10:30 PM
RE: Change control panel IP - viperiii - 06-23-2011, 07:15 AM
RE: Change control panel IP - aseques - 06-23-2011, 03:58 PM
RE: Change control panel IP - braddmark - 09-09-2009, 07:31 AM
RE: [HowTo] Change control panel IP - Arno - 07-04-2010, 07:21 AM

Forum Jump:


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