>
>
> netstat listet nur vorhandene Verbindungen.
> wenn nichts auf por 80 zugreift wird netstat auch nichts anzeigen.
> Da w�re ein Portscan (nmap z.B.) sinvoller.
> netstat f�rt hier nur in die Irre ;)
>
> gruss
> Sebastian
>
Hallo Sebastian,
das stimmt so nicht ganz, mit entsprechenden Schaltern (-an) siehst du auch
die LISTEN connections...
MfG,
Simmel
OHNE -AN
---------------
homer:~# netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 homer.anymo:netbios-ssn 192.168.0.7:1059
ESTABLISHED
tcp 0 0 homer.anymo:netbios-ssn 192.168.0.120:2297
ESTABLISHED
tcp 0 0 homer.anymo:netbios-ssn 192.168.0.121:1026
ESTABLISHED
tcp 0 164 homer.anymotion.de:ssh 192.168.0.136:1350
ESTABLISHED
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
unix 6 [ ] DGRAM 238 /dev/log
unix 2 [ ] DGRAM 252318
unix 2 [ ] DGRAM 482
unix 2 [ ] DGRAM 480
unix 2 [ ] DGRAM 273
MIT -AN
------------
homer:~# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:37 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:13 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.15:139 192.168.0.7:1059
ESTABLISHED
tcp 0 0 192.168.0.15:139 192.168.0.120:2297
ESTABLISHED
tcp 0 0 192.168.0.15:139 192.168.0.121:1026
ESTABLISHED
tcp 0 180 192.168.0.15:22 192.168.0.136:1350
ESTABLISHED
udp 0 0 0.0.0.0:32768 0.0.0.0:*
udp 0 0 127.0.0.1:32775 0.0.0.0:*
udp 0 0 192.168.0.15:137 0.0.0.0:*
udp 0 0 0.0.0.0:137 0.0.0.0:*
udp 0 0 0.0.0.0:9 0.0.0.0:*
udp 0 0 192.168.0.15:138 0.0.0.0:*
udp 0 0 0.0.0.0:138 0.0.0.0:*
udp 0 0 0.0.0.0:789 0.0.0.0:*
udp 0 0 127.0.0.1:55086 0.0.0.0:*
udp 0 0 127.0.0.1:54995 0.0.0.0:*
udp 0 0 0.0.0.0:111 0.0.0.0:*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 6 [ ] DGRAM 238 /dev/log
unix 2 [ ACC ] STREAM LISTENING 252319 /dev/printer
unix 2 [ ] DGRAM 252318
unix 2 [ ] DGRAM 482
unix 2 [ ] DGRAM 480
unix 2 [ ] DGRAM 273
--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de"
unsubscribe-Anfragen an [EMAIL PROTECTED]
sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------