How to configure Guest WiFi in Mikrotik | MikroTik Series

Creating a separate Guest Wi-Fi network ensures your guests have internet access without disturbing your main office or LAN network. Crucially, it allows you to easily control the speed and access privileges of guest users.

Step 1: Create the Virtual Wireless Network (Virtual AP)

You will create a new virtual wireless interface that shares the physical wireless card (WLAN) but operates under a separate SSID.

  1. Go to Wireless and click the + sign.

  2. Select Virtual AP (or vAP).

  3. On the General tab, set the Name and the desired SSID (e.g., XYZ Guest Network).

  4. Set the Master Interface to your physical wireless interface (e.g., wlan1).

 

Before applying the Virtual AP, create a Security Profile for the guest network password.

  1. Go to Wireless and select the Security Profiles tab.

  2. Click + to create a new profile (e.g., guest).

  3. Set Mode to dynamic keys, check WPA2 PSK, and enter your secure password.

 

Step 2: Assign IP Address and DHCP Server

The guest network must have its own unique IP subnet to separate it from your main LAN.

  1. Assign IP Address: Go to IP > Addresses.

    • Add a new IP address (e.g., 10.120.120.1/24) and assign it to the new Virtual AP Interface (guest).

 
    • Use the DHCP Setup Wizard and select the Guest Interface (guest). The wizard will automatically configure the address space, gateway, and pool.

Step 3: Enable Internet Access (NAT)

You need a Masquerade rule so that devices on the new guest subnet can access the internet via your router’s WAN link.

  1. Go to IP > Firewall and select the NAT tab.

  2. Click + to add a new rule.

    • Chain: srcnat

    • Src. Address: The entire guest subnet (e.g., 10.120.120.0/24).

    • Action Tab: Action: masquerade.

Step 4: Limit Guest Bandwidth (Simple Queue)

This final step prevents guests from consuming all your available bandwidth.

  1. Go to Queues and select the Simple Queues tab.

  2. Click + to create a new queue.

  3. Name: Guest-WiFi-Limit

  4. Target: Set the entire guest subnet (e.g., 10.120.120.0/24).

  5. Max Limit: Set your desired bandwidth limits:

    • Target Upload Max Limit: e.g., 1M (1 Megabit)

    • Target Download Max Limit: e.g., 2M (2 Megabits)

Leave a Reply

Your email address will not be published. Required fields are marked *