Advertisement
willysec_id

Allow LAN Port on Windows

Sep 10th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | Source Code | 0 0
  1. //Open cmd --> paste command --> edit the port according to your needs --> enter
  2. netsh interface portproxy add v4tov4 listenport=1883 listenaddress=192.168.1.252 connectport=1883 connectaddress=127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement