You are on page 1of 1

SETUP MIKROTIK RADIUS

----------------------------------------------------------------------------
>radius add service=dhcp,hotspot address=127.0.0.1 secret=qwerty authentication-
port=1812 accounting-port=1813 timeot=(00:00:00 .. 00:00:00.300)

SETUP MIKROTIK IP ADDRESS


----------------------------------------------------------------------------
>interface pr
>ip address set interface=ether1 address=192.168.1.1/24
>ip address pr

SETUP MIKROTIK HOTSPOT


----------------------------------------------------------------------------
>ip hotspot pr
>ip hotspot setup

https://www.pejuangsukses.com/2018/07/cara-setting-hotspot-di-mikrotik-virtual.html

>ip pool pr
>ip pool add name=dhcp-hotspot-pool ranges=10.10.10.1-10.10.10.5
>ip pool pr

>ip dhcp-server pr
>ip dhcp-server network add address=10.10.10.0/24 gateway=192.168.1.1
>ip dhcp-server add interface=hotspot address-pool=dhcp-hotspot-pool lease-time=3d
>ip dhcp-server pr
>ip dhcp-server enable 0
>ip dhcp-server pr

SETUP HOTSPOT MIKROTIK


----------------------------------------------------------------------------
>ip hotspot pr
>ip hotspot setup

You might also like