Hi,

> On Fri, Oct 10, 2008 at 01:09:30PM +0530, vivek chal wrote:
> > hi !
> > 
> > port 10000/tcp is not listed in my /etc/services then how to open it?
> 
> /etc/services is just a table to give a service a name
> (getservbyname() ). I don't know what service is running behind port
> 10000 at that site but your example showed that you can connect to 
> the service. You just have to know what protocol is run by the 
> service behind it. And actually, I'm wondering what your question 
> has got to do with this list :-)

By default port 10000 is used by Webmin, 20000 used by usermin.

http://www.webmin.com

Check to see it's running by:

# ps ax|grep miniserv

Regards,

Michael.

Reply via email to