Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How do I replace IP addresses in Plesk Panel?  (Read 2325 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
How do I replace IP addresses in Plesk Panel?
« on: December 07, 2013, 02:29:44 pm »
APPLIES TO:Parallels Plesk Panel for Linux/Unix

Resolution

The utility "${PRODUCT_ROOT_D}/reconfigurator.pl" is developed to replace IP addresses assigned to objects (domains/clients/resellers) in the Plesk Panel database and to reconfigure objects settings with the new IPs:

# /usr/local/psa/bin/reconfigurator.pl
 Plesk reconfigurator - utility to change IP addresses used by
 Plesk Server Administrator

 usage:
        /usr/local/psa/bin/reconfigurator.pl <map_file>

 If <map_file> doesn't exists, a template will be created. Otherwise,
 it will be used to map IP addresses.


Follow these steps to perform the IP addresses replacement:

1. Make sure the new IP addresses are not registered in Plesk Panel on the Server > IP Addresses page. Otherwise, remove them from Plesk Panel before proceeding further.

2. Run the utility to create the mapping template file:
# /usr/local/psa/bin/reconfigurator.pl ipaddresses.map

Then, edit this file and set the appropriate IP mapping. Map file matches in the full list of the currently configured IP addresses with the new ones in the following format:

#cat ipaddresses.map
eth0:192.168.50.60 255.255.255.0 -> eth0:192.168.50.60 255.255.255.0
eth0:192.168.50.70 255.255.255.0 -> eth0:192.168.50.70 255.255.255.0


Edit the file and replace an IP address in the right part of a string with one from the new set:

eth0:192.168.50.60 255.255.255.0 -> eth0:new_ip_address 255.255.255.0

3. Once the appropriate arrangement is given in the mapping file, run reconfigurator.pl again:

# /usr/local/psa/bin/reconfigurator.pl ipaddresses.map

It will read the mapping file and perform the replacement according to its content.