Bond with port only

Latest response

Hello Everybody;

I have created a network bond in RHel7 for only one eth port so I have ens224 and I created bond0

is that fine? or does that make some issues?

cat /etc/sysconfig/network-scripts/ifcfg-ens224
#DEVICE=ens224
HWADDR=00:0c:30:57:93:3e
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
NM_CONTROLLED=no

-------------------------------------------------
 cat /etc/sysconfig/network-scripts/ifcfg-bond0
IPADDR=10.160.46.124
NETMASK=255.255.255.192
ONBOOT=yes
DEVICE=bond0
NM_CONTROLLED=no
BONDING_OPTS="mode=active-backup miimon=100"

Thanks

Responses