I am having trouble getting a LAN subnet to bind with a specific WAN static IP.
eth0= XX.XXX.XXX.165/24 Cable Modem STATIC IP #1
eth1= XX.XXX.XXX.XX/23 VDSL DHCP IP
eth0+eth1= bond group 'G'
eth2=XX.XXX.XXX.104/24 Cable Modem STATIC IP #2
eth6=192.168.98.1/24 Gaming subnet
eth7=192.168.99.1/24 General subnet
No matter what I do the 192.168.98.0 subnet traffic always chooses eth0. It even identifies to game servers as XX.XXX.XXX.165 instead of .104.
However, if I disable both eth0 and eth 1 it DOES work with eth2 as I want it to. What am I missing. I tried following the guides.
I want bond group G to handle all traffic in the .99 net and eth2 to handle all traffic for .98 net.
I will be doing multiple vlans down the road but I want to successfully administer this type of rule before adding more confusion to my small brain.
TIA,
Jack