Hi! I have an bridge that keeps crashing (random times .. days with 5-6 crashes with normal functioning of 1-2 weeks) my machine that is used also as gateway (nat). the problem is that i don't have an log of the kenel panic so i don have what to post ... The configuration of bridge is like this: (each eth0 and eth1 are in different vlans in switch)
$IFCONFIG eth0 0.0.0.0 $IFCONFIG eth1 0.0.0.0
$BRCTL addbr br0 $BRCTL addif br0 eth0 $BRCTL addif br0 eth1 $BRCTL stp br0 off
$IFCONFIG br0 194.102.58.157 netmask 255.255.255.0 $ROUTE add default gw 194.102.58.1 echo "1" > /proc/sys/net/ipv4/ip_forward
Can somebody help me with hints about debuging this problem? Thank you! Adrian