[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] hosts.deny



On Wed, 14 Feb 2001, Jonathan Nichols wrote:

> Hey guys-
> 	If I have hosts.deny set up like this:
> bash# cat /etc/hosts.deny
> # hosts.deny    This file describes the names of the hosts which are
> ALL:           ALL

> Here's hosts.allow:
> # Allow ftp access
> ftp:            ALL
> ftp-data:       ALL

Caldera uses wu-ftp, the Raq's use proftp, the daemon name is different,
use

in.proftpd: ALL (or whatever)


> #
> # Allow localhost
> ALL:		127.0.0.1

ALL:	LOCAL 

> WWW works, but here's what I get when I try FTP:(IP censored)

httpd ignores hosts.deny/allow 

gsh