All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] problem bridging
@ 2007-01-24 20:19 Omar Armas
  2007-01-25 18:46 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Omar Armas @ 2007-01-24 20:19 UTC (permalink / raw)
  To: bridge

[-- Attachment #1: Type: text/plain, Size: 652 bytes --]

Hi, I did a bridge with kernel 2.4.34 and two intel e1000 network cards.

I setup the bridge with:

     /usr/sbin/brctl addbr br0
     /usr/sbin/brctl addif br0 eth0
     /usr/sbin/brctl addif br0 eth1
     /sbin/ifconfig eth0 0.0.0.0 promisc
     /sbin/ifconfig eth1 0.0.0.0 promisc
     /sbin/ifconfig br0 up

My configuration is:

router
|
Bridge
|
LAN


but my problem is that it always passes all traffic, no matter if I  
set FOWARD iptables chain to DROP:
iptables -P FORWARD DROP

When I do this the all traffic and protocols continue passing.
Any idea why?


Omar Armas
Oficina: +52 55 56044655
Movil: 04455 1867 8953
oarmas@mpsnet.net.mx




[-- Attachment #2: Type: text/html, Size: 2448 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-01-25 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24 20:19 [Bridge] problem bridging Omar Armas
2007-01-25 18:46 ` Stephen Hemminger
2007-01-25 19:08   ` Omar Armas
2007-01-25 19:09     ` Stephen Hemminger

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.