Add new IP - To add, edit, or remove IPs, please contact your server administrator.

Luke C

Registered
Jun 2, 2009
2
0
51
Hello,

I assigned my VPS another IP in OpenVZ, and when I go to "Add new IP Address" in WHM, it says:

To add, edit, or remove IPs, please contact your server administrator.

When I go to View IP address Usage, it says the IP is there however I cannot assign it to any accounts.

Does anyone know how to fix this?
Thanks.
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
Hello,

I assigned my VPS another IP in OpenVZ, and when I go to "Add new IP Address" in WHM, it says:

To add, edit, or remove IPs, please contact your server administrator.

When I go to View IP address Usage, it says the IP is there however I cannot assign it to any accounts.

Does anyone know how to fix this?
Thanks.
Try adding the IP Address + Netmask to /etc/ips
 

d_t

Well-Known Member
Sep 20, 2003
245
3
168
Bucharest
You can add more IPs from node configuration file. For example, if virtual server ID is 123, edit

/etc/vz/conf/123.conf

add or edit line:

IP_ADDRESS="x.x.x.x y.y.y.y z.z.z.z"

(where those are 3 IP addresses) then restart virtual server

vzctl restart 123