Re: Ping and traceroute denied?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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






[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux