inetd / xinetd not working under cygwin
- by Zimmy-DUB-Zongy-Zong-DUBBY
I am trying to use xinetd (or inetd) with netcat to act as a TCP proxy. This setup works on Linux without issue.
Under Cygwin, either as a service or from the a Cygwin command line, the (x)inetd fails to open netcat, with the error "no such file or directory".
I have tried specifying /usr/bin/nc, /usr/bin/nc.exe,…