mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Update
This commit is contained in:
parent
c1736abbb6
commit
997b2ca47d
15 changed files with 41 additions and 2 deletions
10
etc/systemd/network/Bonded 8023ad/10-bond1.netdev
Normal file
10
etc/systemd/network/Bonded 8023ad/10-bond1.netdev
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[NetDev]
|
||||
Name=bond1
|
||||
Kind=bond
|
||||
|
||||
[Bond]
|
||||
Mode=802.3ad
|
||||
PrimaryReselectPolicy=always
|
||||
TransmitHashPolicy=layer3+4
|
||||
MIIMonitorSec=1s
|
||||
LACPTransmitRate=fast
|
||||
6
etc/systemd/network/Bonded 8023ad/20-8023-ad.network
Normal file
6
etc/systemd/network/Bonded 8023ad/20-8023-ad.network
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Match]
|
||||
Name=en*
|
||||
Driver=rtl8192eu
|
||||
|
||||
[Network]
|
||||
Bond=bond1
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Match]
|
||||
Name=bond1
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
Loading…
Add table
Add a link
Reference in a new issue