Red Hat 5 Family & Red Hat 6 Family.
I haven't found documentation for anyone who has successfully set up an LACP pair, put two IP addresses on it, and then tagging the primary and Virtual IP address with two different VLAN numbers. Does anyone know of anyone?...
# cat /etc/sysconfig/network-scripts/ifconfig-bond0.123
DEVICE=bond0.123
BOOTPROTO=none
IPADDR=192.168.10.12
NETMASK=255.255.255.0
GATEWAY=192.168.10.1
ONBOOT=yes
USERCTL=no
BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer3+4 lacp_rate=slow miimon=100 updelay=5000 downdelay=5000"
VLAN=yes
# cat /etc/sysconfig/network-scripts/ifconfig-bond0:1.124
DEVICE=bond0:1.124
BOOTPROTO=none
IPADDR=192.168.12.12
NETMASK=255.255.255.0
GATEWAY=192.168.12.1
ONBOOT=yes
USERCTL=no
VLAN=yes
Does the VIP config file need a BONDING_OPTS line, or would it ride the bond configuration from the primary interface file?
Will Red Hat's 8021q module accept instructions to tag an outgoing packet differently based on its real vs. virtual IP address?
Would eth1 and eth2, being set to use bond0 as a master, pay any attention to bond0:1?
- Thinking of which, do I need to change the MASTER entry?
MASTER=bond0.123?
- Thinking of which, do I need to change the MASTER entry?