Bought a new RB4011 and the Wireless setup is way way over my head. Does anyone know of any video tutorials on how to set up a Primary and Guest wifi network?
There is a lot to know before setting up a MikroTik. We can show you, but it won’t make any sense until you do a lot of reading. Here is a simplistic sample config. If you like, I could help you under a paid assignment. Feel free to solicit the forum, however.
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-g/n country="united states3" frequency-mode=regulatory-domain distance=indoors mode=ap-bridge security-profile=guest ssid=GUEST_SSID wireless-protocol=802.11 wps-mode=disabled disabled=no
set [ find default-name=wlan2 ] band=5ghz-n/ac country="united states3" frequency-mode=regulatory-domain distance=indoors mode=ap-bridge ssid=CORP_SSID wireless-protocol=802.11 wps-mode=disabled disabled=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk group-key-update=1h mode=dynamic-keys wpa2-pre-shared-key=password1
add authentication-types=wpa2-psk group-key-update=1h mode=dynamic-keys name=guest wpa2-pre-shared-key=password2
Here you will find more some documentation and examples: https://wiki.mikrotik.com/wiki/Manual:TOC
You find many good video here:
https://www.youtube.com/user/rodrick4u/videos