RADIUSdesk

Differences

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

Link to this comparison view

Next revision
Previous revision
md:pi-configure [2021/11/04 20:04] – created adminmd:pi-configure [2022/01/14 14:15] (current) – [Introduction] admin
Line 1: Line 1:
 ====== Raspberry Pi4 Initial Config ====== ====== Raspberry Pi4 Initial Config ======
 +===== Introduction =====
 +  * This page will cover the initial configuration of the Raspberry Pi4 running RADIUSdesk.
 +  * We assume it is plugged into a network with a Huawei LTE Router.
 +  * We will assign a fixed IP Address of 192.168.8.220 to the Raspberry Pi4.
 +  * We will also cover the settings on RADIUSdesk that needs to be adjusted to work with this IP Address.
 +
 +===== Set A Fixed IP Address On Pi4 =====
 +  * Edit  **/etc/dhcpcd.conf** and make sure the following is specified
 +<code bash>
 +sudo vi /etc/dhcpcd.conf
 +</code>
 +  * Adapt to fit your environment
 +<code bash>
 +interface eth0
 +static routers=192.168.8.1
 +static domain_name_servers=192.168.8.1
 +static ip_address=192.168.8.220
 +static domain_search=
 +</code>
 +  * Reboot the Raspberry Pi4 for the new settings to take effect.
 +
 +===== Adapt The Settings In MESHdesk =====
 +  * Use your browser and go to the IP Address of the Raspberry Pi4.
 +  * Log in. (root / admin)
 +  * Navigate to **Other** -> **Settings** -> **Default Settings**
 +  * Change the IP Address specified in **RADIUS-1** and **UAM URL** to match the IP Address of the fixed IP Address of the device.
 +  * Click **Save**  to apply the changes.
 +
 +{{:md:initial_settings.png|}}
 +
 +==== Adapt Sample Demo1 Mesh ====
 +  * In a similar way edit the **Captive Portal Exit Point** in the Demo1 Mesh (change the IP Address)
 +
 +==== Adapt Sample Demo1 AP Profile ====
 +  * In a similar way edit the **Captive Portal Exit Point** in the Demo1 Access Point Profile (change the IP Address)
 +
 +===== Next Steps =====
 +  * Congratulations your system is now ready to manage the Access Points.
 +  * There are dedicated Wiki Pages on how to **flash and point** the Access Points to the server.
 +