| TCPRelay User guide | Version 1.7 |
||
User guide |
| Installation | ||
| Put TCPRelay.exe where you want,
for example in the WINNT directory. Type in "TCPRelay.exe -install" and this is it, installation complete. To remove TCPRelay type in "TCPRelay.exe -remove". This program does not require special DLL. If you do an upgrade from a previous version, stop the service, close Event Viewer, replace TCPRelay.exe with the new version and start the service. We chose this minimalist installation scheme because we are sure you don't like to start heavy blind installation program on your production park. You certainly have in mind "I hope it will not upgrade a DLL that is incompatible with existing programs !" |
||
| Platforms | ||
| TCPRelay is a Windows NT 3.51/4.0/2000 service that works on Server and Workstation. | ||
| Starting and stopping | ||
|
Service name is "TCP Relay". Start it in the service manager
program. Service short name is tcprelay, use it with net start and stop command. net start tcprelay net stop tcprelay |
||
| Parameters | ||
| All parameters are in the
registry at HKEY_LOCAL_MACHINE\Software\XTWare\TCPRelay See a sample here. TraceLevel (dword) You can create as meany profile as you want. To create a profile add a new key from TCPRelay. For example HKEY_LOCAL_MACHINE\Software\XTWare\TCPRelay\NNTP Destination (string) mandatory
Local (string) facultative
Denied (string) facultative
Authorized (string) facultative
|
||
| Example | ||
| REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\XTWare\TCPRelay] "Installed"=dword:00000001 "TraceLevel"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\XTWare\TCPRelay\NNTP] "Destination"="192.168.5.11:nntp" "Local"=":nntp" "Denied"="192.168.4.*;192.167.*.*" |
||
| Version history | ||
|
||