星期六, 3月 29, 2014

如何設定Mikrotik 的RouterOS的Hotspot和User Manager溝通

參考原廠wiki資料--How to make HotSpot and User Manager on the same router
如果HotSpot和User Manager均位於同一台機器上則
HotSpot的設定為

 / radius add service=hotspot address=127.0.0.1 secret=123456

我們增加了一台Radius Client資訊向本機的User Manager請求查詢
127.0.0.1 代表本機,secret是一組密碼,用以讓radius server和radius client可以互相溝通交換訊息。

 / ip hotspot profile set hsprof1 use-radius=yes

User Manager的設定為
建立一位Subscriber(Customer的最高權限者)
/ tool user-manager customer add login="MikroTik" password="test" permissions=owner
增加一個router設定
/ tool user-manager router add subscriber=MikroTik ip-address=127.0.0.1 shared-secret=123456
ip-address因為是在本機上提供服務,所以填127.0.0.1 ,shared-secret要與hotspot所設定的secret一致


參考資料:
http://wiki.mikrotik.com/wiki/User_Manager/Hotspot_Example



沒有留言: