I would like to implement 3 modes of NIC operation to my users, so that they can choose how to use 2 NICs on their machines.
These 3 modes are:
- Team mode: (aka) link aggregation, use 2 NICs together in order to get higher total bandwidth.
- Redundancy Mode: only 1 NIC is active, it will switch automatically if the link fails
- Switch Mode: the 2 NICs is like a switch, one port for LAN, another port is able to connect other devices.
How do i achieve these 3 modes? Thanks for your help, even partial answers are greatly appreciated.