PortProxy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
PortProxy stores its configuration in the <code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PortProxy\Parameters</code> [http://en.wikipedia.org/wiki/Windows_Registry registry] key. It can be dynamically configured using a command line interface via a localhost [http://en.wikipedia.org/wiki/Telnet telnet] connection to port 256. | PortProxy stores its configuration in the <code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PortProxy\Parameters</code> [http://en.wikipedia.org/wiki/Windows_Registry registry] key. It can be dynamically configured using a command line interface via a localhost [http://en.wikipedia.org/wiki/Telnet telnet] connection to port 256. | ||
When connected to the configuration command line interface, the following commands can be used | When connected to the configuration command line interface, the following commands can be used. Each command is terminated with a newline character. | ||
{|class="sortable" border="1" | {|class="sortable" border="1" | ||
!Command | !Command |
Revision as of 04:02, 15 October 2007
PortProxy is a TCP connection forwarding service that I wrote in college so that I could run servers from behind a firewall. When I put Linux onto resnet.bryant.edu, I no longer needed this program, but it's still cool if you are running Windows. I also wrote a version that runs as a system tray application in Windows 95.
Download
Configuration
PortProxy stores its configuration in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PortProxy\Parameters
registry key. It can be dynamically configured using a command line interface via a localhost telnet connection to port 256.
When connected to the configuration command line interface, the following commands can be used. Each command is terminated with a newline character.
Command | Parameters | Meaning |
---|---|---|
+ | port intaddr intport 6 | Adds a forwarded port
|
- | port | Removes a forwarded port
|
s | port | Returns whether or not the given local port is being forwarded by PortProxy
|
t | port | Tests a local port for use by PortProxy or another application
|
x | Closes PortProxy | |
n | No operation (no-op) |