• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Change IP in all subscription

NicolasP.

Regular Pleskian
Hello everyone.

How can I change the IP for all of my subscriptions? I know how to do it one by one.
All I want is to mass change the IP.
I have Plesk Onyx in Centos 7
 
/usr/local/psa/bin/reconfigurator

- run with a file filename.
- reconfigurator will create that file.
- open that file and change it
- run reconfigurator again with that same filename as parameter.

both the file and the output give instructions on what to do.

Plesk will add the new ip adress to the server, but doesn't make it active on boot. You need to set

ONBOOT=yes
in
/etc/sysconfig/network-scripts/ifcfg-eth0

if you already had 2 ip addresses and this is the 3rth then this will be

/etc/sysconfig/network-scripts/ifcfg-eth0:2

providing your network names are eth0 etc... and not the new centos 7 names.


regards
Jan
 
Back
Top