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
sudo vi /etc/dhcpcd.conf
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=
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.
Adapt Sample Demo1 Mesh
Adapt Sample Demo1 AP Profile
Next Steps