Skip to content
Discussion options

You must be logged in to vote

So the culprit was that the tap interface for some reason was not being added to the bond0 interface.

Checking via cat /proc/net/bonding/bond0

# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: load balancing (round-robin)
MII Status: down
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

And after simply typing the command ifenslave bond0 tap4 we see that the bond0 status is now up.

# ifenslave bond0 tap4
# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

Sla…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@3freet
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by 3freet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants