Search found 4 matches

by Caesar-NL
21. Mar 2020, 21:55
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox can not connect to interface bond0 (link aggregation)
Replies: 8
Views: 3107

Re: VirtualBox can not connect to interface bond0 (link aggregation)

I solved the problem.

I used the command < ifconfig bond0 promiscuous > on the host, and bingo bond0 became visible.
by Caesar-NL
18. Mar 2020, 19:40
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox can not connect to interface bond0 (link aggregation)
Replies: 8
Views: 3107

Re: Problem setting up Android network connection

Link aggregation is also used for fail over, if one interface fails, the other is still available. The whole problem arises from a fundamental flaw in IP networking, and that is that interfaces have network addresses, and not hosts. In OSI networking for instance, hosts have an address, and you can ...
by Caesar-NL
18. Mar 2020, 12:30
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox can not connect to interface bond0 (link aggregation)
Replies: 8
Views: 3107

Re: Problem setting up Android network connection

I want to use bridged mode, that I'm sure. Now the problem. It seems that when you set up the bond module, you can configure the maximum number of bond interfaces. In this case, Asus set it up to configure 4 bond interfaces, bond0, bond1, bond2 and bond3. The actual physical Ethernet interfaces eth0...
by Caesar-NL
18. Mar 2020, 02:35
Forum: VirtualBox on Linux Hosts
Topic: VirtualBox can not connect to interface bond0 (link aggregation)
Replies: 8
Views: 3107

VirtualBox can not connect to interface bond0 (link aggregation)

I have a Asustor AS5202T that is using an embedded Linux as OS. It has two ethernet interfaces, and I have set up 802.3ad link aggregation for these interfaces, so they appear as one interface to the IP stack. VirtualBox 5.2.22.r08 and VirtualBox Extensions 5.2.22.r04 are installed, these are standa...