sdg.neels
2026-08-27 09:34
Last Edited 2026-08-27 09:57
This guide walks through the minimum configuration needed to get a Milesight UG56 gateway online and forwarding packets in the EU868 frequency plan, using the gateway's built-in web UI.
http://192.168.1.1/login.htmladminSecurity 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).
Note on WLAN: The UG56 also has a built-in WLAN tab (Network → Interface → WLAN) which runs in AP mode by default, broadcasting its own SSID (e.g.
Gateway_007DE3) at a static IP of192.168.1.1. This is handy for initial access if you don't have Ethernet available yet, but isn't required once the gateway is connected viaeth 0.
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.
Click Save & Apply at the bottom of the page.
This tells the gateway where to send received LoRaWAN packets (your network server).
C0BA1FFFFE007DE2) - you'll need this when registering the gateway with your network server (e.g. ChirpStack, The Things Stack).Disabled and Data Retransmission unchecked for a basic single-gateway setup.Semtech (standard UDP packet forwarder protocol used by most network servers)sem.pnpscada.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 |
|---|---|
| Default Web UI | http://192.168.1.1/login.html |
| 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 |
| Save Changes | Save & Apply button at the bottom of each page |
This covers the bare minimum to get a Milesight UG56 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.