> No worries. You can try once you are back.
>
> The commands will work on Ostinato for EVE-NG VM also - I just tried.
>
> There's one hitch though - the Ostinato for EVE-NG VM does not include the "ip" utility.
>
> To install it you need to first connect the Ostinato node in EVE-NG to the Management (Cloud0) network so that it has internet access.
>
> Then install the ip utility by running the following commands in a terminal on the Ostinato VM -
> # download iproute2 package to home directory
> cd ~
> wget
http://tinycorelinux.net/12.x/x86/tcz/iproute2.tcz
>
> # backup the home directory so that you don't have to re-download the package after restarting the Ostinato node in EVE-NG
> backup
>
> # install the downloaded package
> tce-load -i iproute2
>
> Now you can use the commands I gave in my previous email to create the bond interface.
>
> After the bond interface is created, you need to close and restart Ostinato so that it reads the list of interfaces again and bond0 is available in the Ostinato port list -
>
>
>