I have more than 1 network card on my DRBL client, how can I force the client to use the specific network card, i.e. with priority, to connect to DRBL server when booting in the initramfs? |
You can make it by running the following command on the DRBL server:
mknic-nbi --netdev "eth1 eth0"
to force the client to use eth1 first, then eth0.
For more info, please run: mknic-nbi --help
|
|