I am trying to do something so extremely simple but I just can't get it to work. I recently got hold of a RB2011UiAS-RM and I am trying to configure it so that I have a separate subnet for my home automation project. I followed the steps described; here with some differences, only two subnets and one additional interface. What I am trying to achieve is this:
ETH1 - WAN port bridged to ETH2, DHCP client; my bridged modem connects to this
ETH2 - Master interface at 192.168.1.1/24, network 192.168.1.0
ETH3-ETH5 - Slaves of ETH2
DHCP server for the 192.168.1.100-192.168.1.255 range on ETH2
The above actually works as its more or less the default configuration. So now I am trying to get the following configuration to work on for the home automation subnet;
ETH6 - Master interface set to 10.1.0.1/24, network 10.1.0.0
ETH7-10 - Slaves of ETH6
DHCP server for the 10.1.0.100-10.1.0.255 range on ETH6
I suspect I did something wrong in the routing because when I go to IP > Routes it says the ETH6 interface cannot be reached. Also because of this, I think, the DHCP-server shows up red. This seems such a simple and standard problem but I just can't seem to figure it out. I have moderate networking skills so I figured I couldn't be that hard but after a few evenings I am almost ready to give everything up and use Openwrt. I really hope someone can help me (I can provide configs if necessary) .