From owner-freebsd-questions Sun Oct 18 07:39:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20174 for freebsd-questions-outgoing; Sun, 18 Oct 1998 07:39:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from excelsior.apana.org.au (excelsior.apana.org.au [203.11.114.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20117 for ; Sun, 18 Oct 1998 07:38:50 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by excelsior.apana.org.au (8.8.8/8.8.8) with ESMTP id WAA13374; Sun, 18 Oct 1998 22:37:25 +0800 (WST) (envelope-from dean@odyssey.apana.org.au) Date: Sun, 18 Oct 1998 22:37:41 +0800 (WST) From: Dean Hollister To: Shockboi cc: freebsd-questions@FreeBSD.ORG Subject: Re: hosts.deny In-Reply-To: <199810181421.HAA12743@dqc.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Oct 1998, Shockboi wrote: > Hi, I am running 2.2.7R and my problem is that my hosts.deny > file isn't being read. I have tried "ALL: ALL" in /etc/hosts.deny > and /usr/local/etc/hosts.deny , rebooted with a fresh inetd and > still I am able to telnet into my computer from the outside. > I have been playing round with my kernel as of late and can think > that that would be the only thing that could be screwing me round. > Any suggestions? Also, have you added/amended the line in inetd.conf: # # Internet server configuration database # # @(#)inetd.conf 5.4 (Berkeley) 6/30/90 # telnet stream tcp nowait root /usr/libexec/tcpd telnetd The TCP wrapper will not run if you don't tell inetd to run it. After changing this file, be sure to send a -HUP to inetd. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@mushka.ml.org | | Perth, Western Australia. | dean@wa.apana.org.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message