Config network problem

Maurizio

Active Member
Feb 23, 2017
13
1
43
51
Hi All
I have only 2 Nic interfaces. I want configure proxmox 4.4 using bond configuration.
Follow post my actually interfaces configuration.
switch in Trunk mode.

Code:
auto lo
iface lo inet loopback
iface eth0 inet manual
        mtu 9000
iface eth1 inet manual
        mtu 9000

auto bond0
iface bond0 inet manual
        slaves eth0 eth1
        bond_miimon 100
        bond_mode 802.3ad
        mtu 9000

auto vmbr0
iface vmbr0 inet static
        address  10.2.253.111
        netmask  255.255.255.0
        gateway  10.2.253.1
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0
        #bridge_vlan_aware yes
        mtu 9000

auto vmbr1
iface vmbr1 inet manual
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0
        mtu 9000

auto vmbr2
iface vmbr2 inet manual
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0
        mtu 9000

thanks in advance for your help!
 
Hi,

You can't put 3 bridges on 1 bond.
What you want to do with this setting?
 
Hi
I want configure 1 NIC (bond0) in proxmox 4.4 enviroment. It's possible?

thanks in advance
Maurizio
 
Yes the bond is correct but not the vmbr's.
 
My goal is use Bond0 for connect Container or VM created
I created vmbr1 and vmbr2 for connect as a bridge new VM.
 
And why you need 3 bridges?
Is one not enough?
 
Now try with only vmbr0:
Code:
auto lo
iface lo inet loopback

iface eth0 inet manual
    mtu 9000

iface eth1 inet manual
    mtu 9000

auto bond0
iface bond0 inet manual
    slaves eth0 eth1
    bond_miimon 100
    bond_mode 802.3ad
    mtu 9000

auto vmbr0
iface vmbr0 inet static
    address  10.X.XXX.111
    netmask  255.255.255.0
    gateway  10.X.XXX.1
    bridge_ports bond0
    bridge_stp off
    bridge_fd 0
    mtu 9000
 

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!