• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Change Shared IP used for new subscriptions

J

JacobG

Guest
We would like to change the default shared IP address being used for NEW subscriptions. I have read up on using the reconfigurator to change the default shared IP address, but it also changes all existing accounts which are using the old IP. We don't care about people having access to switch their IP to the old default, and definitely want to leave it there.

Is there a way to do this in Plesk/CLI?
 
You can change your default IP address to use your editor from the command line.
Than you've to change the default IP address, create your primary IP at "ifcfg-venet0:0".

See your IP network, your IP address may list 1x.
Code:
ifconfig
Edit and switch the IP into this file:
Code:
vim /etc/sysconfig/network-scripts/ifcfg-venet0:0
Change the IP's to a correct list and so on.
Code:
vim /etc/sysconfig/network-scripts/ifcfg-venet0:1
Restart network and check.
Code:
/etc/init.d/network restart

Documentation
[URL="http://www.cyberciti.biz/faq/rhel-centos-fedoracore-linux-network-card-configuration/"]Documentation 2
[/URL]
 
Last edited by a moderator:
Thanks for your reply.

I'm familiar with network settings in RHEL/CentOS, but this will not change the IP address that Plesk uses to setup new accounts (via GUI nor API through our billing system).
 
Back
Top