RAK7268 -> Chirpstack(4) - Gateway not registering

I’ve got a Chirpstack server install (chirpstack 4) that’s seeing an active connection from a RAK 7268 gateway configured for packet forwarding but within the control panel the gateway won’t register. I’ve grepped the documents, rebuilt the configuration twice (good learning experience) and have searched through the forum posts but am not seeing a solution.

Setup:
cs-server: Ubuntu 22.04 build with postgresql, mosquitto, chirpstack (v4). Did not install chirpstack-gateway this time as it’s my understanding the RAK is handling the LoRa to LoRaWAN conversion and should deliver over MQTT 1883/tcp. Authentication is currently set as open/anonymous to troubleshoot and rule out user/passwd or encryption issues.

chirpstack.toml:
server=“tcp://10.1.0.20:1883/”
json=false

/etc/mosquitto/conf.d/listeners.conf
per_listener_settings true
listener 1883 0.0.0.0
allow_anonymous true

RAK7268: Current firmware. Configured to packet forward using MQTT for Embedded RAK Server.
System:
image
LoRaWAN Network settings:


Successful connection with MQTT/Chirpstack server:

CS/Gateway: set with DeviceEUI from RAK7268, JoinEUI auto generated.
CS/Application: Created with one device (Dragino LHT65 temp/humidity) configured from the appropriate template loaded from template profiles.

Any thoughts on what I may be missing? Much appreciated in advance…

  • Jamie
    Application

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.