You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use the RSMB on virtualbox (Ubuntu as guest & windows as host because I couldn't run it with cygwin). When configuring the broker as mentioned by the tutorial, I keep getting "connect for bridge local_bridge_to_mosquitto address 127.0.0.1:1888 failed with TCP error code111"
Am I getting this error because I am using a virtual machine?
I would be grateful if someone can explain to me how to set the IP addresses in the configuration or give me a hint how to solve this.
Thanks in advance
The configuration file currently:
#to trace the output
trace_output protocol
Hello, I am trying to use the RSMB on virtualbox (Ubuntu as guest & windows as host because I couldn't run it with cygwin). When configuring the broker as mentioned by the tutorial, I keep getting "connect for bridge local_bridge_to_mosquitto address 127.0.0.1:1888 failed with TCP error code111"
Am I getting this error because I am using a virtual machine?
I would be grateful if someone can explain to me how to set the IP addresses in the configuration or give me a hint how to solve this.
Thanks in advance
The configuration file currently:
#to trace the output
trace_output protocol
#normal MQTT listener
listener 1887 INADDR_ANY mqtt
#MQTT-SN listener
listener 1886 INADDR_ANY mqtts
#MQTT-S outgoing local bridge
connection local_bridge_to_mosquitto
address 127.0.0.1:1888
topic #out
#MQTT-S outgoing remote bridge
connection remote_bridge_to_mosquitto
address 192.168.1.104:1889
topic #out
The text was updated successfully, but these errors were encountered: