hosts.deny file is deprecated.FreeBSD 5.4
Brought to you by:
craigrowland
Hi All!
I;m install portsentry on FreeBSD 5.4 stable
Big problem with block via hosts.deny
I found ugly solutions
cd /etc/
ln -s hosts.allow hosts.deny
And use
# Format Two: New Style - The format used when
extended option
# processing is enabled. You can drop in extended
processing
# options, but be sure you escape all '%' symbols with a
backslash
# to prevent problems writing out (i.e. \%c \%h )
#
KILL_HOSTS_DENY="ALL: $TARGET$ : DENY"
My problem - using
ALL:ALL:allow in end hosts.allow
portsentry add sting on end file!
Result - rules - not working :-(
Any solutions?