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

RE: [cobalt-users] Netstat -What is this reading?



> 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