Skip to main content

All Questions

Tagged with
2 votes
0 answers
345 views

Windows PortProxy Issue After restart PC

I am using Windows, and problems occur on some PCs regardless of the OS. I added proxy information through: netsh interface add ... and it applied successfully and connected successfully. I checked ...
KwangHyeonKim's user avatar
0 votes
0 answers
64 views

Port forwarding cyclic rules

I am trying to use netsh command to port forward some ports so that I can redirect traffic from devices on my LAN to applications running locally. I have setup port forwarding via netsh netsh ...
de5tro's user avatar
  • 1
1 vote
2 answers
3k views

Access server hosted on 127.0.0.1 within Guest OS from the Host OS in VirtualBox

I have a ColdFusion server that launches on 127.0.0.1:WXYZ within a virtual machine on VirtualBox. I need to be able to access the server from my Host OS. I have tried using a Bridged adapter as well ...
Michael Pulis's user avatar
0 votes
1 answer
1k views

Local port forwarding - macOs Big Sur

I need to forward all traffic going to 127.0.0.1:5432 to 192.168.1.103:543 on macOS Big Sur. Similar command on Windows is netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=5432 ...
JaSHin's user avatar
  • 101
2 votes
1 answer
380 views

Internet Connection Sharing + Port Forwarding range

I'm using Internet Connection Sharing from a Windows 10 computer in order to give a device internet connection and would like to use port forwarding from this connection as well but I need to add a ...
John Doe's user avatar
3 votes
0 answers
1k views

Is netsh based forwarding to 127.0.0.1 possible at all?

I've been trying to get netsh forward a port on the lan interface to another port on 127.0.0.1 The reason for this is that I need external machines to ssh into my vagrant virtual machine and I don't ...
mahonya's user avatar
  • 131