I’m running an MQTT broker on a gcloud compute instance and am considering using remote.it to allow clients to connect to the broker from anywhere with an internet connection. However, clients may change IP addresses when they’re disconnected and moved, and I believe that IP restrictions would prevent them from reconnecting.
I see a “Make Public” option to disable IP restriction, but there’s a note that IP restriction will remain off for the duration of the connection. Would this prevent a device from connecting after it’s unplugged and powered on at another IP?