Hello,
I recently created a 3rd node for my proxmox cluster. When I navigate to
If I navigate to the console (or ssh over to the box), and check the IP settings, I can see that
If I check
Are there any suggestions on making the web UI reflect the actual configuration on the box?
I recently created a 3rd node for my proxmox cluster. When I navigate to
Node -> System -> Network
, I do not see my vmbr0
network listed... which is strange.If I navigate to the console (or ssh over to the box), and check the IP settings, I can see that
vmbr0
exists...If I check
/etc/network/interfaces
, I can see it's defined...
Bash:
root@pve-node3:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.12/24
gateway 10.0.0.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
auto enxc4411e76cd81
iface enxc4411e76cd81 inet static
address 192.168.0.3/24
Are there any suggestions on making the web UI reflect the actual configuration on the box?
Last edited: