Hi,
I rectify my precedent post
============================
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…
my configuration is
mode : NETWORK SERVER
Upstream Port => 1780
Downstream Port => 1782
App Port Up => 1784
App Port Down => 1786
payload broker
enabled
127.0.0.1
1883
=============
nestat -npul  gives
tcp        0      0 0.0.0.0:1880           LISTEN      1671/stunnel
tcp        0      0 127.0.0.1:1881         LISTEN      1587/node-red
tcp        0      0 127.0.0.1:1882         LISTEN      655/lighttpd
tcp        0      0 127.0.0.1:1883         LISTEN      698/mosquitto
udp        0      0 127.0.0.1:1780         13571/lora-network-
udp        0      0 127.0.0.1:1782         13571/lora-network-
udp        0      0 127.0.0.1:1786         13571/lora-network-
not port 1784 for App Port Up is present.
is not normal ? is it the reason of the problem
thks.