mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 22:22:18 +00:00
Add use case for Bond example
This commit is contained in:
parent
82141a788d
commit
cd1de2c286
@ -207,6 +207,10 @@ traffic.
|
|||||||
For the most setups the active-backup are the best choice or if your
|
For the most setups the active-backup are the best choice or if your
|
||||||
switch support LACP "IEEE 802.3ad" this mode should be preferred.
|
switch support LACP "IEEE 802.3ad" this mode should be preferred.
|
||||||
|
|
||||||
|
The following bond configuration can be used as distributed/shared
|
||||||
|
storage network. The benefit would be that you get more speed and the
|
||||||
|
network will be fault-tolerant.
|
||||||
|
|
||||||
.Example: Use bond with fixed IP address
|
.Example: Use bond with fixed IP address
|
||||||
----
|
----
|
||||||
auto lo
|
auto lo
|
||||||
@ -236,7 +240,11 @@ iface vmbr0 inet static
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
.Example: Use a bond with a bridge
|
|
||||||
|
Another possibility it to use the bond directly as bridge port.
|
||||||
|
This can be used to make the guest network fault-tolerant.
|
||||||
|
|
||||||
|
.Example: Use a bond as bridge port
|
||||||
----
|
----
|
||||||
auto lo
|
auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
|
Loading…
Reference in New Issue
Block a user