All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicole Haehnel <nicole.haehnel@epost.de>
To: netfilter@lists.netfilter.org
Subject: Re: Ping and traceroute denied?
Date: Wed, 18 Feb 2004 11:43:58 +0100	[thread overview]
Message-ID: <403341EE.7010803@epost.de> (raw)
In-Reply-To: <1077096635.2333.92.camel@raylinux.internal>

Hi,

it works!
Now I have to teach this fwbuilder.

Thanks!

Nicole


Ray Leach schrieb:

>On Wed, 2004-02-18 at 11:15, Nicole Haehnel wrote:
>  
>
>>Hi,
>>
>>I added this rules (with fwbuilder):
>>
>>$IPTABLES -A FORWARD -p icmp  -m state --state NEW  -j ACCEPT
>>$IPTABLES -A OUTPUT -p icmp  -m state --state NEW  -j ACCEPT
>>$IPTABLES -A INPUT -p icmp  -m state --state NEW  -j ACCEPT
>>
>>
>>Why was ping from an interface of my firewall-host denied?
>>Traceroute too.
>>
>>    
>>
>When the return packets come back, their state is not NEW, probably
>RELATED.
>
>  
>
>>What rule shall I add?
>>
>>    
>>
>$IPTABLES -A INPUT -p icmp  -m state --state NEW,RELATED  -j ACCEPT
>
>  
>
>>Thanks!
>>
>>Nicole
>>    
>>




  reply	other threads:[~2004-02-18 10:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-18  9:15 Ping and traceroute denied? Nicole Haehnel
2004-02-18  9:30 ` Ray Leach
2004-02-18 10:43   ` Nicole Haehnel [this message]
2004-02-18 10:52 ` Alexis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=403341EE.7010803@epost.de \
    --to=nicole.haehnel@epost.de \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.