* How can I forward ICMP packages?
@ 2007-06-27 22:02 Bryan Christ
2007-06-28 10:28 ` Maximilian Wilhelm
0 siblings, 1 reply; 3+ messages in thread
From: Bryan Christ @ 2007-06-27 22:02 UTC (permalink / raw)
To: netfilter
I can't seem to find a rule to do this.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How can I forward ICMP packages?
2007-06-27 22:02 How can I forward ICMP packages? Bryan Christ
@ 2007-06-28 10:28 ` Maximilian Wilhelm
2007-06-28 15:13 ` Bryan Christ
0 siblings, 1 reply; 3+ messages in thread
From: Maximilian Wilhelm @ 2007-06-28 10:28 UTC (permalink / raw)
To: netfilter
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How can I forward ICMP packages?
2007-06-28 10:28 ` Maximilian Wilhelm
@ 2007-06-28 15:13 ` Bryan Christ
0 siblings, 0 replies; 3+ messages in thread
From: Bryan Christ @ 2007-06-28 15:13 UTC (permalink / raw)
To: netfilter
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-28 15:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-27 22:02 How can I forward ICMP packages? Bryan Christ
2007-06-28 10:28 ` Maximilian Wilhelm
2007-06-28 15:13 ` Bryan Christ
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.