After upgrade to 7.15 old instruction not working due to packages separation for wifi
My goal is to have guest wifi networks completely unreachable in both ways and guest wifi have internet access only. Also, prevent to set static IP on guest networks.
The best is to have some instruction for this case
Follow this guide for setting guest VLAN for AP: http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1
Commands for WiFi setup shouldn’t differ much from old WiFi package or use Winbox for setup it, VLAN setup is not directly related to WiFi setup except knowing which wifi intarfece needs to be part of which network.
To replace it with properties related to wifi slave configuration, in that tutorial there is add configuration example /interface wifi configuration add … same properties can be added to wifi add command. Difference is when you have separate configuration it can be reused for other wifi interfaces if needed.
It almost works - however, while 2g guest network works fine (tested by IoT devices and smartphone), 5g guest network rejects WAN request, so smartphone could not connect to internet. Mikrotik hap AC^2, 7.15.3
That’s a documented feature of my scheme: guests do not get full-service WiFi.
I have no desire to prototype an alternative that lifts that restriction for you, but it would involve creating a “wifi5g” slave parallel to the article’s existing wifi2g, then bridging them together.
Also local details like country settings, SSID, PSK… Things I don’t want to reveal about my local config and cannot predict for yours. Fill in the blanks.
Prior to using capsman, it was quite easy to setup up vlan per SSID or vlan per USER group (and assign both SSIDS to same VLAN) and have them fully separated at layer2 by vlans, at layer 3 by firewall rules and then through wifi settings decide whether or not wifi users should be able to see others on the same WIFI vlan. ( with only internet access of course )
With capsman, no clue, nor interested as the config blows up with all capsman entries and 3X the level of complication for no real gain IMHO.