From owner-freebsd-questions Mon Jul 9 3:29:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 0C07E37B405 for ; Mon, 9 Jul 2001 03:29:43 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jul 2001 11:29:42 +0100 (BST) To: andy t Cc: questions@freebsd.org Subject: Re: help!! telnet localhost denied In-Reply-To: Your message of "Mon, 09 Jul 2001 00:48:09 -0000." Date: Mon, 09 Jul 2001 11:29:41 +0100 From: Ian Dowse Message-ID: <200107091129.aa15445@salmon.maths.tcd.ie> 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 In message , andy t writes: > >i've uncomented telnet on /etc/inetd.conf, but still i have that permission >denied > >> > Trying 127.0.0.1... >> > telnet: connect to address 127.0.0.1: Permission denied The only think I know of that would return EPERM (Permission denied) to a connect request is a local firewall rule blocking such connections. If nothing was listening on the telnet port you'd get 'Connection refused', and if it was blocked by tcp wrappers it would say 'Connected to ...' followed by 'Connection closed by foreign host'. Do you have any ipfw or ipfilter rules in place that might block local telnet connections? Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message