Hello all,
The networking config on my new Proxmox server does not seem to be working. I have an onboard NIC and a 4 port PCI card. The config is as follows:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enp1s0f0
iface enp1s0f0 inet manual
auto enp1s0f1
iface enp1s0f1 inet manual
auto enp1s0f2
iface enp1s0f2 inet manual
auto enp1s0f3
iface enp1s0f3 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp1s0f0 enp1s0f1 enp1s0f2 enp1s0f3
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbro inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1
auto vmbr0.1
iface vmbr0.1 inet dhcp
My management IP is on vmbr0.1 but when the server boots I cannot connect or ping. Am I doing something wrong in this? On my switch port the port is tagged for vlan 1.
Thanks,
Steve
The networking config on my new Proxmox server does not seem to be working. I have an onboard NIC and a 4 port PCI card. The config is as follows:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enp1s0f0
iface enp1s0f0 inet manual
auto enp1s0f1
iface enp1s0f1 inet manual
auto enp1s0f2
iface enp1s0f2 inet manual
auto enp1s0f3
iface enp1s0f3 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp1s0f0 enp1s0f1 enp1s0f2 enp1s0f3
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbro inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1
auto vmbr0.1
iface vmbr0.1 inet dhcp
My management IP is on vmbr0.1 but when the server boots I cannot connect or ping. Am I doing something wrong in this? On my switch port the port is tagged for vlan 1.
Thanks,
Steve