How do convert a dedicated ip to a shared ip on cPanel/WHM

In root SSH, copy the /etc/domainips file and then remove the IP from it:

Code:
cp /etc/domainips /etc/domainips.bak110726
vi /etc/domainips

You'll see a line for the IP like the following that you'd remove from that file:

Code:
IP#: domain.com

Where IP# is the dedicated IP and domain.com is the current domain using that IP.

After removing that line, then go to WHM > Resellers > Reseller Center > Add Reseller Privileges and make either that account or the other account a reseller (or create a new account first that will be the reseller owning both accounts).

After some account has reseller privileges, then back in Resellers area, "Change Ownership of Multiple Accounts" and select the reseller that should own the accounts that will be sharing the IP, and check the box next to each account that should be owned by that reseller. Click the "Change Owner of Select Accounts" button to switch ownership for those accounts.

Next, back in Resellers area, select "Manage reseller's main/shared IP" option, select the reseller you've created, click the "submit" button, then select the IP in the dropdown and click "Save" button.

At this point, you should now be able to go to WHM > IP Functions > Change Site's IP address area and select that IP as a new one for the other account. You should be able to share that IP for any accounts that the reseller will own.

  • 46 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

How to enable domain keys and SPF records in cPanel server?

Domain keys: DomainKeys is an e-mail authentication system designed to verify the DNS domain...

How to disable directory browsing using .htaccess – Apache Web Server

Apache web server allow directory browsing by default. It’s always good to disable directory...

Suspended page / Internal Server Error

If domain is showing "Internal Server Error" except suspention page after suspending the domain...

How to enable FTP over SSL/TLS (FTPS) {Cpanel/Whm}

Please note SFTP is only availaible to cpanel users and not to virtual ftp users for secure...

Setup /tmp to auto clean using tmpwatch

Question: my /tmp is full, how do i delete the content Answer:  a) open SSH to your server, if...