There is no direct option to add an additional shared IP in WHM. But you can add more shared IPs if you have SSH root access to the server.
You can add more shared IPs by following the steps shown below.
# cd /var/cpanel/mainips/
If there is no such directory, you have to create it.
# mkdir -p /var/cpanel/mainips/
# vi /var/cpanel/mainips/root
Add the IPs in this file one by one separated by new line, each line is an additional shared IP in WHM.
If you want to add 11.22.33.44 and 44.33.22.11 as shared IPs, You will get a result as follows.
# cat /var/cpanel/mainips/root
11.22.33.44
44.33.22.11
Now if you login to WHM and
Home » IP Functions » Show/Edit Reserved IPs
You can see the status of new IPs as 'Main/shared IP for root'.
About Me
Categories
Archives
Populares
-
Situation : I have removed some mails from the MDaemon server from the backend,ie, browsed through the mail box and deleted some mails mauna...
-
Bash script To Change password of all mail accounts The bash script given below will change the password of all the mail accounts in ...
-
Domain already exists error while adding a subdomain or addon domain A very common error when adding an addon or parked domain via cpanel....
-
Container:- A container (otherwise known as CT, Virtual Environment (VE), Virtual Private Server (VPS) etc.) is one of the main concepts...
-
Error : When i run the following command in terminal i got an errors as shown below. I got this error in a cpanel 11.32.5 (build 18) server....
-
Joomla Error: Warning: require_once(Cache/Lite.php) [function.require-once]: failed to open stream: No such file or directory in /home/test/...
-
Fix permissions/ownership under a reseller I recently had an issue with incorrect ownership and permissions of...
-
Download and Extract Memcache package root@server [~]# cd /usr/local/src root@server [/usr/local/src]# wget http://pecl.php.net/get/memcac...
-
Upgrade PHP version to 5.3 You can follow the steps shown below to upgrade your php version to 5.3 in Kloxo. Download and install repository...
-
In Kloxo ftp is running in xinetd. So first of all check this service is listening in port 21. [root@server ~]# netstat -plant | grep xinetd...
