Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mosquitto » making mqtt bridge doesnt work (testing simple most basic mqtt bridge)
making mqtt bridge doesnt work [message #1863491] Mon, 05 February 2024 19:11 Go to next message
uzi golan is currently offline uzi golanFriend
Messages: 2
Registered: February 2024
Junior Member
Hi All

i am testing the most basic mqtt bridge configuration

using latest docker mosquitto version 2.0.18

the local mqtt broker config is
listener 1883
allow_anonymous true
connection remote-mqtt
address 172.19.178.106:1883
topic # both 0


remote mqtt broker config is

listener 1883
allow_anonymous true


when running both containers and sub to remote i cant see the topic messages

when sub to local i see the topic messages

Note : i am sub to #

what can be the problem ?

thanks in advance

[Updated on: Tue, 06 February 2024 07:43]

Report message to a moderator

Re: making mqtt bridge doesnt work [message #1863498 is a reply to message #1863491] Tue, 06 February 2024 13:44 Go to previous message
uzi golan is currently offline uzi golanFriend
Messages: 2
Registered: February 2024
Junior Member
i found the problem i have added in docker daemon.json

 "iptables": false,


it disable the ability to access the host network from default docker network

now all is working
Previous Topic:closed noob mosquitto installation on armbian question
Next Topic:mqtt bridge reconnects every two minutes with a server broker
Goto Forum:
  


Current Time: Thu May 02 21:41:37 GMT 2024

Powered by FUDForum. Page generated in 0.02754 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top