On Fri, May 23, 2008 at 1:49 AM, Hetz Ben Hamo <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I'm playing here with iptables, and I have a small problem:
>
> Here's my iptables config:
>
> -A test-fw-INPUT -i eth0 -j ACCEPT
> -A test-fw-INPUT -i eth0-range0 -j ACCEPT
>
>
Is the nmap traffic coming from either one of these interfaces? Because if
so, these rules allows them to pass, regardless of any other rules you have
(as you don't have any REJECT before these rules, nor your chain policy is
set to drop packets by default...)

-- Shimi

Reply via email to