Add IP cause 500 Internal Error

Hello

My server has Debian 12 with Hestia 1.8.12 on VPS, when i trying to add new IP to the server with menu Add IP Address on hestia panel, when after click save cause 500 internal error, and new ip was unsuccesful not added on the server.

help any suggestion to add second ip on the server?

Hi @pakdhetimin,

It’s a known bug, use v-add-sys-ip command to add the new ip instead of Web UI:

v-add-sys-ip IP NETMASK [INTERFACE] [USER] [STATUS] [NAME] [NATED_IP]

Example adding shared and not nated ip 203.0.113.1/24 on interface ens18 for user admin:

v-add-sys-ip 203.0.113.1 255.255.255.0 ens18 admin share

thanks @sahsanu

wow, now i can add new ip on my server with this method.

v-add-sys-ip xxx.xxx.xxx.xxx 255.255.255.xxx eth0 admin shared

1 Like