I have a Edgerouter and I'm trying to get my old (10.0.1.X) network and my new (192.168.10.X) network to communicate with it.
eth0 = WAN
eth1 = LAN (192.168.1.X)
eth1.10 = VLAN (192.168.10.X)
eth1.11 = VLAN (192.168.11.X)
eth1.12 = VLAN (192.168.12.X)
eth1.13 = VLAN (192.168.13.X)
eth2 = LAN (10.0.1.X)
Ideally 10.0.1.X would be able to communicate with all the VLANS. I don't really care about it communicating with 192.168.168.1 at this time.
I can ping the 10.0.1.X network from the edge router but only from the IP addressed assigned to eth2. When I ping from source eth1, eth1.10/11/12/13 it doesn't work.
Any ideas on what could be going on?
Routing - I thought routing was the issue but the routes beteween vlans and eth2 seem to be configured already in the routing table.
Firewall Rules - Maybe it could be that I need to set rules up?