Setting up cPanel/WHM 11.40.x in AWS and apparently AWS has limit of 15 private IP addresses per interface for the instance type we used.
The server has to support around 40 SSL certificates (so we need around 40 IPs) and thus I am having problem resolving this 15 IP addresses (per interface per instance) limit issue.
Does any one knows how to setup cPanel to use 2,3 or 4 interfaces and use same private IP range, say if we split one /24 IP range giving 15 IP addresses per interface (total IPs used 60 out of the /24 IP range).
Example:
eth0: 10.0.0.2 - 10.0.0.17
eth1: 10.0.0.18-10.0.0.33
and so on
Another possible solution to setup interface bonding like in this article:
/http://www.24x7servermanagement.com/blog/binding-multiple-network-interfaces-nic-into-single-interface/
in mode 3 (broadcast).
Is use of multiple network interfaces supported by cPanel? What other options I may be missing to resolve this IP limit per interface?
The server has to support around 40 SSL certificates (so we need around 40 IPs) and thus I am having problem resolving this 15 IP addresses (per interface per instance) limit issue.
Does any one knows how to setup cPanel to use 2,3 or 4 interfaces and use same private IP range, say if we split one /24 IP range giving 15 IP addresses per interface (total IPs used 60 out of the /24 IP range).
Example:
eth0: 10.0.0.2 - 10.0.0.17
eth1: 10.0.0.18-10.0.0.33
and so on
Another possible solution to setup interface bonding like in this article:
/http://www.24x7servermanagement.com/blog/binding-multiple-network-interfaces-nic-into-single-interface/
in mode 3 (broadcast).
Is use of multiple network interfaces supported by cPanel? What other options I may be missing to resolve this IP limit per interface?