Switch all ethernet ports in RB1100AHx2

Hi guys, I’m new to the forum, I’m using a RB100AHx2 and learning a lot, but I can’t do it working as a only switch the two groups of switch.

My config now is:

  • ether1 as gateway for WAN


  • ether2 is master for 2-5


  • ether6 is master for 6-10


  • bridge between ether2 and ether6


  • dhcp server in bridge

The computer connected to the ether6-10 is getting IP from the dhcp server, but it can’t exit to Internet and Intranet, it dosen’t route and ping to the router at 192.168.1.1, I think that the problem is on the routing table, just now is:

What else I have to do?

Thank you

You say you have bridged ether2-master and ether6-master.
Your 192.168.1.0/24 address is bound to ether2-master, hence unknown to the ether6-master port group.
And you have a 192.168.100.0/24 address on the bridge.

Remove the address from ether2-master and/or move it to the bridge.
Use only one L3 network on the bridge, not two.
Check if your DHCP server (which also belongs to the bridge, not to the physical interfaces being bridge members) is pushing out the correct IP pool. for your bridge address.
-Chris

Ok, then the routing table should like these?

Dst. Address Gateway Distance Routing Mark Pref. Source
0.0.0.0/0 X.X.X.X reachable pppoe-outl 0
0.0.0.0/0 255.255.255.255 255
X.X.X.X/19 vlan3 reachable 0 10.25.228.215
X.X.X.X/27 10.25.224.1 reachable vlan3 120
X.X.X.X/32 pppoe-outl reachable 0 212.170.106.156
192.168.1.0/24 bridge1 reachable 0 192.168.1.1

In order to route all traffic from the bridge to the gateway?

The DHCP is pushing out right now the right IP pool.

Thanks

Exactly.
Glad it works.
-Chris

Edit: You say that you are new to this - and I realized you’re using a PPPoE backhaul.
If you started from default config, chances are high that your firewall rules (filter and NAT) still match ether1 as WAN interface and not PPPoE-out1. Make sure you adjust the interface accordingly.
-Chris

First of all, thanks for the appreciation, I started with a config for my ISP that I have found online, and the firewall rules are changed to ppoe interface :smiley:

Now I am doing the changes for switching all the ports but the routing table that I show you is dinamic, and I can’t change the settings there, I don’t know where it coming the 192.168.100.1 network. My config now is:

I think that the steps that I have to do is:

  1. Add the ether2-master interface to the bridge1?
  2. Change the interface address to bridge1

Am I correct? Is there any step more?