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

Re: [cobalt-users] ipchains/GUI help



On Thu, 21 Jun 2001, Carrie Bartkowiak wrote:

> > The GUI is on Port 81.
> 
> Hmmm. I've got port 81 open as well, for SSL connections - so that's
> 443 and 81 open - gotta be another one somewhere (of course I have the
> normal port 80 as well). Maybe a spawned process opening a port that's
> not allowed or something?
> 
> CarrieB

Carrie Hon, that's the third time I'm giving you this command, please
write it down! :-)

netstat -plt | grep httpd

you'll see https(443) www(80) 81 snpp(444 according to /etc/services)

the 444 is running from the same process as the 81 is running, that means
the admserv. I have no idea why it listens on that port, all I know is
that I never saw the GUI connecting to it.

- shimi, the netstat mentor :P