[Multitech Conduit] Cannot connect mLinux 5.0 to loraserver.io

Hi all,

After upgrade Multitech conduit mlinux to version 5.0 and install lora-packet-forwader , lora-gatway-bridge ( https://www.loraserver.io/lora-gateway-bridge/gateway/multitech/).
I configurate global_conf.json in folder /var/config/lora-packet-forwader: (192.168.1.159: lora server ip).
///////////////////////////////////
“gateway_conf”: {
“gateway_ID”: “008000000000A88X”,
“server_address”: “192.168.1.159”,
“serv_port_down”: 1700,
“serv_port_up”: 1700,
“keepalive_interval”: 10,
“stat_interval”: 30,
“push_timeout_ms”: 100,
“fake_gps”: true,
“ref_latitude”: 10.85068439,
“ref_longitude”: 106.80188152,
“ref_altitude”: 145
//////////////////////////////////////////
The LoRa Gateway Bridge is installed on a separate machine.
///////////////////////////////
I try to troubleshoot connect from server to gateway: (192.168.1.153 gateway ip).
/////
$ sudo tcpdump -AUq port 1700
[sudo] password for xanh:
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on wlp6s0, link-type EN10MB (Ethernet), capture size 262144 bytes
13:18:33.759183 IP 192.168.1.153.37653 > xanh-Inspiron-3542.1700: UDP, length 157
E…Zp@.@.[;…B…{“stat”:{“time”:“2019-08-24 15:31:57 GMT”,“lati”:10.85068,“long”:106.80188,“alti”:145,“rxnb”:0,“rxok”:0,“rxfw”:0,“ackr”:100.0,“dwnb”:0,“txnb”:0}}
13:18:33.759717 IP xanh-Inspiron-3542.1700 > 192.168.1.153.37653: UDP, length 4
E… .,@.@…>…
13:18:35.028530 IP 192.168.1.153.38038 > xanh-Inspiron-3542.1700: UDP, length 12
E…(Z.@.@.[…"D…
13:18:35.028886 IP xanh-Inspiron-3542.1700 > 192.168.1.153.38038: UDP, length 4
E… ./@.@…T…
13:18:45.155103 IP 192.168.1.153.38038 > xanh-Inspiron-3542.1700: UDP, length 12
E…(^.@.@.X&…0…
//////////////
Loraserver return error:

Hi,

Double check your GW ID : “gateway_ID”: “008000000000A88X”, in your global.conf file

vs “gateway_ID”: “008000000000A882" in your loraserver definition

Regards

I don’t see an error in your screenshot. If you only have one gateway, you will always see this output on that screen, the same when this feature has been disabled.

I recommend you to look at the Live LoRaWAN frames, that will show you the received / sent frames and will tell you if any data is received from your gateway.

Hi ric2498,

gateway_ID in global_conf and loraserver is same.

Hi brocaar,

Thanks for your reply. But can i received data without status connected from gateway?

Hi brocaar,

I cannot see any data from Live LoraWAN frames.

Please see the troubleshooting guide: https://www.loraserver.io/guides/troubleshooting/gateway/. It will help you to debug the gateway connectivity.

i had a simmilar problem… maybe it helps.

do you have a local_config file on the same or also another directory? i had one and the global_config was overritten by the local one. so the device did not connect to my loraserver but to another server (defined in the local_config).

regards