Proxmox 4.1 Problem bond interface

maykel535

Active Member
Mar 26, 2012
52
0
26
Before anything, I have install proxmox from debian jessi 8.2 follow this link:

https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie

I have configure the bond with eth0 and eth1 and later vmbr0 with bond interface throught proxmox web interface:

My interfaces config file is:

auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode balance-rr

auto vmbr0
iface vmbr0 inet static
address 10.100.106.48
netmask 255.255.0.0
gateway 10.100.100.1
bridge_ports bond0
bridge_stp off
bridge_fd 0


But the module bonding is not load:

root@test-web:~# lsmod | grep -i bond

No results...

root@test-web:~# LANG=C cat /proc/net/bonding/bond0
cat: /proc/net/bonding/bond0: No such file or directory
 

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!