Hi.

I'm actually testing a redundant filtering bridge under OpenBSD-3.9.
Everything works fine except that from time to time, I get "re1: watchdog timeout" and the bridge then stops functionning. I'm wondering if this is a configuration or hardware issue. Note that I get those timeout on both systems which are different except for the network cards (I can send both complete dmesg if needed):

re0 at pci0 dev 15 function 0 "D-Link Systems DGE-528T" rev 0x10: irq 12, 
address 00:13:46:39:fb:76
rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 0
re1 at pci0 dev 16 function 0 "D-Link Systems DGE-528T" rev 0x10: irq 9, 
address 00:11:95:1c:67:b6
rgephy1 at re1 phy 7: RTL8169S/8110S PHY, rev. 0

Here are my bridge configs:

MASTER:
# /etc/bridgename.bridge0
add re0
add re1
stp re0
stp re1
blocknonip re0
blocknonip re1
maxage 5
hellotime 2
priority 100
ifcost re0 55
ifcost re1 100
up

SLAVE:
# /etc/bridgename.bridge0
add re0
add re1
stp re0
stp re1
blocknonip re0
blocknonip re1
maxage 5
hellotime 2
priority 50000
ifcost re0 55
ifcost re1 100
up

For now, PF is disabled.
Thanks.

Regards,

--
Antoine Jacoutot
Observatoire de Paris
SIO - Centre de calcul (Bat 15)
5, Place Jules Janssen
92195 Meudon Cedex
Tel : +33 (0)1.45.07.71.95

Reply via email to