Using VLANS on Teamed connection
Hi All,
Having a few problems this, used to use bonding fine in RH6, but in RH7 I wanted to go over to teaming for the extra features.
I have 4 interfaces teamed into team0. They all have 2 vlans passed down them.
I have created ifcfg-team.XXX and ifcfg-team.xxx for the VLANs as before.
When bringing them up I get the following error : /usr/sbin/ifup: line 102: is_available_wait: command not found.
I also had this problem when I just imported my normal bond vlan configurations into a RHEL 7 machine.
My ifcfg-team0.XXX file is as follows:
DEVICE=team0.XXX
BOOTPROTO=none
ONBOOT=yes
IPADDR=XXX.XXX.XXX.XXX
NETMASK=XXX.XXX.XXX.XXX
DNS1=XXX.XXX.XXX.XXX
DNS2=XXX.XXX.XXX.XXX
DNS3=XXX.XXX.XXX.XXX
VLAN=yes
Anyone got any ideas on this?
I have X'd out all IP addresses and VLANS for security reasons.
Thanks.