On Mon, 28 Aug 2000, Will Dye wrote:

> Signal 11 core-dumped:
> 
> > I would consult /etc/services 
> 
> More specifically:
> 
>       1) Does Windows have the equivalent of /etc/services?  
> 
>       2) Can we truly rely on a grep of the local /etc/services 
>       to provide a comprehensive list?  If other machines (like 
>       the local firewall) are involved, can we programmatically 
>       find and grep them?  What else should we consult?

/etc/services does not include anything special running on a machine,
like Freenet :-)

What is wrong with this:

unclad:www {281} netstat -an |grep LISTEN
tcp4       0      0  212.238.105.241.53     *.*
LISTEN
tcp4       0      0  127.0.0.1.53           *.*
LISTEN
tcp4       0      0  10.0.0.10.53           *.*
LISTEN
tcp4       0      0  *.587                  *.*
LISTEN
tcp4       0      0  *.25                   *.*
LISTEN
tcp4       0      0  *.6000                 *.*
LISTEN
tcp4       0      0  *.80                   *.*
LISTEN
tcp4       0      0  *.1080                 *.*
LISTEN
tcp4       0      0  *.79                   *.*
LISTEN
tcp4       0      0  *.513                  *.*
LISTEN
tcp4       0      0  *.514                  *.*
LISTEN
tcp4       0      0  *.23                   *.*
LISTEN
tcp4       0      0  *.21                   *.*
LISTEN
tcp4       0      0  *.1022                 *.*
LISTEN
tcp4       0      0  *.2049                 *.*
LISTEN
tcp4       0      0  *.1023                 *.*
LISTEN
tcp4       0      0  *.111                  *.*
LISTEN


--
Marc Schneiders ------- Venster - http://www.venster.nl 
|marc at venster.nl - marc at bijt.net - marc at schneiders.org|

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to