I have been working on getting an MT acting as a border router to talk to a MT which is the core router across interfaces and across vlans. First to be more descriptive, I have an RB450 that is currently set to have ether1 as 10.1.1.1/30. Then I have an x86 router os box that is going to be my core router set to 10.1.1.2/30. Then I have a route programmed in the core with 0.0.0.0/0 ether 1 (destination reachable).
In between these 2 devices I have a Dell managed switch. When I ping from 10.1.1.2, I can get 10.1.1.1, but can’t ping to 192.168.5.1 (10.1.1.1’s gateway). I then set a rule in the routes for 0.0.0.0/0 192.168.5.1. Still didn’t work. All I am trying to accomplish is this:
Internet ----> (1.1.1.1 public ip) Border Router(10.1.1.1/30 private or public) -----> switch --------> (10.1.1.2/30 wan side) Core Router (1.1.1.129/26 lan ip) ---------> (10.1.150.x customer radio/equipment) ----> (1.1.1.130-254) customer unit(router or computer)
All I am trying to do is route the traffic though the core router so that way I can do filtering and QOS at the core, not the border. If you can help me figure out routing for this, that would be great.
Once I figure it out for these interfaces, I am going to make it more complicated by adding VLAN’s.