* Patch to apply Iptables to PPPoE-encapsulated IP-packets?
@ 2006-03-01 11:33 nessbaba
2006-03-01 11:41 ` Leonardo Rodrigues Magalhães
0 siblings, 1 reply; 2+ messages in thread
From: nessbaba @ 2006-03-01 11:33 UTC (permalink / raw)
To: netfilter
Hello everybody,
I'm looking for a netfilter-patch to filter PPPoE-traffic in Bridge-Mode.
Is there anyone who can help me?
Thank you!
AliPacino
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Patch to apply Iptables to PPPoE-encapsulated IP-packets?
2006-03-01 11:33 Patch to apply Iptables to PPPoE-encapsulated IP-packets? nessbaba
@ 2006-03-01 11:41 ` Leonardo Rodrigues Magalhães
0 siblings, 0 replies; 2+ messages in thread
From: Leonardo Rodrigues Magalhães @ 2006-03-01 11:41 UTC (permalink / raw)
To: nessbaba; +Cc: netfilter
nessbaba@web.de escreveu:
>I'm looking for a netfilter-patch to filter PPPoE-traffic in Bridge-Mode.
>
>
Is that really necessary ???? I havent used bridge-mode interfaces
lately, but as fair as I know, bridge uses to get two real interfaces
into a logic (bridged) interface. Something like eth0 and ppp0 being
br0. In that case, rules can be applied to br0 with no patches at all.
It's a real and valid interface on the system .....
iptables -A INPUT -i br0 -p tcp --dport 25 -j DROP .......
and so far .....
Is that what you want or i misunderstood your question ?
--
Atenciosamente / Sincerily,
Leonardo Rodrigues
Solutti Tecnologia
http://www.solutti.com.br
Minha armadilha de SPAM, NÃO mandem email
gertrudes@solutti.com.br
My SPAMTRAP, do not email it
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-01 11:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 11:33 Patch to apply Iptables to PPPoE-encapsulated IP-packets? nessbaba
2006-03-01 11:41 ` Leonardo Rodrigues Magalhães
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.