I am trying to configure an RB5009 with 2 new vlans/subnets. I have created the two vlans following some YouTube guides, but am stuck. From vlan 1, I can ping the router addresses on the new vlan interfaces, but the DHCP server I have configured is not working when I connect on an access port on the new vlans. Also, if I assign a static address to my computer, I cannot ping the gateway or devices in other subnets. Please help!
When your ready not to mix apples and oranges I will return, in other words, have bridge do only bridging and not have it to do DHCP and also vlans with DHCP.
In other words change your bridge subnet to vlan 20 and I will help.
You are missing the bridge itself (i.e. the intrinsic bridge-to-CPU port) as a tagged member for the new VLANs, without these there is no connection between the /interface bridge vlan IDs on trunk/access ports and the /interface vlan connected to the bridge. So in this case:
/interface bridge vlan
add bridge=bridge tagged=bridge untagged=ether4 vlan-ids=10
add bridge=bridge tagged=bridge vlan-ids=100
Interesting, thank you for the suggestion. I have added the bridge as a tagged vlan, but am still unable to receive DHCP from the router. If I configure a static IP on the client, I can ping the gateway, so for some reason, my DHCP config is not handing out an address on the vlan interface.
EDIT:
DHCP started working, just reset the interface. Thank you!