Is it possible to add a 2nd ip to a linux bond using the following?

auto bond0
iface bond0 inet static
        address  10.10.10.243
        netmask  255.255.255.0
        slaves eth0 eth1 eth2
        bond_miimon 100
        bond_mode balance-rr
        mtu 9000

auto bond0:0
iface eth0:0 inet static
    address 192.168.5.243
    netmask 255.255.255.0


And could it be used in place of a bridge?

In short I need two ip addresses (one private, one public) and I'd like to bond all three ethernet ports.

Thanks,

--
Lindsay Mathieson

_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to