Hi Guys! I´m using a RB532 as an AP and router for Internet access at the moment. I would like to setup private networks between some of the wireless clients. I mean, all wireless clients will have Internet access through the RB532 and there will be “private” networks among some of the clients. Suppose I have wireless clients 1, 2, 3 and 4. All (1, 2, 3 and 4) will access the Internet, and clients 1, 2 and 4 will connect through the RB in order to have a “private” LAN.
Is this possible? Which is the best way to do this? What equipment do I need at the client location? I would appreciate all kind of help.
Many thanks from Argentina!
it depends on configuration scenario.
add private address to wireless interface (e.g. 192.168.0.1/24), enable masquerading on the router ‘ip firewall nat add action=maquerade chain=srcnat out-interface=public’.
configure 192.168.0.2-192.168.0.254 for clients (gateway 192.168.0.1)