I ran that and here is what I get:
/tmp# netstat -anp|grep 161.69.201.237
(Not all processes could be identified, non-owned process info
  will not be shown, you would have to be root to see it all.)
tcp        0      0 
my_machines_ip_here:4156     161.69.201.237:20       ESTABLISHED 
26481/perl
tcp      128      0 
my_machines_ip_here:4154     161.69.201.237:21       CLOSE       26481/perl 


I presume that the 26481/perl is a perl script with the process Id of 
26481.  I killed that process id and it now does not show up in the 
netstat.  I checked the file and it is the correct file (McAfee's 
autoupdate program that goes with MailScanner).  Apparently it was just 
stuck trying to connect to that server.

Thanks
Steve

At 08:49 PM 9/24/2002 -0500, you wrote:
>On Tue, 2002-09-24 at 20:00, Steve Buehler wrote:
> > Can anybody point me to a list of ports would be used on a linux based
> > system.  I have a weird one showing up on a netstat report:
> >
> > /etc# netstat -na | grep 161.69.201.237
> > tcp        0      0
> > my_machines_ip_here:4156     161.69.201.237:20       ESTABLISHED
> > tcp      128      0
> > my_machines_ip_here:4154     161.69.201.237:21       CLOSE
> >
>
>given that the remote side is on ports 20 and 21 I would guess that this
>is an ftp transfer
>
>try netstat -anp  it should list the program name too
>
>Bret



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
ow3



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to