[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Netstat -What is this reading?
- Subject: RE: [cobalt-users] Netstat -What is this reading?
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Fri Sep 20 13:03:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: William J.A. Brillinger
Sent: Friday, September 20, 2002 3:42 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: RE: [cobalt-users] Netstat -What is this reading?
At 03:24 PM 20/09/02 -0400, you wrote:
> > It means your server is listening on ports 1 and 6;
> > do a netstat -tupan
> > and it will tell you who (process) is listening.
>
>Thanks for the info Gerald, I tried a netstat -tupan and it only lists the
>usual stuff that should be there, when I run netstat -pln again it still
>shows:
>
>raw 0 0 0.0.0.0:1 0.0.0.0:*
> 7 -
>raw 0 0 0.0.0.0:6 0.0.0.0:*
> 7 -
>
>This weirds me out...
>
>-Brad
I have it too: (netstat -an)
[root /root]# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 xx.xx.xxx.xx:80 152.163.189.71:34718
ESTABLISHED
tcp 0 0 xx.xx.xxx.xx:80 152.163.188.66:35407
ESTABLISHED
tcp 0 156 xx.xx.xxx.xx:22 142.161.213.185:1278
ESTABLISHED
tcp 0 0 xx.xx.xxx.xx:110 216.130.79.102:2127
TIME_WAIT
tcp 0 0 xx.xx.xxx.xx:110 216.130.79.102:2126
TIME_WAIT
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 xx.xx.xxx.xx:443 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:444 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:21 0.0.0.0:* LISTEN
raw 0 0 0.0.0.0:1 0.0.0.0:* 7
raw 0 0 0.0.0.0:6 0.0.0.0:* 7
-------------
Are you sure your lines aren't being truncated?
Try "netstat -tupan|less"