Date: Thu, 18 Sep 2003 13:35:11 -0000 From: Mike Galvez <hoosyerdaddy@virginia.edu> To: dick hoogendijk <dick@nagual.st> Cc: freebsd-questions@freebsd.org Subject: Re: netstat options Message-ID: <20030918133509.GA40087@humpty.finadmin.virginia.edu> In-Reply-To: <20030918152429.5bea7d52.dick@nagual.st> References: <20030918110109.GA32359@lothlorien.nagual.st> <5.2.0.9.2.20030918070931.021d21b0@mail.sri-software.com> <20030918152429.5bea7d52.dick@nagual.st>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 18, 2003 at 03:24:29PM +0200, dick hoogendijk wrote: > On Thu, 18 Sep 2003 07:10:24 -0500 > Peter Elsner <peter@sri-software.com> 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" netstat -an|grep LISTEN > 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" -- Michael Galvez http://www.people.virginia.edu/~mrg8n Information Technology Specialist Office: 434-982-2975
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030918133509.GA40087>