Well if all that you are looking for is to find out if there is something
listening on a particular port, I would suggest nmap
(www.insecure.org/nmap) it is a port scanner, once you download, and install
/ compile it you would use this syntax  nmap 192.168.0.1 [Substitute your IP
address here] -p 8080[substitute your port here]

> -----Original Message-----
> From: Ray Olszewski [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 24, 2000 12:35 PM
> To:   Carl Lawton; Linux-Newbie Mailing List (E-mail)
> Subject:      Re: How to find if port is listening
> 
> Add ing to /etc/services is not enough -- that file just provides some
> translation information to other programs (mainly inetd and portmap). You
> need to run a daemon that actually listens on that port. the inetd
> superserver and the portmap redirerctor are the two general-purpose
> daemons
> for this, or you can run a port-specific daemon on port 1964 (much as smtp
> and http commonly run directly on ports 25 and 80).
> 
> Without knowing what "crlserver" is, I can't suggest which approach would
> be
> better.
> 
> At 12:41 PM 1/24/00 -0000, Carl Lawton wrote:
> >
> >I am running RH6.0 and can't figure out how to
> >see if a port i have added to /etc/services is listening
> >
> >I have added:
> >
> >crlserver    1964/tcp                        # crl listener
> [rest deleted]
> ------------------------------------"Never tell me the odds!"---
> Ray Olszewski                                        -- Han Solo
> Palo Alto, CA                                  [EMAIL PROTECTED]        
> ----------------------------------------------------------------

Reply via email to