I need to forward all requests on port 200 to localhost:8080.
Here is what I tried, but I need more direction actually getting it to work. If there is a more obvious way (firewall?, browser's proxy settings?) please say.
- netsh as admin
This did not work for me (requests to :200 time out) whether I usenetsh interface portproxy add v4tov4 listenaddress=+ listenport=200 connectaddress=127.0.0.1 connectport=8080 protocol=tcp
*
or+
as listenaddress. - Local proxy.
Many options exist, but cannot find docs that deal with port forwarding for any of them. Spent lots of time with Acrylic but my experiments all failed. Pointers to docs or actual rules would help loads. - Browser Plugins.
I am sure there are some, but cannot find any. Installed uMatrix and spent an hour understanding its rules before realizing that it cannot do this at all. - External Port Forwarding, with the router or Pi-Hole.
I don't have piHole, and am using a no-name router provided and locked by my local ISP. I could probably ask them to open it, but is that worth pursuing? - VPN software.
I would guess that there is VPN software that has routing options. Not sure, and wouldn't know where to start.
Please advise!