Mosquitto MQTT Broker Netsh Port Forwarding from Wireless LAN IP/Port to Local IP/Port

1 year ago
55

Want to access your Mosquitto MQTT Broker from anywhere in your Local Area Network? With Netsh port forwarding, it's easy!

Simply run the following command in your command prompt as an administrator:

netsh interface portproxy add v4tov4 listenport=1883 listenaddress=xxx.xxx.xx.xx connectport=1883 connectaddress=127.0.0.1`

This command will forward traffic from your Wireless LAN IP (xxx.xxx.xx.xx) on port 1883 to your local IP address (127.0.0.1) on port 1883, so you can access your Mosquitto MQTT Broker from anywhere in your LAN.

Read Complete blog here: https://fusion-automate.super.site/blog/netsh-port-forwarding-from-local-port-to-local-port

#MosquittoMQTTBroker #NetshPortForwarding #LocalAreaNetwork

------------------------------------------------------------
🌐Website : https://fusion-automate.super.site/
💬Telegram: https://t.me/PYLIN
📢Join this channel to get access to perks: https://www.youtube.com/channel/UCKKhdFV0q8CV5vWUDfiDfTw/join
------------------------------------------------------------

Loading comments...