In the howto http://www.gentoo.org/doc/en/home-router-howto.xml, in
the setting of kernel some option marked as 's' and 'x'. I could
choose only '*' instead. Is this OK? My kernel is 2.6.11.

On 4/21/05, Dave Nebinger <[EMAIL PROTECTED]> wrote:
> The iptable rules from the howto seem to assume that the default policy is
> set up to the following:
> 
> INPUT - DROP
> FORWARD - DROP
> OUTPUT - ACCEPT
> 
> Seeing as I hate assuming what is actually going on, I would add the
> following lines to the top of the iptables script:
> 
> iptables -P INPUT DROP
> iptables -P FILTER DROP
> iptables -P OUTPUT ACCEPT
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to