* Ping and traceroute denied?
@ 2004-02-18 9:15 Nicole Haehnel
2004-02-18 9:30 ` Ray Leach
2004-02-18 10:52 ` Alexis
0 siblings, 2 replies; 4+ messages in thread
From: Nicole Haehnel @ 2004-02-18 9:15 UTC (permalink / raw)
To: netfilter
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.
What rule shall I add?
Thanks!
Nicole
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Ping and traceroute denied?
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
2004-02-18 10:52 ` Alexis
1 sibling, 1 reply; 4+ messages in thread
From: Ray Leach @ 2004-02-18 9:30 UTC (permalink / raw)
To: Netfilter Mailing List
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]
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
--
--
Raymond Leach <raymondl@knowledgefactory.co.za>
Network Support Specialist
http://www.knowledgefactory.co.za
"lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
Key fingerprint = 7209 A695 9EE0 E971 A9AD 00EE 8757 EE47 F06F FB28
--
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Ping and traceroute denied?
2004-02-18 9:30 ` Ray Leach
@ 2004-02-18 10:43 ` Nicole Haehnel
0 siblings, 0 replies; 4+ messages in thread
From: Nicole Haehnel @ 2004-02-18 10:43 UTC (permalink / raw)
To: netfilter
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
>>
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Ping and traceroute denied?
2004-02-18 9:15 Ping and traceroute denied? Nicole Haehnel
2004-02-18 9:30 ` Ray Leach
@ 2004-02-18 10:52 ` Alexis
1 sibling, 0 replies; 4+ messages in thread
From: Alexis @ 2004-02-18 10:52 UTC (permalink / raw)
To: netfilter
if you have policies for INPUT, OUTPUT and FORWARD to ACCEPT, those
rules are not needed.
Also, if the traffic is generated in the same firewall FORWARD chain
will not match. Its no needed
Before you add those rules, the pings and traces was working?
Hello Nicole,
Wednesday, February 18, 2004, 6:15:11 AM, you wrote:
NH> Hi,
NH> I added this rules (with fwbuilder):
NH> $IPTABLES -A FORWARD -p icmp -m state --state NEW -j ACCEPT
NH> $IPTABLES -A OUTPUT -p icmp -m state --state NEW -j ACCEPT
NH> $IPTABLES -A INPUT -p icmp -m state --state NEW -j ACCEPT
NH> Why was ping from an interface of my firewall-host denied?
NH> Traceroute too.
NH> What rule shall I add?
NH> Thanks!
NH> Nicole
--
Best regards,
Alexis mailto:alexis@attla.net.ar
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-02-18 10:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2004-02-18 10:52 ` Alexis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox