-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Req: would be interface bonding intrested? #33
Comments
Hello @amdei, I don't know ifenslave would you mind giving some pointers ? Thanks for contributing :-) |
Hello, @nMustaki I would try to do it. There is API draft Thank you |
Sure, here are some articles to start: TL;DR:
|
Hello,
I've been completely overwhelmed by work for the past months...
I promise to give you a real response by the end of the week
Thanks you for putting up with me :-)
…--
/*
** "What do you despise? By this you are truly known."
** from Manual of Muad'Dib by the Princess Irulan.
*/
On Mon, Jun 10, 2019 at 11:14 AM amdei ***@***.***> wrote:
would you mind giving some pointers ?
Sure, here are some articles to start:
https://help.ubuntu.com/community/UbuntuBonding
https://www.tecmint.com/network-nic-bonding-teaming-in-debian-linux/
*TL;DR:*
apt-get install ifenslave
echo 'bonding' >> /etc/modules
/etc/network/interfaces
auto bond0
iface bond0 inet static
address 192.168.1.10
gateway 192.168.1.1
netmask 255.255.255.0
bond-mode 4
bond-miimon 100
bond-lacp-rate 1
bond-slaves eth0 eth1
up /sbin/ifenslave bond0 eth0 eth1
down /sbin/ifenslave -d bond0 eth0 eth1
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33?email_source=notifications&email_token=AAHZ6UMPUTRGIN7V2ZL2SS3PZYLOXA5CNFSM4HPI2IH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXJLNWQ#issuecomment-500348634>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHZ6UNSABMTWE3DJJIIZZDPZYLOXANCNFSM4HPI2IHQ>
.
|
Hi, @nMustaki Can you review PR? Thank you. |
Hello,
I'm planning to add support for configuring network interfaces bonding via ifenslave.
How do you think, would it be interested?
Will you accept PR with such functionality?
The text was updated successfully, but these errors were encountered: