I have a problem with my ProxMox server: it has a built-in 1 gigabit card, so I installed a 2.5 one.
It works, but I cannot access to webGUI anymore if I have no cable connected to the built-in card (but guests are visible on the network: they are connected to the 2.5G card bridge).
I tried to assign a different IP address and I can access to webGUI using both IPs, but, as before, only if both cable are connected: as I disconnect the one connected to the built-in gigabit card, I cannot access to webGUI on the second NIC too.
Any ideas?
THX.
Here my /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
#built-in Gigabit
iface enp6s0 inet manual
#2.5 gigabit
auto vmbr0
iface vmbr0 inet static
address 192.168.0.254/24
gateway 192.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Built-in Gigabit bridge
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
#2.5 gigabit bridge
It works, but I cannot access to webGUI anymore if I have no cable connected to the built-in card (but guests are visible on the network: they are connected to the 2.5G card bridge).
I tried to assign a different IP address and I can access to webGUI using both IPs, but, as before, only if both cable are connected: as I disconnect the one connected to the built-in gigabit card, I cannot access to webGUI on the second NIC too.
Any ideas?
THX.
Here my /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
#built-in Gigabit
iface enp6s0 inet manual
#2.5 gigabit
auto vmbr0
iface vmbr0 inet static
address 192.168.0.254/24
gateway 192.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Built-in Gigabit bridge
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
#2.5 gigabit bridge
Last edited: