[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] /tmp/-v ?
- Subject: Re: [cobalt-security] /tmp/-v ?
 
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
 
- Date: Tue, 29 May 2001 08:24:43 -0400
 
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
 
> clearly the second port isn't used. (444)
> my raq doesn't listen to that port at all, and to tell you
the truth I
> have no idea why should it... https:// with no port goes
to 443. to get to
> 444 you'll need to type that manually, and :81 already
does that. perhaps
> it's different in raq3 than other raqs, but for the best
of my
> understandment, they all connect to port 81...
>
Output from my RaQ4 (netstat -lnp)
tcp   0   0  0.0.0.0:22      0.0.0.0:*    LISTEN
21598/sshd
tcp   0   0  1.2.3.4:443    0.0.0.0:*    LISTEN
28100/httpd
tcp   0   0  0.0.0.0:25      0.0.0.0:*    LISTEN
28287/sendmail: acc
tcp   0   0  0.0.0.0:80      0.0.0.0:*    LISTEN
28100/httpd
tcp   0   0  0.0.0.0:81      0.0.0.0:*    LISTEN
2723/httpd
tcp   0   0  0.0.0.0:444    0.0.0.0:*    LISTEN   2723/httpd
The 1.2.3.4 is the servers IP address.
Clearly shows that 80,443,81, and 444 are open.
Gerald