Network interfaces - vlan

Hi

I am with a problem in add new IP to hestia …
My DC is using vlan setup, and, in hestiacp panel, is not showing the correct interface to select.

In olds hestiacp versions, this worked …
I have another server installed with debian10, in the past, was possible select correct interfaces and additional ips worked … but today, I tested in this same server and too not working anymore ( the old IPs created are working, but new add not )

In new hestia install ubuntu 22.04 I not able to add IPs
My DC uses like this:
Block: xxx.xxx.xxx.xxx / 28
VLAN: 3894
Gateway: xxx.xxx.xxx.xxx
IP’s : xxx.xxx.xxx.xxx - xxx.xxx.xxx.xxx

bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
ether aa:aa:aa:aa:xx:xx txqueuelen 1000 (Ethernet)
RX packets 13774194547 bytes 2292406696914 (2.0 TiB)
RX errors 704 dropped 20260 overruns 0 frame 0
TX packets 26305334910 bytes 30300653537457 (27.5 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

bond0.598: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.32.9.50 netmask 255.255.255.240 broadcast 10.32.9.63
ether aa:aa:aa:aa:xx:xx txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6 bytes 536 (536.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

bond0.1697: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet xxx.xxx.xxx.xxx netmask 255.255.255.248 broadcast xxx.xxx.xxx.xxx
ether aa:aa:aa:aa:xx:xx txqueuelen 1000 (Ethernet)
RX packets 13582546550 bytes 2089939033456 (1.9 TiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 15271562809 bytes 29587292092251 (26.9 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

eno1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
ether aa:aa:aa:aa:xx:xx txqueuelen 1000 (Ethernet)
RX packets 13774194547 bytes 2292406696914 (2.0 TiB)
RX errors 704 dropped 20260 overruns 0 frame 0
TX packets 26304485379 bytes 30300548195613 (27.5 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

eno2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
ether aa:aa:aa:aa:xx:xx txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 849531 bytes 105341844 (100.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1000 (Local Loopback)
RX packets 1831276641 bytes 7097177572478 (6.4 TiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1831276641 bytes 7097177572478 (6.4 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


In hestiacp interfaces, show me eno1 eno2 … but the correct will be bond0.1697


How I could procced to add correctly new IPs ?

Thanks!!

What version are currently on?

hestiacp is 1.8.4

a workaround is add ip in netplan file directly and after run v-update-sys-ip
so, works
but if I try insert directly to hestiacp panel… not works

thanks

Should fix the listing issue

2 Likes