[SOLVED] LACP net configuration for VM network

don't mind bro.

or you can use simple config like this

Code:
auto eno2
iface eno2 inet manual

# Part of VM network interface bond1
auto eth0
iface eth0 inet manual

# Part of VM network interface bond1
auto eth1
iface eth1 inet manual

# port trunk all vlan
auto bond0
iface bond0 inet static
      bond-slaves eth0 eth1
      bond-miimon 100
      bond-mode 802.3ad
      bond-xmit-hash-policy layer2+3

# only for management this port eno2 access port
auto vmbr0
iface vmbr0 inet static
        address  10.10.10.2/24
        gateway  10.10.10.1
        bridge-ports eno2
        bridge-stp off
        bridge-fd 0
 
# Service taffic all vlan      
auto vmbr1
iface vmbr1 inet static
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!