Routing problem
Status: Alpha
Brought to you by:
burguay
If you experiment any problem on 'seeing' your bridges take
care that there should be similar lines in the Kernel
IP routing table:
#route -n
Destination Gateway Genmask ...
Iface
192.168.2.0 0.0.0.0 255.255.255.0 ... eth0
127.0.0.0 0.0.0.0 255.0.0.0
... lo
0.0.0.0 192.168.2.210 0.0.0.0
... eth0
The last one lets you reach other nets. And the bridge
could be out of your net. The Gateway should be your gw
ip or 0.0.0.0. This problem appears the first time you
use your bridges because factory ips are out of your net.
Enjoy!!!