My configuration:
Proxmox machine has 7 ethernet ports, used as:
1x - Management port
1x - WAN port
x4 - LACP bond to Tp-Link managed switch
x1 - Used as physical Linux bridge port
Read more
Proxmox machine has 7 ethernet ports, used as:
1x - Management port
1x - WAN port
x4 - LACP bond to Tp-Link managed switch
x1 - Used as physical Linux bridge port
Bash:
auto eno1
iface eno1 inet static
address 10.0.0.7/24
#management port
auto enp4s0f0
iface enp4s0f0 inet manual
#LAN bond port
auto enp4s0f1
iface enp4s0f1 inet manual
#LAN bond port
auto enp4s0f2
iface enp4s0f2 inet manual
#LAN bond port
auto enp4s0f3...
Read more