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 :-) -- Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
