All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] Bridge Woes...
@ 2006-10-05  4:20 Chris U
  2006-10-05  4:58 ` Jothis T.V
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Chris U @ 2006-10-05  4:20 UTC (permalink / raw)
  To: bridge

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

Hi List,

I have setup a bridge labeled br0. br0 has an ip address assigned to it. My
network looks something similar to this...

|--------------------|                |--------------------|
|------------------|
|      laptop        |                |      bridge        |
|     router       |
| 128.171.103.10/24  |  ----->  (eth1)| 128.171.103.11/24  |(eth0)  ----->
| 128.171.103.1/24 |
| statically assignd |                | statically assignd |
| tested / working |
|--------------------|                |--------------------|
|------------------|

Now for the PROBLEM! The bridge can access IP's outside of the subnet via
eth0 of the bridge, ie - pinging 128.171.1.1, 128.171.3.13, 64.233.167.99.
The laptop cannot ping the previously listed IPs. The only thing the laptop
can ping is 128.171.103.11. It's very odd... I tried running tcpdump on the
bridge. From the bridge I could see the laptop pinging the bridge but I
couldn't see the laptop pinging any other IPs. So basically I have a bridge
that's not really working but the bridge utils show that its working... any
help would be greatly appreciated!

(The laptop works when taken off the bridge and connected to the router, the
iptables default policy is ACCEPT and the rules are FLUSHED.)

Thanks for taking time to read this!

###brctl show br0
bridge name     bridge id               STP enabled     interfaces
br0             8000.001372fc8436       no              eth0
                                                        eth1

###brctl showstp br0
br0
 bridge id              8000.001372fc8436
 designated root        8000.001372fc8436
 root port                 0                    path cost                  0
 max age                  19.99                 bridge max age
19.99
 hello time                1.99                 bridge hello time
1.99
 forward delay            14.99                 bridge forward delay
14.99
 ageing time             299.95
 hello timer               0.03                 tcn timer
0.00
 topology change timer     0.00                 gc timer
7.97
 flags


eth0 (1)
 port id                8001                    state
forwarding
 designated root        8000.001372fc8436       path cost                100
 designated bridge      8000.001372fc8436       message age timer
0.00
 designated port        8001                    forward delay timer
0.00
 designated cost           0                    hold timer
0.00
 flags

eth1 (2)
 port id                8002                    state
forwarding
 designated root        8000.001372fc8436       path cost                100
 designated bridge      8000.001372fc8436       message age timer
0.00
 designated port        8002                    forward delay timer
0.00
 designated cost           0                    hold timer
0.00
 flags

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

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: [Bridge] Bridge Woes
@ 2006-10-05  9:26 Skept
  0 siblings, 0 replies; 12+ messages in thread
From: Skept @ 2006-10-05  9:26 UTC (permalink / raw)
  To: bridge

see if the interfaces attached to the bridge interface are up. if not, try

ip link set dev eth0 up
ip link set dev eth1 up

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

end of thread, other threads:[~2006-10-05 19:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05  4:20 [Bridge] Bridge Woes Chris U
2006-10-05  4:58 ` Jothis T.V
2006-10-05  7:59   ` Chris U
2006-10-05  8:18 ` Alex Zeffertt
2006-10-05  8:39   ` Chris U
2006-10-05  9:05     ` Jothis T.V
2006-10-05  9:05     ` Alex Zeffertt
2006-10-05 14:39 ` Stephen Hemminger
2006-10-05 19:07   ` Chris U
2006-10-05 19:33     ` Gergely Madarasz
2006-10-05 19:43   ` Chris U
  -- strict thread matches above, loose matches on Subject: below --
2006-10-05  9:26 Skept

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.