no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | ifenslave [2016/04/27 20:38] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== ifenslave ====== | ||
| + | * [[Bonding]] | ||
| + | * [[Gentoo Networking]] | ||
| + | * [[Ubuntu Networking]] | ||
| + | * [[ifconfig]] | ||
| + | * [[ifup]] | ||
| + | * [[ip]] | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | The '' | ||
| + | |||
| + | Program syntax is '' | ||
| + | |||
| + | Options include: | ||
| + | |||
| + | * **-a** - show information about all devices | ||
| + | * **-c** - change active state | ||
| + | * **-d** - remove slave interface from the bonding device | ||
| + | * **-f** - force action, even if one of the interfaces doesn' | ||
| + | * **-v** - verbose output | ||
| + | |||
| + | An example of creating a bonding device, using two interfaces, where '' | ||
| + | |||
| + | < | ||
| + | ifenslave eth0 eth1 | ||
| + | </ | ||
| + | |||
| + | The new device name is '' | ||
| + | |||
| + | Check the bonding interface: | ||
| + | |||
| + | < | ||
| + | cat / | ||
| + | </ | ||