Date: Thu, 21 Sep 1995 19:14:57 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: piero@strider.ibenet.it Cc: terry@lambert.org, Hackers@FreeBSD.ORG Subject: Re: port tcp/1025 ? Message-ID: <199509220214.TAA27475@phaeton.artisoft.com> In-Reply-To: <199509220127.DAA00805@strider.ibenet.it> from "Piero Serini" at Sep 22, 95 03:27:29 am
next in thread | previous in thread | raw e-mail | index | archive | help
> Quoting from Terry Lambert (Fri Sep 22 03:18:22 1995): > > > > > Is there anyone who knows what could listen on port tcp 1025 in > > > a FBSD 1.1.5.1 system? > > > > Anything that opened it and issues a listen. > > Thanks :) > > > I'd suggest an FTP data connection? > > No ftp either incoming or outgoing. Any other ideas? Network blackjack? 8-). Seriously, any use of socket() will result in ports starting at 1025 and going up. You need to get the lsof port for more info as to who exactly holds the fd that goes to that socket. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509220214.TAA27475>