PortProxy

PortProxy 95 -- the Windows 95 version -- running in the system tray using Wine on Novell openSUSE 10.2. PortProxy is the icon closest to the right, next to the clock
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. Responses from the server begin with either a plus sign (+) for a positive response or a minus sign (-) for a negative response, similar to DirList Server's protocol.
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) |