OpenNetAdmin

Track. Automate. Configure.

Home About Features Community Develop
Download this project as a tar.gz file

Add host with bond

EBAH

18-04-2012 09:24:06

Hi all,
I just started to use ONA, my question is: how can I insert a host with two eth ports (eth0, eth1) with NIC bounding (bond0=eth0+eth1)?

Let's say:
1) I insert a new host with IP Address = bond0
2) I want to add the two eth port but they only have MAC not IP ...

Any advice?
Thank you very much,
Evan

Matt

19-04-2012 16:03:09

At this point you would just do as you say. Create a host and add an interface with the IP address and named it bond0 and add the MAC address of bond0 to it.

As it stands now, ONA is more IP centric so since eth0 and eth1 do not have IP addresses, you would not be able to track them. There is also no current way that would reasonably track that eth0 and eth1 are the physicals associated with bond0.

So I'd say, yes you can track your ip/mac for bond0 but eth0/eth1 would not be tracked unless you wanted to put that in the interface description notes manually.

EBAH

20-04-2012 08:17:04

Thank you Matt!