Date: Thu, 08 Apr 1999 13:00:21 -0400 From: Mike Tancsa <mike@sentex.net> To: Daren Sefcik <daren@sefcik.cc>, freebsd-stable@FreeBSD.ORG Subject: Re: netstat & blackjack Message-ID: <3.0.5.32.19990408130021.00bd6360@staff.sentex.ca> In-Reply-To: <Pine.BSF.4.05.9904081001360.62622-100000@cx757770-a.fed1.s dca.home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At 10:03 AM 4/8/99 -0700, Daren Sefcik wrote: > >When I run netstat I get output with a couple of lines that say: > >tcp 0 0 localhost.blackjack localhost.1026 >ESTABLISHED >tcp 0 0 localhost.1026 localhost.blackjack >ESTABLISHED > > >can anybody tell me what this is..?? Something on your computer is connected to port 1025... web# grep ^blackj /etc/services blackjack 1025/tcp #network blackjack blackjack 1025/udp #network blackjack Are you playing network blackjack by chance ? ;-) Or, if you are not, use lsof to find out which process is bound to that port. ---Mike ------------------------------------------------------------------------ Mike Tancsa, tel 01.519.651.3400 Network Administrator, mike@sentex.net Sentex Communications www.sentex.net Cambridge, Ontario Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19990408130021.00bd6360>