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

Multiple ip adresses same bond

$
0
0
Hi.

I can't seem to agree with myself on how to set up multiple ip adresses on a bonded interface.
My current config:

Code:

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 balance-rr

auto vmbr0
iface vmbr0 inet static
        address  aaa.aaa.aaa.aaa
        netmask  bbb.bbb.bbb.bbb
        gateway  ccc.ccc.ccc.ccc
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0

When adding a IP address to bond0, it does not work.
Adding an IP address to bond0:0 does not work.
Adding an IP address to vmbr0 works.

What is the correct method? The new IP address will be used in a iSCSI network, and the aaa.aaa.aaa.aaa IP is the management IP.

Viewing all articles
Browse latest Browse all 170711

Trending Articles



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