
Create bonded IPv4 and IPv6 network interface, CENTOS
Assuming we have 2 network cards eno1 and eno2. The configuration should look like the below: vi /etc/sysconfig/network-scripts/ifcfg-eno1 HWADDR=xx:xx:xx:xx:x1 TYPE=Ethernet BOOTPROTO=dhcp DEFROUTE=yes PEERDNS=yes PEERROUTES=yes IPV4_FAILURE_FATAL=no […]