Background
I need to move old Win10 machine that is running my LAN broker to a place with no wire connection so enabled WiFi on it, removed ethernet cable - changed reservation in my router to swap IP over to WiFI MAC address - computer works fine - no NR MQTT node can connect to it
Ignoring that problem - Long term , I've really just wanted to setup mosquitto on new machine and get all my NR instances using that instead so I may as well do that now
I reckon I can manually edit my flows .json files on all my instances and just change
Ps, just in case you weren't aware, you have to enter settings in mosquitto conf file to permit connection from other computers across your Lan (v2 mosquitto defaults to only permitting localhost connectivity for security reasons).
After a break I resumed the battle against original fault and found that although computer said firewall was off on the Wifi, the public one setting was turned on - once I turned it off - everything sprung back into life
On a linux system it is better not to modify the main conf file (as that may get overwritten during an upgrade). Instead you can add a conf file to the directory /etc/mosquitto/conf.d which overrides settings in the main one. So I add a file /etc/mosquitto/conf.d/mossy.conf containing