RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user_guide:mikrotik:rb751 [2022/05/09 10:07] – [Remove wlan1 from bridge-local] adminuser_guide:mikrotik:rb751 [2022/05/09 12:22] (current) – [Converting an Unknown client] admin
Line 71: Line 71:
   * Click the **Add new** button to add a RADIUS server.   * Click the **Add new** button to add a RADIUS server.
     * Select the **Hotspot** service.     * Select the **Hotspot** service.
-    * Specify the IP Address of the RADIUSdesk server running FreeRADIUS. (We use 178.32.59.137+    * Specify the IP Address of the RADIUSdesk server running FreeRADIUS. (We use 164.160.89.129
-    * Specify the shared secret. (We use RDhostedXYZ2525)+    * Specify the shared secret. (We use testing123)
     * Since our server is somewhere out on the Internet, we increase the timeout to 5000ms.     * Since our server is somewhere out on the Internet, we increase the timeout to 5000ms.
     * Leave **Accounting Backup** unchecked.     * Leave **Accounting Backup** unchecked.
-{{:user_guide:mikrotik:mt-radius.jpg}}+{{:user_guide:mikrotik:radius.png}}
   * Next we will set-up the hotspot   * Next we will set-up the hotspot
  
Line 132: Line 132:
 ===== Our situation ===== ===== Our situation =====
  
-  * With our setup in this document, we make use of a VPS server that runs RADIUSdesk somewhere in the cloud. (We use our **Radiusdesk Hosted** server.) +  * The setup described here makes use of a VPS server that runs RADIUSdesk somewhere in the cloud. (We use cloud.radiusdesk.com
-  * Recent versions of RADIUSdesk makes it super easy to add a RADIUS client to the FreeRADIUS server to which RADIUSdesk is a front-end+  * RADIUSdesk makes it super easy to add a RADIUS client to the FreeRADIUS server. 
-  * One simply have to take care of the following items when you are pointing a RADIUS client to the RADIUSdesk server. +  * Simply take care of the following items when you are pointing a RADIUS client to the RADIUSdesk server: 
-    * Specify the public IP Address of the RADIUSdesk server.+    * Public IP Address of the RADIUSdesk server.
     * Ensure the site wide shared secret is correct. (Check this with the person who configured the RADIUSdesk server)     * Ensure the site wide shared secret is correct. (Check this with the person who configured the RADIUSdesk server)
-    * Ensure there is a unique identifier the RADIUS client can identify itself to the server. (We did this by setting the **Identity** of the Mikrotik router.) +    * Ensure there is a unique identifier the RADIUS client can identify itself with to the server. (We did this by setting the **Identity** of the Mikrotik router.) 
-  * After you took care of that simply reboot the Mikrotik router while it has an active Internet connection. +  * After you took care of that simply reboot the Mikrotik router while it has an active Internet connection. 
-  * It should then be reported under the **Unknown Clients** list of the **RADIUS -> Dynamic RADIUS Clients** applet.+  * It should then be reported under the **Unknown Clients** list of the **RADIUS -> RADIUS Clients** applet. 
 +  * The **Unknown Clients** tab is closed by default. To launch it, click the **Unknown Clients** button in the **RADIUS Clients**  applet. (Last button on the right of the toolbar)
  
-{{ :user_guide:mikrotik:dynamic_clients_unknown.png?nolink |}} +{{ :user_guide:mikrotik:unknown_clients.png?nolink |}} 
-===== Converting an Unknown client  =====+ 
 +===== Converting An Unknown Client  =====
   * After the Mikrotik appeared under the **Unknown clients** tab we can convert it to a known client.   * After the Mikrotik appeared under the **Unknown clients** tab we can convert it to a known client.
   * Select the unknown client you want to convert and click on the  **Attach** button.   * Select the unknown client you want to convert and click on the  **Attach** button.
Line 154: Line 156:
 {{ :user_guide:mikrotik:dynamic_clients_attach_realms.png?nolink |}} {{ :user_guide:mikrotik:dynamic_clients_attach_realms.png?nolink |}}
   * After you click the **Next** button this item will be moved to the list of known Dynamic Radius Clients. As you can see this item indicates that it never contacted the RADIUSdesk server.   * After you click the **Next** button this item will be moved to the list of known Dynamic Radius Clients. As you can see this item indicates that it never contacted the RADIUSdesk server.
-{{ :user_guide:mikrotik:dynamic_clients_known_never_contact.png?nolink |}}+{{ :user_guide:mikrotik:radius_client.png |}}
   * Simply reboot the Mikrotik to confirm that contact is now established:   * Simply reboot the Mikrotik to confirm that contact is now established:
-{{ :user_guide:mikrotik:dynamic_clients_known_contact.png?nolink |}}+{{ :user_guide:mikrotik:radius_client_online.png |}}
   * This brings us to the end of this section   * This brings us to the end of this section