• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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