[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: inetd mit 29 netcats?



Am 03.05.2010 09:47, schrieb Heiko Schlittermann:
Andre Bischof<a.bischof@gmx.net>  (Mo 03 Mai 2010 09:17:04 CEST):
Hallo,

warum macht mein inetd das:
|-inetd
   |   |-nc -w 3 localhost 22
(nc 29 mal)

Weil es in der (x)inetd.conf so konfiguriert ist?

Hm,

root@linux:/etc# grep -v "#" inetd.conf

443   stream tcp nowait nobody /bin/nc /bin/nc -w 3 localhost 22
ident stream tcp wait identd /usr/sbin/identd identd
saft    stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/sendfiled

Die erste Zeile scheint dazu zu passen, aber warum 29mal - baut da was 29 Verbindungen auf?

Vielleicht hilft:
root@linux:/etc# netstat -tulpen |grep 443
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 0 7741 3285/inetd

Anyway, muss ich mir Sorgen machen oder kann ich das ignorieren?

Andre


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Reply to: