You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It just needs to make a request on each port (in this case combination of 3 ports). I'm using Netcat in the example but I could also do it by making a http request to each port using a web browser. It just needs to make the requests on each port which my firewall can see so it opens the port for the phones IP address.
I really like this method, because as I said it allows me to not have to directly expose my MQTT server to the internet which drastically reduces the chances of it getting hacked.
Can we please have support for port knocking prior to establishing a connection to an MQTT server?
Eg, knock ports 1, 2, 3 then establish the MQTT connection.
Also it would need to re-knock the ports when re-establishing a connection if it drops out.
This would let me not directly expose my MQTT server to the internet.
Thanks
The text was updated successfully, but these errors were encountered: