-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 29 Nov 2002 00:28:23 -, Ragnar Wiencke wrote:
> I've been reading all the man pages but there are some
> questions I didn't get answered. The hosts_access man page
> says this.
> All other lines should satisfy the following format,
Hi guys.
I've been reading all the man pages but there are some
questions I didn't get answered. The hosts_access man page
says this.
All other lines should satisfy the following format,
things between [] being optional:
daemon_list : client_list [ :
shell_command ]
I am putzing around w/ my firewall script. I am looking at two books,
both of which give example iptables scripts for setting up a firewall w/ a
2.4 kernel.
The first one starts like this:
iptables -F
iptables -P input DENY
iptables -P output REJECT
iptables -P forward REJECT
It is supposed t