sdg.neels
2026-07-27 12:58
Last Edited 2026-07-27 14:44
This guide walks through the minimum configuration needed to get a Lierda LoRaWAN Gateway online and forwarding packets in the EU868 frequency plan, using the gateway's built-in web UI.
adminSecurity tip: After logging in, you'll see a banner prompting you to 'change the default password.' Do this before deploying the gateway in production.
Before setting up packet forwarding, make sure the gateway has network connectivity.
eth 0DHCP Client (recommended for most networks - the gateway will pull an IP automatically)1500 (default)8.8.8.8223.5.5.5Once applied, confirm the gateway has picked up a valid IP address and can reach the internet (check under Status if available).
Go to Packet Forwarder → Radios.
Under Radio Channel Setting, set Supported Freq to EU868.
The two radio center frequencies will populate with the EU868 defaults:
867.5 MHz868.5 MHzUnder Multi Channels Setting, the 8 standard EU868 channels should be enabled by default:
| Index | Radio | Frequency (MHz) |
|---|---|---|
| 0 | Radio 1 | 868.1 |
| 1 | Radio 1 | 868.3 |
| 2 | Radio 1 | 868.5 |
| 3 | Radio 0 | 867.1 |
| 4 | Radio 0 | 867.3 |
| 5 | Radio 0 | 867.5 |
| 6 | Radio 0 | 867.7 |
| 7 | Radio 0 | 867.9 |
Leave all 8 channels enabled for a standard EU868 setup - this matches the LoRaWAN Regional Parameters default channel plan and ensures compatibility with standard end devices.
Scroll down to review the LoRa Channel Setting (used for additional single-SF channels, e.g. RX2) - the defaults are generally fine for a basic setup.
You do not need to save this tab separately if a global Save/Apply button appears at the bottom of the page - otherwise, look for a Save button on this tab before moving on.
This tells the gateway where to send received LoRaWAN packets (your network server).
24E124FFFEFE25AC) - you'll need this when registering the gateway with your network server (e.g. The Things Stack, ChirpStack).Disabled and Data Retransmission unchecked for a basic single-gateway setup.Semtech (standard UDP packet forwarder protocol used by most network servers)foo.bar.com)17001700Disconnected to Connected once the gateway successfully reaches your server.You can leave the built-in Embedded NS destination (ID 0) disabled unless you specifically want to use the gateway's onboard network server instead of an external one.
Still on Packet Forwarder → General, the Packet Filters section lets you restrict which packets get forwarded upstream by NetID, JoinEUI, or DevEUI, using White List / Black List modes. For a basic setup, these can be left empty (no filtering).
| Setting | Value |
|---|---|
| Frequency Plan | EU868 |
| Radio 0 / Radio 1 | 867.5 MHz / 868.5 MHz |
| Channels | 8 standard EU868 channels (867.1?868.5 MHz) |
| Forwarder Type | Semtech (UDP) |
| Port Up / Port Down | 1700 / 1700 |
| Network Connection | DHCP Client on eth0 |
This covers the bare minimum to get a Lierda gateway on the network, broadcasting on EU868, and forwarding packets to a network server. Advanced tuning (custom channel plans, VLANs, cellular backhaul, VPN, firewall rules) can be layered on afterward as needed.