Hey all I will describe my setup and issue here and would love if someone can identify the gaps in my understand.
I have an rPi running chirpstack and I’m trying to connect the gateway to my remote vm on AWS. From within the rPi I am able to publish an mqtt message that is received on the aws VM. But I cannot get chirpstack to recognize the gateway and keep getting connection refused in System Logs.
I confirmed the remote server address was correct
using tcp and I set AWS to allow from all (0.0.0.0/0)
I used the correct username and password in chirpstack config GUI
If the Pi is being used purely as a gateway, the full install is unnecessary and you should go with the base install to free up some space on the Pi. It’s not a big deal though.
Okay well the issue is just with the authentication. How did you configure your mosquitto.conf?
Can you mosquitto_sub to your broker using your supposedly correct username/password?