From owner-freebsd-questions Wed Aug 1 11:12:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp1.mastery.ca (ptr-207-54-105-70.ptr.terago.ca [207.54.105.70]) by hub.freebsd.org (Postfix) with ESMTP id 63E4A37B405 for ; Wed, 1 Aug 2001 11:12:46 -0700 (PDT) (envelope-from rmasse@mastery.ca) Received: from 78kw954 (ptr-207-54-105-65.ptr.terago.ca [207.54.105.65]) (authenticated) by comp1.mastery.ca (8.11.3/8.11.1) with ESMTP id f71IBht00688; Wed, 1 Aug 2001 14:11:47 -0400 (EDT) (envelope-from rmasse@mastery.ca) Message-ID: <001001c11ab5$6d587140$3201000a@Intranet> From: "Ryan Masse" To: "Alexey Privalov" Cc: "FreeBSD-Questions" References: Subject: Re: netstat & listneing ports Date: Wed, 1 Aug 2001 14:11:42 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 512 is exec() i beleive; you could do a search in /etc/services and look for the below port#s Ryan > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message