Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170676

proxmox 2.3 not able to create bond without ip

$
0
0
Hi

I installed a cluster with proxmox 2.2. i have 4 nics in the server and was able to create a bond0 (eth0 eth1) without entering ip-address.
then i created bond1 (eth2 eth3) with ip address. at last i created a vmbr0 with bond0 and assigned an ip address to the bridge.

Now i just installed a third server (2.3) and i am not able to create a bond0 without ip anymore?

/etc/network/interfaces looks like this on node 1

Code:

# network interface settings
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

iface eth2 inet manual

iface eth3 inet manual

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

auto bond1
iface bond1 inet static
    address  172.12.0.100
    netmask  255.255.255.0
    slaves eth2 eth3
    bond_miimon 100
    bond_mode 802.3ad

auto vmbr0
iface vmbr0 inet static
    address  192.168.0.104
    netmask  255.255.255.0
    gateway  192.168.0.20
    bridge_ports bond0
    bridge_stp off
    bridge_fd 0


Viewing all articles
Browse latest Browse all 170676

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>