I’ve had my RouterBoard RB2011UAS-2HnD-IN for a few weeks and I love it! I’m currently just using it as a wireless station but in the summer I will be moving into shared accommodation where I would like to use it, I just want to check that what I plan to do is possible and if so, get some rough pointers of what I should do.
The flat will have a single 100mbps cable connection, what I want is to connect the modem to the RouterBoard and then “split” the connection so that each person in the flat (3 of us) has their own Wireless network and pair of Ethernet ports. I would like to have it so each person has their own IP range (assigned over DHCP) and so that each person’s network can’t talk to any other person’s network (So for example trying to connect to a network device on one network isn’t possible from another network). I would also ideally like to be able to do all this with my single RouterBoard.
As an added bonus I would love if it were possible to set up a fourth network that could be used to connect a networked printer so that each person can print to the printer from within their own network while maintaining the inability to communicate between personal networks.
I hope this makes sense. I won’t be doing this for a while so I don’t need any concrete explanation on what to do (Although that would be great!) but it would be great to know if this is possible, get a rough idea on how to do it as well as any other hardware that I may need (Hopefully none!).
So I would create a VAP for each person, then bridge each access point with each person’s Ethernet ports along with the WAN port? Then in order to prevent the bridges “talking” I would then do something under the filters tab on the “Bridges” page?
Not completely.
You bridge the designated ether ports and one vap per person.
Bound an individual DHCP to each bridge, and an IP address inside the same network.
The wan port should have your shared public ip.
On the up firewall filter, allow and deny traffic as desired.
By default all traffic is routed if destination is known. Each DHCP should serve it’s ip as default gateway
Edit: I think I’ve sorted this stage - Needed to assign an address range to the bridge under IP → Addresses
I hope it’s okay brining up this old thread.
I have finally got around to start setting all this up, making a bit progress but now stuck.
What I have so far:
3 Virtual Access Points (Created and can connect to them)
3 Bridges with one VAP each (Will add LAN ports later)
So the stage I am at now is “Bound an individual DHCP to each bridge, and an IP address inside the same network.” How do I do this? I have tried the following:
Go into IP → DHCP Server
Click DHCP Setup
Pick the bridge name
Enter an address space (e.g. 192.168.51.0/24)
Enter the gateway address (e.g. 192.168.51.1)
Press the arrow to clear DHCP Relay
Adjust IPs to give out so that IPs below x.x.x.100 are not given out (Reserved for static stuff)
Leave DNS servers as default
Leave Lease Time as default
Once this is done the DHCP servers all show up in the list, but when connecting to one of the virtual APs, I am not given an IP address.
I think you should also manually configure the gateway address as the IP address of your bridge interface.
AFAIK this is not done by the DHCP-setup process.
Is looking nice.
Actually I would’ve done the fire-walling a little different, but I think yours will work too.
I also would suggest to remove all the unnecessary default config entries from your config. Just to make it more neat.