mungkin ini bisa membantu ....
pertama bikin ip intuk interface ether1 dan wlan1:
Code:
/ip address add address=192.168.24.3/24 interface=ether1
/ip address add address=192.168.30.1/24 interface=wlan1
terus bikin route nya
Code:
/ip route add gateway 192.168.24.1
kemudian set wlannya
Code:
/interface wireless set wlan1 ssid="nama ssid anda" band=2.4ghz-b mode=ap-bridge disabled=no
terus setup hotspot
Code:
/ip hotspot setup
hotspot interface: wlan1
local address of network: 192.168.30.1/24
masquerade network: yes
address pool of network: 192.168.30.2-192.168.30.99
select certificate: none
ip address of smtp server: 0.0.0.0
dns servers: 192.168.24.2
dns name: hotspot.domainanda.net
name of local hotspot user: user
password for the user: password
lalu set limit untuk client
Code:
/ip hotspot profile set hsprof1 rate-limit=â€limit“
lalu buat radius (untuk login client)
Code:
/ radius add service=hotspot address=127.0.0.1 secret=123456 (untuk yang bold, jika anda menggunakan radius dari mesin rb anda, maka address jangan di rubah)
Buat profile dan set profile tersebut untuk menggunakan Radius Server
Code:
/ ip hotspot profile set hsprof1 use-radius=yes
buat subscriber
Code:
/ tool user-manager customer add login="user" password="pass" permissions=owner
tambahkan radius kita ke user manager (untuk username dan ip address di sini, sesuaikan dengan yang di subsriber dan radius)
Code:
/ tool user-manager router add subscriber=MikroTik ip-address=127.0.0.1 shared-secret=123456
lalu tambah user dengan cara browse ruter anda dari internet browser seperti firefox, dll
Code:
http://ip router anda/userman
untuk yang bold, seperti ip dan username, disesuaikan dengan kondisi di tempat anda