
26th February 2006, 18:31
|
|
Junior Member
|
|
Join Date: Oct 2005
Posts: 28
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Prepairing for hosting
Hello,
I can find enough documentation about a situation i am in:
I want to install the ISP-Config system on a server at home and then when i am ready, go to the big serverfarm and put my nice and newly setup 1U server in the rack.
Wat do i need to chance there?
All the certificates , SSL, POP, IMAP,
The hostname + ip adresses.
Wich configuration files
Mysql things ?
Is there documentation out there that describes this situation?
I think its a common situation that you configure your server at home or in your office, Than go to your colocation and leave youre server there.
So the question is what to change if i move the server to an other place.
Maybe there are things to be changed in the mysql database things i didnt think of.
A step by step route to take.
Maybe someone else allready took this route before, ill be glad to hear.
Thanks in advance
Ovis
|
|
The Following User Says Thank You to ovis For This Useful Post:
|
|

26th February 2006, 18:44
|
|
Senior Member
|
|
Join Date: Oct 2005
Posts: 192
Thanks: 9
Thanked 1 Time in 1 Post
|
|
I would set it up with the correct hostname and certificates when it is at home. I would also make sure it uses its final destination IP address as a temporary measure when it is at home.
Though I don't see much point in setting it up at home first. I've never seen any of our servers - or even been within a hundred miles of them!
|

26th February 2006, 19:13
|
|
Junior Member
|
|
Join Date: Oct 2005
Posts: 28
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Quote:
|
Originally Posted by hairydog2
I would set it up with the correct hostname and certificates when it is at home. I would also make sure it uses its final destination IP address as a temporary measure when it is at home.
Though I don't see much point in setting it up at home first. I've never seen any of our servers - or even been within a hundred miles of them!
|
Thanks for the quick reply.
Maybe becouce we build the 1U ourself and have to manually install it in the rack of our provider, we install it at home first. The only thing i know is that
the Common Name of a certificate should be the FQDN and maybe it stalles when booting from an other IP.
This probably makes good material for an FAQ, hopefully there more people with this exeperience,
Gr Ovis
|
|
The Following User Says Thank You to ovis For This Useful Post:
|
|

26th February 2006, 20:23
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
You must change the IP address (don't know which distribution you use otherwise I could tell you which file to edit), then have a look at your Apache configuration and at /root/ispconfig/httpd/conf/httpd.conf and replace the IP address if it is in there, also in /etc/postfix/main.cf, then in /etc/proftpd.conf and its included files (some of them have an IP address in their name so you must change the file name, too), and then in the ISPConfig web interface (under Management -> Server -> Settings). You can then check the ISPConfig MySQL database if the old IP address is still in there and replace it, if necessary.
|

1st March 2006, 21:45
|
|
Junior Member
|
|
Join Date: Oct 2005
Posts: 28
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Quote:
|
Originally Posted by falko
You must change the IP address (don't know which distribution you use otherwise I could tell you which file to edit), then have a look at your Apache configuration and at /root/ispconfig/httpd/conf/httpd.conf and replace the IP address if it is in there, also in /etc/postfix/main.cf, then in /etc/proftpd.conf and its included files (some of them have an IP address in their name so you must change the file name, too), and then in the ISPConfig web interface (under Management -> Server -> Settings). You can then check the ISPConfig MySQL database if the old IP address is still in there and replace it, if necessary.
|
I made an inventory of the files on the harddisk that contains the ip address
of the installation location. I learned that thats the only thing that differ.
/etc/network/interfaces
/etc/hosts
/etc/apache2/vhosts/Vhosts_ispconfig.conf
/etc/proftpd_ispconfig.conf
And now the question : How will named react to a sudden change of IP ?
/var/lib/named/etc/bind/*
/etc/bind/*
Does this happen automagicly
Or do i need to do some CLI magic first ?
|

1st March 2006, 21:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
|
Originally Posted by ovis
And now the question : How will named react to a sudden change of IP ?
/var/lib/named/etc/bind/*
/etc/bind/*
Does this happen automagicly
Or do i need to do some CLI magic first ?
|
If named has zones with the old IP address, then you must change the IP address there, too, otherwise your domains will point to the old IP address.
|

12th October 2006, 23:22
|
|
Senior Member
|
|
Join Date: Oct 2005
Posts: 192
Thanks: 9
Thanked 1 Time in 1 Post
|
|
Quote:
|
Originally Posted by falko
You must change the IP address (don't know which distribution you use otherwise I could tell you which file to edit), then have a look at your Apache configuration and at /root/ispconfig/httpd/conf/httpd.conf and replace the IP address if it is in there, also in /etc/postfix/main.cf, then in /etc/proftpd.conf and its included files (some of them have an IP address in their name so you must change the file name, too), and then in the ISPConfig web interface (under Management -> Server -> Settings). You can then check the ISPConfig MySQL database if the old IP address is still in there and replace it, if necessary.
|
The server I'm running ISPConfig on has moved to a different rack, and has been assigned a new range of IP addresses. For now, the old IPs are being routed to the new location, but that will have to change soon.
I have three IPs to use. I want to use one for most of the public-facing sites, one for ISPConfig admin, running on the normal https port becasue port 81 gets blocked by too many places, and the other for a public-facing site that needs its own SSL certificate.
I decided to try moving just one site to the new IP to start with. I thought that I would be able to do it this way:
1. Add the new IP addresses on ISPConfig | Management | Server/Settings | Server/IP List
2. ISPConfig | ISP Manager | <website> | Basis | IP Address | choose the relevant IP from the drop-down list.
3. ISPConfig | DNS Manager | <domain name> | Domain | new.ip.address
4. ISPConfig | DNS Manager | <domain name> | Records | IP-adresse | new.ip.address
But I've done all that, and it doesn't work. The connection times out.
What should I be doing?
|

13th October 2006, 16:04
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,190 Times in 3,207 Posts
|
|
Quote:
|
Originally Posted by hairydog2
1. Add the new IP addresses on ISPConfig | Management | Server/Settings | Server/IP List
2. ISPConfig | ISP Manager | <website> | Basis | IP Address | choose the relevant IP from the drop-down list.
3. ISPConfig | DNS Manager | <domain name> | Domain | new.ip.address
4. ISPConfig | DNS Manager | <domain name> | Records | IP-adresse | new.ip.address
But I've done all that, and it doesn't work. The connection times out.
What should I be doing?
|
Thats all correct. Be aware that it may take up to 48 hours until your changes in the DNS settings are propagated.
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 06:52.
|
Recent comments
21 hours 40 min ago
1 day 7 hours ago
1 day 7 hours ago
1 day 11 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 18 hours ago
2 days 4 hours ago
2 days 9 hours ago
2 days 10 hours ago