Date: Tue, 4 May 1999 00:25:51 -0400 (EDT) From: Joe Orthoefer <orthoefe@gte.net> To: Lucky Green <shamrock@adsl.cypherpunks.to> Cc: freebsd-questions@freebsd.org Subject: Re: Mystery service on port 139 Message-ID: <Pine.BSF.3.96.990504001832.1000A-100000@localhost> In-Reply-To: <Pine.BSF.4.05.9905031941570.9328-100000@adsl.cypherpunks.to>
next in thread | previous in thread | raw e-mail | index | archive | help
It's possible that inetd is listening on that port. Check inetd.conf. Is that udp or tcp? Pull lsof out of the ports tree and run it on the host in question, looking for network associated open file descriptors. Fstat will also show open file descriptors, including network associated ones, but its kind of hard to associate the numbers it prints with the port numbers being listened on. On Mon, 3 May 1999, Lucky Green wrote: > A port scan shows some service running on my 3.1 machine at port 139. I am > told 139 is the netbios name service port. I am not running samba. > This is a very stripped-down box that only runs sshd and nat. Does > anybody here have some idea how to determine what process is listening on > this port?. > > Thanks, > --Lucky > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990504001832.1000A-100000>