PDA

View Full Version : IP Change


admins
27th October 2009, 16:09
Hi all

I've one ISP Config Server with dns, mail, ftp, web.
No I must do this server in an other colo with other ips.
How could I change all IPs in the DNS Server from 81.137.5.x to 91.121.2.x very fast?

2. Must I change the IP in Postfix? If yes how?

Thanks
admins

till
27th October 2009, 20:12
As ist a ispconfig 3 server with mydns, you can change them with phpmyadmin.

2) no.

admins
28th October 2009, 09:49
Hi till

All users have the same ip in the dns. How could I change all on the same time in the dns?

Thanks
admins

till
28th October 2009, 09:58
Change the IP with phpmyadmin directly in the mysql database.

update dns_rr set data = "neueip" WHERE data = "alteip";

Du musst nur neueip und alteip durch die jeweiligen IP Adressen ersetzen.