Corona688 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/164511503041338d913f8fb.gif)
Joined: 10 Jan 2004 Posts: 1204
|
Posted: Thu Nov 13, 2008 4:10 pm Post subject: software bridge stops responding |
|
|
I'm using a Sun QFE card, with the four ports bridged into one interface, configured as following in /etc/conf.d/net:
Code: | config_lan0=( "null" )
config_lan1=( "null" )
config_lan2=( "null" )
config_lan3=( "null" )
bridge_lan=( "lan0" "lan1" "lan2" "lan3" )
config_lan=( "192.168.17.1/24" ) | It works quite well for the most part but for two oddities:
- I had to add a routing rule routing from lan, back to lan, to let traffic pass between the bridged ports. How come -- isn't a bridge supposed to...bridge?
- Every once in a while, almost always at midnight sharp, the bridge device stops responding, refusing to communicate to any devices on it. Nothing special shows up in the system logs, and nothing but a reboot fixes it. Why does it do this and how can I stop it?
[edit] More info:
Code: | magnetite ~ # brctl showstp lan
lan
bridge id 8000.080020a4ae34
designated root 8000.080020a4ae34
root port 0 path cost 0
max age 20.00 bridge max age 20.00
hello time 2.00 bridge hello time 2.00
forward delay 15.00 bridge forward delay 15.00
ageing time 300.01
hello timer 1.34 tcn timer 0.00
topology change timer 0.00 gc timer 0.04
flags
lan0 (0)
port id 0000 state forwarding
designated root 8000.080020a4ae34 path cost 100
designated bridge 8000.080020a4ae34 message age timer 0.00
designated port 8001 forward delay timer 0.00
designated cost 0 hold timer 0.33
flags
lan1 (0)
port id 0000 state forwarding
designated root 8000.080020a4ae34 path cost 100
designated bridge 8000.080020a4ae34 message age timer 0.00
designated port 8002 forward delay timer 0.00
designated cost 0 hold timer 0.33
flags
lan2 (0)
port id 0000 state forwarding
designated root 8000.080020a4ae34 path cost 100
designated bridge 8000.080020a4ae34 message age timer 0.00
designated port 8003 forward delay timer 0.00
designated cost 0 hold timer 0.32
flags
lan3 (0)
port id 0000 state forwarding
designated root 8000.080020a4ae34 path cost 100
designated bridge 8000.080020a4ae34 message age timer 0.00
designated port 8004 forward delay timer 0.00
designated cost 0 hold timer 0.32
flags
magnetite ~ # brctl showmacs lan
port no mac addr is local? ageing timer
1 00:13:4f:00:ca:c9 no 68.24
1 00:13:4f:00:cb:02 no 59.79
1 00:13:4f:00:cb:07 no 2.40
1 00:13:4f:00:cb:22 no 11.59
1 00:13:4f:00:cb:25 no 142.63
1 00:13:4f:00:cb:2a no 2.33
1 00:13:4f:00:cb:2e no 166.29
4 00:13:4f:00:cb:40 no 2.37
1 00:13:4f:00:cb:53 no 141.92
1 00:60:b3:07:0b:92 no 2.30
1 00:60:b3:07:0e:1e no 2.22
4 00:60:b3:07:0e:50 no 2.26
1 08:00:20:a4:ae:34 yes 0.00
2 08:00:20:a4:ae:35 yes 0.00
3 08:00:20:a4:ae:36 yes 0.00
4 08:00:20:a4:ae:37 yes 0.00 |
_________________ Petition for Better 64-bit ATI Drivers - Sign Here
http://www.petitiononline.com/atipet/petition.html |
|