Hello,
We need to move our server to another datacenter. All ip adresses which are used by server will be changed. There are 2 articles about changing ip adresses.
docs.plesk.com
In one article this command is recommended:
In another article, this one:
Firs one fails on Centos 6:
Which one should I use for colocation change (change all ip range of server)? And except network interfeaces, will postfix, qmail, bind, opendns ip configurations be changed manually after plesk ip replace command?
Thanks.
We need to move our server to another datacenter. All ip adresses which are used by server will be changed. There are 2 articles about changing ip adresses.

Changing IP Addresses
During the lifetime of a Plesk server, you may need to change the IP addresses employed by Plesk. Two typical cases w...
In one article this command is recommended:
Code:
plesk bin ipmanage --remap /root/ip_map_file_name
In another article, this one:
Code:
./reconfigurator <ip_map_file_name>
Firs one fails on Centos 6:
Code:
[root@mail ~]# plesk bin ipmanage --remap /root/ip_map_file_name
Unknown command: --remap
exit status 1
[root@mail ~]#
Which one should I use for colocation change (change all ip range of server)? And except network interfeaces, will postfix, qmail, bind, opendns ip configurations be changed manually after plesk ip replace command?
Thanks.