Date: Mon, 09 Jul 2001 15:38:21 +1000 From: Tony Landells <ahl@austclear.com.au> To: "andy t" <g_et1@hotmail.com> Cc: questions@FreeBSD.ORG Subject: Re: help!! telnet localhost denied Message-ID: <200107090538.PAA09226@tungsten.austclear.com.au> In-Reply-To: Message from "andy t" <g_et1@hotmail.com> of "Mon, 09 Jul 2001 05:26:12 GMT." <F236r6beUzmRf6Ci6nx00008346@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Run "netstat -an | grep 23". In the output you should have a line: tcp4 0 0 *.23 *.* LISTEN If you don't, telnet hasn't been activated by inetd, so you either didn't uncomment it, or you didn't send a HUP signal to inetd to get it to reread its config (for example, by "killall -HUP inetd"). Tony -- Tony Landells <ahl@austclear.com.au> Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107090538.PAA09226>