IP Change

Discussion in 'Installation/Configuration' started by admins, Oct 27, 2009.

  1. admins

    admins Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    As ist a ispconfig 3 server with mydns, you can change them with phpmyadmin.

    2) no.
     
  3. admins

    admins Member

    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
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Change the IP with phpmyadmin directly in the mysql database.

    Code:
    update dns_rr set data = "neueip" WHERE data = "alteip";
    Du musst nur neueip und alteip durch die jeweiligen IP Adressen ersetzen.
     

Share This Page