Change IP - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Change IP (/thread-9971.html) Pages: 1 2 |
Change IP - BulleT - 03-12-2010 12:03 AM How do I change the IP ? The IP that I used in the first place to install ispcp is listed in the spamhaus, I have another one which is not. How do I use that one ? RE: Change IP - BeNe - 03-12-2010 12:07 AM Please read the Docu --> http://www.isp-control.net/documentation/doku.php?id=howto:ispcp:change_ip Greez BeNe RE: Change IP - BulleT - 03-12-2010 03:52 AM Thank you very much BeNe. root@phpqa:~# sed -i "s/86.122.121.252/86.126.159.38/g" /etc/apache2/sites-available/* /etc/bind/* /var/cache/bind/* /etc/ispcp/*/working/* sed: can't read /var/cache/bind/*: No such file or directory and root@phpqa:~# /etc/init.d/apache2 restart * Restarting web server apache2 [Thu Mar 11 20:14:43 2010] [warn] NameVirtualHost 86.126.159.38:80 has no VirtualHosts ... waiting .[Thu Mar 11 20:14:45 2010] [warn] NameVirtualHost 86.126.159.38:80 has no VirtualHosts Something gone wrong... The cp's address is with the old ip address but it's just a 404. RE: Change IP - BeNe - 03-12-2010 04:28 PM Please post your 00_master.conf for the CP problem. Greez BeNe RE: Change IP - BulleT - 03-13-2010 02:30 AM Code: root@phpqa:~# cat /etc/ispcp/apache/00_master.conf I didn't alter it in anyway what so every. http://isp-control.net/forum/thread-9928.html if you are so kind! Thank you. RE: Change IP - BeNe - 03-13-2010 08:17 AM This is the ispCP Template and not your ApacheConfig used by the Apache this time - OR ? What OS is installed on your Server ? Greez BeNe RE: Change IP - BulleT - 03-13-2010 05:47 PM Ubuntu Server 9.10 RE: Change IP - BulleT - 03-13-2010 07:44 PM After the change of the IP in the panel it's still the old IP. Probably it's the reason courier-imap is not working ? RE: Change IP - kilburn - 03-14-2010 04:37 AM Change the IP in /etc/ispcp/ispcp.conf and regenerate the configurations: Code: cp /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf Done RE: Change IP - BulleT - 03-14-2010 06:26 AM Done! Thank you kilburn! |