Tag Archives: port

TCP Traffic Redirection on Windows

A very nifty tool, called RINETD. Redirects TCP connections from one IP address and port to another. rinetd is a single-process server which handles any number of connections to the address/port pairs specified in the configfile. How to use it … Continue reading

Posted in windows | Tagged , , , | 1 Comment

“The service could not bind instance 1. The data is the error code.”

Update: this article talks about SMTP service throwing the error, but it is applicable to any possible service. In short; you’re trying to start a service on a port, on which another service is already running. Ready on for more … Continue reading

Posted in windows | Tagged , , , | 1 Comment