Hi,
I try to use node red with a gateway MultiConnect Conduit.
But on the Node red gui, my INPUT node”LORA”  is not connected.
no message are transmitted to the lora node…
So, i configure in menu “LoRa Network Server Configuration” as :
mode : NETWORK SERVER
Upstream Port  => 1880
Downstream Port => 1882
App Port Up => 1884
App Port Down => 1886
initially it was 1780,1782,1784,1786
url of node red gui on port 1880
and a netstat -ant gives
tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:1881          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:1882          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:1883          0.0.0.0:*               LISTEN
tcp        0      0 192.168.0.207:1880      192.168.0.213:52974     ESTABLISHED
======================
thks for help.
bertrand