DEVICE=“bond0”
NAME=“bond0”
BOOTPROTO=“static”
IPV6INIT=“no”
NM_CONTROLLED=“no”
USERCTL=“no”
ONBOOT=“yes”
IPADDR=
PREFIX=
GATEWAY=
BONDING_OPTS=“mode=4 miimon=100 lacp_rate=fast xmit_hash_policy=1”
NOTE: In today's retail environment, POS devices may be a smartphone or tablet computer with a physically connected card-reader. Alternatively, they may be “ wireless” readers using one of many wireless protocols such as Near Field Communications (NFC), Bluetooth, etc. However, the principal concept is the same: the card is present in front of the merchant, adding a level of verification not found in “card not present” transactions. |
shell> vi /etc/modprobe.d/bonding.conf
shell> vi /etc/modprobe.d/bonding.conf
DEVICE=“em1”
NAME=“em1”
TYPE=“Ethernet”
BOOTPROTO=“none”
IPV6INIT=“no”
NM_CONTROLLED=“no”
USERCTL=“no”
ONBOOT=“yes”
UUID=“28c26039-0e5d-4910-b544-1b46cc9c0023”
MASTER=bond0
SLAVE=yes
DEVICE=“em2”
NAME=“em2”
TYPE=“Ethernet”
BOOTPROTO=“none”
IPV6INIT=“no”
NM_CONTROLLED=“no”
USERCTL=“no”
ONBOOT=“yes”
UUID=“c11c3b5d-c58b-499b-91be-72e686711815”
MASTER=bond0
SLAVE=yes
shell> lsmod | grep -i bondingIf it is not loaded, load the module with the following command:
shell> modprobe bonding
shell> systemctl restart network
shell> cat /proc/net/bonding/bond0