bond0 getting IP but no internet??

Stefan Pettersson

Renowned Member
Feb 7, 2015
34
0
71
Stockholm, Sweden, Sweden
Hi, a bit new on Proxmox so be nice;-)

I have set up two nodes with exactly the same hardware and I can get to the managment GUI and all But, the nodes cant get to the internet?? I have created a bond that look like this:

auto lo
iface lo inet loopback




iface eth0 inet manual




iface eth1 inet manual




#initiate bonded hardware ports
auto bond0
iface bond0 inet manual
slaves eth0, eth1
bond_miimon 100
bond_mode balance-alb


#bridge eth0 to vmbr0
auto vmbr0
iface vmbr0 inet static
address 10.0.0.9
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports bond0
bridge_stp off bridge_fd 0

What am I doing wrong? The switch i´m using is a Netgear 108T managed switch and I have activated LACP on the ports. I have other devices connected to the switch and they have internet.
 
Hi, I don't know if it's related, but I think that the correct syntax is:
Code:
slaves eth0 eth1

bluto