From owner-freebsd-questions Wed Aug 1 10:36:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nsu.ru (b.ns.ssc.nsu.ru [193.124.215.221]) by hub.freebsd.org (Postfix) with ESMTP id 83E6237B401 for ; Wed, 1 Aug 2001 10:36:30 -0700 (PDT) (envelope-from lucky@land3.nsu.ru) Received: from land3.nsu.ru ([193.124.213.230]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 15Rzv1-0006Es-00 for freebsd-questions@FreeBSD.ORG; Thu, 02 Aug 2001 00:36:27 +0700 Received: from localhost (lucky@localhost) by land3.nsu.ru (8.11.4/8.11.4) with ESMTP id f71HaO101204 for ; Thu, 2 Aug 2001 00:36:24 +0700 (NOVST) (envelope-from lucky@land3.nsu.ru) Date: Thu, 2 Aug 2001 00:36:23 +0700 (NOVST) From: Alexey Privalov To: freebsd-questions@FreeBSD.ORG Subject: netstat & listneing ports In-Reply-To: <3B6838CF.34C7C1F4@i-clue.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi. when i run `netstat -an` then i see: ..... tcp4 0 0 *.22 *.* LISTEN tcp4 0 0 *.25 *.* LISTEN tcp4 0 0 127.0.0.1.53 *.* LISTEN udp4 0 0 127.0.0.1.1614 *.* udp4 0 0 127.0.0.1.1115 *.* udp4 0 0 127.0.0.1.1064 *.* udp4 0 0 127.0.0.1.1056 *.* udp4 0 0 *.518 *.* udp4 0 0 127.0.0.1.53 *.* udp4 0 0 *.514 *.* udp4 0 0 *.* *.* .... some of it i know.. but how about 1614, 1115, 1064, 1056? i didn`t run daemons which would be used any port from previous line... when i set to YES log_in_vain options i have many message in /var/log/message like this: Aug 2 00:20:02 land3 /kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:2221 Aug 2 00:20:02 land3 /kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:2222 Aug 2 00:20:02 land3 /kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:2223 Aug 2 00:20:03 land3 /kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:2224 Aug 2 00:20:03 land3 /kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:2225 Aug 2 00:20:03 land3 /kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:2226 can anybody say me what i must read that it will be ok? thanks for all.. /lucky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message