|
Home > |
|---|
Configure a network bonding interface - a virtual device that bonds Eth0 and Eth1.
Use port bonding only with static addressing. If you set bonding where dynamically allocated addressing is in use, then any future change in a DHCP lease would break interface bonding.
network interface bonding config -ip <ipaddress> [-gateway <ipaddress>] -netmask <ipaddress> [-mode <modenumber>]
| Parameter | Shortcut | Description |
|---|---|---|
| -ip | -i |
Specifies the IP address of the bonded virtual network device. |
| -gateway | -g |
Specifies the gateway/router IP address. (This is indicated as "optional" in the command syntax, but the appropriate gateway address must always be supplied unless you and your clients are on the same subnet as the SafeNet Network HSM appliance.) |
| -netmask | -n | Specifies the network address mask. |
| -mode | -m |
Specifies the network bonding mode.
NOTE: The most recently configured mode setting is preserved if you run network interface bonding config without specifying -mode.
|
lunash:> network interface bonding config -ip 192.20.17.200 -netmask 255.255.255.0 -gateway 192.20.17.10 -mode 5
Command Result : 0 (Success)