Table of Contents


Mikrotik Hotspot (Basic)

Introduction

With this scenario we assume you have:


Getting started


Our approach

We will take the following configuration approach. This approach very common on the 751U.


Prepare Mikrotik

Captive Portal or Hotspot?
  • Mikrotik uses the term Hotspot to refer to a Captive Portal.
  • We prefer to use Captive Portal which is technically speaking more correct.

In order to get a Captive Portal up and running on the Mikrotik we will need to configure and confirm the following items. We assume a device reset to factory defaults.

  1. Set the Mikrotik's identity.
  2. Confirm the Ethernet-1 port is a DHCP client and did receive a valid IP Address from our DSL router.
  3. Remove wlan1 WiFi interface from the bridge with the name bridge.
  4. Add a RADIUS server.
  5. Configure a Hotspot running on the wlan1 WiFi interface.
    1. Configure a DHCP pool that the hotspot will use for assigning IP Addresses.
    2. Configure a Profile that makes use of the RADIUS server which we already defined.

Set the Mikrotik's identity


Confirm Ethernet-1's status


Remove wlan1 from bridge-local


Add a RADIUS server


Configure a Hotspot running on the wlan1 WiFi interface

Add a Hotspot using the setup wizard

Understanding the Hotspot configuration

Modify the created Server Profile

Your Mikrotik Hotspot is now configured. Next we will prepare RADIUSdesk.


Prepare RADIUSdesk

Our Setup


On-boarding a new arrival


Testing it out


What next

Although your system is up and running now you may want to do the following advanced configurations

The Advanced setup page will cover these topics.