MQTT: Can ping server and client machine, but can't connect to broker
问题 I have a laptop with a NodeJS client that should connect to an MQTT broker on an Ubuntu PC. The broker is running with TCP port 1883 and websocket port 9883. But when I run the client, it does not see the broker - only if I run the client program on the same PC the broker is on, it connects. This used to work before. I changed a few things about the network interfaces but reverted everything - so I have no idea what might be causing this. I added an alias for one of the eth interfaces, but