On 24.06.2005, at 13:36, Marius Van Deventer - Umzimkulu wrote:
I am not sure I understand correctly, are you trying to set up netcat (nc)?
No. I try to setup a service I then try to connect with nc or another tool.
netstat stream tcp nowait root /usr/bin/netstat netstat -natafinet
this line in inetd.conf doesn't work. It should send the output via port 9999. Unfortunatly it doesn't.
I try the following /etc/services netstat 9999/tcp /etc/inetd netstat stream tcp nowait root /usr/bin/netstat netstat -natafinet $ nc localhost 9999 but I can get any result. then i tried starting inetd -d to get some infos where the problem could be, but no result. My question is how to get this work or how to debug.