Mailing List Archive

How can I forward ICMP packages?
I can't seem to find a rule to do this.
Re: How can I forward ICMP packages? [ In reply to ]
Am Wednesday, den 27 June hub Bryan Christ folgendes in die Tasten:

> I can't seem to find a rule to do this.

What exactly is your problem?
If you actived routing or build a bridge icmp packages should be
forwarded if you did not filter them away.

Maybe you are looking for something like this:
iptables -I FORWARD -p icmp -j ACCEPT

Ciao
Max
--
Follow the white penguin.
Re: How can I forward ICMP packages? [ In reply to ]
I think the rule below is what I needed.

Thanks Max.

Maximilian Wilhelm wrote:
> Am Wednesday, den 27 June hub Bryan Christ folgendes in die Tasten:
>
>> I can't seem to find a rule to do this.
>
> What exactly is your problem?
> If you actived routing or build a bridge icmp packages should be
> forwarded if you did not filter them away.
>
> Maybe you are looking for something like this:
> iptables -I FORWARD -p icmp -j ACCEPT
>
> Ciao
> Max