Skip to main content

multiple shared IPs.

Comments

3 comments

  • cPanelMichael
    Hello :) It's not possible at this time, aside from assigning a shared IP address to a reseller, but a feature request is open for this at: [url=http://features.cpanel.net/responses/multiple-shared-ip-addresses]Multiple Shared IP Addresses | cPanel Feature Requests Feel free to add your input and vote for this feature. Thank you.
    0
  • garconcn
    ]Hello :) It's not possible at this time, aside from assigning a shared IP address to a reseller, but a feature request is open for this at: [url=http://features.cpanel.net/responses/multiple-shared-ip-addresses]Multiple Shared IP Addresses | cPanel Feature Requests Feel free to add your input and vote for this feature. Thank you.

    Actually we are doing this for many years. On our server, we usually have 10 shared IPs. We use perl script to call API for provisioning the new accounts. At the beginning, set 1st IP as the main shared IP, then provision 100 accounts on this IP. Then, set 2nd IP as the main shared IP, and provision another 100 accounts on it. If you want randomlize the IP, you can change the shared IP everytime before you provision a new account. To prevent any user own the shared IP, you can add virtualhost for each IP in your Apache Include config: ServerName YOUR_Server_HOSTNAME DocumentRoot /usr/local/apache/htdocs ServerAdmin admin@domain.com ServerName YOUR_Server_HOSTNAME DocumentRoot /usr/local/apache/htdocs ServerAdmin admin@domain.com ## For SSL port ServerName YOUR_Server_HOSTNAME DocumentRoot /usr/local/apache/htdocs ServerAdmin admin@domain.com ServerName YOUR_Server_HOSTNAME DocumentRoot /usr/local/apache/htdocs ServerAdmin admin@domain.com
    0
  • cPanelMichael
    Yes, it's possible to setup a custom application, manually modify the main shared IP address, or setup resellers with shared IP addresses. Note that these are all workarounds, so it's a good idea to vote and add feedback to the feature request to see this functionality included with cPanel natively. Thank you.
    0

Please sign in to leave a comment.