Sorry, if this has been discussed before, I tried to search for it, but I guess I can’t define my question good enough.
I got two RB951G-2HnD units and I want to buid following setup- unit 1 is connected to ISP and acts as a router, unit 2 is connected to unit 1 via ethernet cable and acts as wi-fi range extender and ethernet switch.
I’ve managed to set up unit 1 as expected, now I’m confused what is proper way to configure unit2.
I’d be glad if unit 2 would have same SSID as unit 1, if it could use ACL from unit 1 and also forward DHCP addresses from unit 1.
Not sure if I made myself clear, but I hope someone will point me to solution.
Then add your ethernet interfaces that you want bridged
/interface bridge port
add bridge=home-bridge interface=wlan1(your wireless interface)
add bridge=home-bridge interface=ether(your uplink)
add bridge=bridge-work interface=ether(any other port youd like to have dhcp from uplink)
Many thanks for reply.
Wow, that sounds way too simple
So you mean I should bridge WAN+LAN+WLAN and that’s it? What about addressing?
How will I be able to access the router afterwards? It will get IP from DHCP?
What about WLAN ACL? Will it be forwarded from unit1 ? Should I also enable ACL on unit2 ?
Sorry for so many questions in a row, just trying to believe this can work.
First step is to create the AP configuration on Router 2 this is with the ACL which you already have defined on R1.
Go to your first router and enter :
Then you create a bridge interface.
In the bridge interface you put the WLAN, and all ethernet ports you want bridged.
you can put a static ip address on the bridge interface so you could manage the device.
You do need to be sure that the ethernet interfaces that you’d like to add to the bridge don’t have a master port. (double click on interface ether and check the master port .. it should have none).
I’m glad to report the bridge thing actually works. Is there any chance that these two routers could exchange ACL between them? At the moment I have to create every new record on both.