Hello,
On my server, I have a total of six physical network interfaces, with two being 10 Gigabit and the remaining four being 1 Gigabit. Currently, I'm using one of the 1 Gigabit ports exclusively for management access to the Proxmox GUI, while I'd like to utilize one of the 10 Gigabit link as a trunk port for other users on my network to access VMs on the Proxmox server. However, I've encountered an issue where disconnecting the 1 Gigabit management port also disrupts the functionality of the 10 Gigabit link.
Is this behavior normal? Does Proxmox treat all physical network cards as part of the same virtual switch, with the network card containing the gateway configured as the primary access point?
Ideally, I should be able to unplug the management port and still have access to my vm's via the 10gig. Any assistance in this setup would be much appreciated.
Here is my current config file:
On my server, I have a total of six physical network interfaces, with two being 10 Gigabit and the remaining four being 1 Gigabit. Currently, I'm using one of the 1 Gigabit ports exclusively for management access to the Proxmox GUI, while I'd like to utilize one of the 10 Gigabit link as a trunk port for other users on my network to access VMs on the Proxmox server. However, I've encountered an issue where disconnecting the 1 Gigabit management port also disrupts the functionality of the 10 Gigabit link.
Is this behavior normal? Does Proxmox treat all physical network cards as part of the same virtual switch, with the network card containing the gateway configured as the primary access point?
Ideally, I should be able to unplug the management port and still have access to my vm's via the 10gig. Any assistance in this setup would be much appreciated.
Here is my current config file:
Code:
auto lo
iface lo inet loopback
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto enp4s0f0
iface enp4s0f0 inet manual
auto enp4s0f1
iface enp4s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto eno1
iface eno1 inet manual
auto vmbr1_10g
iface vmbr1_10g inet static
address 10.0.0.170/21
ovs_type OVSIntPort
ovs_bridge vmbr1
#Main Virtual Switch Port
auto vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports enp4s0f1 vmbr1_10g
#Main Virtual Switch
auto vmbr0
iface vmbr0 inet static
address 10.0.0.200/21
gateway 10.0.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Management Port
Last edited: