A while ago I asked about how to get MQTT running on a machine locally.
Normally the machine is connected to a network and has an IP address.
All worked (don't get ahead of me) but then one day it wasn't and it didn't work.
I then realised the IP number I assigned was the 192.
one when I should have set it as 127.0.0.x
Here's a new problem as it has presented itself to me.
I want to keep the local 127.0.0.x
MQTT so local stuff stays local.
BUT!
Also have it so when it is on the network, it also has its 192.x
address which is bridged (right word?) to the 127.x
network.
Is that clear?
(Try 2)
The normal MQTT
for my network is working.
Now, this other machine has a local MQTT
running because it does stuff via MQTT locally and I don't want/need this to be on the bigger network.
I want this other machine to also be a broker which is visible to the bigger network also, but maintain it's local structure as well.
Or would it be easier to just make the broker on that machine use the bigger network's IP address?