Aeonserv
     Links   


Handy Links
Home
C# and VB.NET Comparison
RGB TO HEX Conversion
Privacy Policy

     Topics   
Networking
Programming
Sharepoint (MOSS)
SSIS

     Tutorial   
Learn @ IT Jungles


   TcpTrace  
 
Tuesday, March 24 2009 @ 01:13 AM MDT
Contributed by: admin
Views:: 1,612

TcpTrace server a tunnel between the client and the server. It monitor the traffic back and and forth between this tunnel. Start tcptrace.exe and up comes a dialog box asking for local port #, destination server, and destination port # (Ignore the logging options for now) Fill these in, click Ok.

Local Port #         8080
Destination Server   www.razorsoft.net
Destination Port #   80

Now configure your client so that it thinks the server is at localhost:8080. tcpTrace will forward all the traffic from localport:8080 to the remote server (and vica versa), dumping the contents in the process. If you are hosting a server say on port 80 and want to use it, then change your server to run on port 81, and setup

Local Port #         80
Destination Server   localhost
Destination Port #   81
For more info visit pocketsoap.


Download File Name: TcpTrace
Download Size: 111 KB
Download File Now TcpTrace
Related Download: proxyTrace