TTN Stack V3 with gateway disconnected

I’m having a little bit of difficulties configuring the TTN stack V3 with my RAK gateway…
It works fine with ttn, but my needs demand an private server, so I installed TTN stack v3.
Everything worked fine on the instalation, but I coudn’t make it recognizes my gateway…
I created the gateway, on the id I put “eui-MYUI…” but i’m not receiving anything.
I noticed that docker didn’t open port 1700… only these:
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 7447/docker-proxy
tcp 0 0 127.0.0.1:26256 0.0.0.0:* LISTEN 7431/docker-proxy
tcp 0 0 127.0.0.1:26257 0.0.0.0:* LISTEN 7412/docker-proxy
tcp6 0 0 :::1882 :::* LISTEN 15181/docker-proxy
tcp6 0 0 :::1883 :::* LISTEN 15169/docker-proxy
tcp6 0 0 :::443 :::* LISTEN 15057/docker-proxy
tcp6 0 0 :::1884 :::* LISTEN 15157/docker-proxy
tcp6 0 0 :::1885 :::* LISTEN 15134/docker-proxy
tcp6 0 0 :::1887 :::* LISTEN 15122/docker-proxy
tcp6 0 0 :::80 :::* LISTEN 15145/docker-proxy
tcp6 0 0 :::8881 :::* LISTEN 15110/docker-proxy
tcp6 0 0 :::8882 :::* LISTEN 15098/docker-proxy
tcp6 0 0 :::8883 :::* LISTEN 15086/docker-proxy
tcp6 0 0 :::8884 :::* LISTEN 15074/docker-proxy
tcp6 0 0 :::8885 :::* LISTEN 15046/docker-proxy
tcp6 0 0 :::8887 :::* LISTEN 15034/docker-proxy
tcp6 0 0 :::1881 :::* LISTEN 15193/docker-proxy

I’m not seeing anything on the logs… can somebody helps me with this?

1 Like

Have you tried adding port 1700 to the docker-compose file?

1 Like

Yes, it’s added.
Actually, i think port 1700 is open, but i was using the wrong command…
Now I used netstat -nau, instead of netstat -nat.
But the problem still occurs…
is there any way to “simulate” an uplink to get where the problem might be?

It was a problem with the firewall… thanks!

This topic was automatically closed after 30 days. New replies are no longer allowed.