From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 20:31:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B0A16A4B3 for ; Thu, 18 Sep 2003 20:31:42 -0700 (PDT) Received: from p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp (p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp [220.111.132.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F7143FBD for ; Thu, 18 Sep 2003 20:31:41 -0700 (PDT) (envelope-from lukek@meibin.net) Received: (qmail 47909 invoked by uid 89); 19 Sep 2003 03:31:21 -0000 Received: from unknown (HELO MAGOME) (192.168.10.35) by 192.168.20.5 with SMTP; 19 Sep 2003 03:31:21 -0000 Message-ID: <002601c37e5d$b86e98e0$230aa8c0@MAGOME> From: "Luke Kearney" To: "dick hoogendijk" , References: <20030918110109.GA32359@lothlorien.nagual.st><5.2.0.9.2.20030918070931.021d21b0@mail.sri-software.com> <20030918152429.5bea7d52.dick@nagual.st> Date: Fri, 19 Sep 2003 12:25:43 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: netstat options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 03:31:43 -0000 man netstat is your friend. try netstart -na |grep LISTEN or netstart -na |grep ESTABLISHED HTH ----- Original Message ----- From: "dick hoogendijk" To: Sent: Thursday, September 18, 2003 10:24 PM Subject: Re: netstat options > On Thu, 18 Sep 2003 07:10:24 -0500 > Peter Elsner wrote: > > > You're probably getting the connection refused because you didn't > > enable telnet in /etc/inetd.conf. > > > > It's turned off by default. Has nothing to do with netstat. > > > > Peter Elsner > > > > > > At 01:01 PM 9/18/2003 +0200, you wrote: > > >I want a kind of list you get with (linux) "netstat -atun" > > > > > >Active Internet connections (servers and established) > > >Proto Recv-Q Send-Q Local Address Foreign Address State > > >tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN > > >tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN > > >tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN > > >tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN > > >tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN > > >tcp 0 0 0.0.0.0:37 0.0.0.0:* LISTEN > > > > > >I'm trying to find out why my courier mta gives me a " connection > > >refused" on a 'telnet localhost 25' Courier is running; mail is > > >received and delivered. Still I get these 'refused' messages.. > > > > > >So, if anybody knwo how to get a list like above in FreeBSD-4.8? > > I'm getting the connection refused *not* because telnet is not running. > I'm not that stupid you know ;-)) > > What I wanted to know is the equivalent for the LINUX "netstat -atun" > which gives the output above (on the LINUX server). I want to test my > FreeBSD machine the same way but "netstat -atun" gives me an output I > don't want (on fbsd). > > -- > dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE > ++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody) > + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >