MQTT Engine is not connecting

Regarding MQTT Engine connectivity,

Am using MQTT fx to publish data to Ignition. If am using broker address as 'localhost' it's working fine. Instead of localhost trying with IP address not working even broker is not connecting. Ignition and MQTT fx on same system.

Getting attached error.


What MQTT broker are you using? You may need to check the configuration of the broker to see what IP(s) it is bound to. If it's only bound to 127.0.0.1 or localhost, then using any other IP won't work. Change this to 0.0.0.0 for binding and it should allow connections to any IP on the system.

Second thing to check would be your firewall.