On Mon, 28 Jun 2004 23:33:32 -0700 (PDT) "Yong Chu Eu \(杨子佑\)" <ceyong@xxxxxxxxx> wrote: > Hi, > > I added below code in /etc/rc.d/rc.local in order to load the bridge > > brctl addbr br0 > > brctl addif br0 eth0 > > brctl addif br0 wlan0 > > ifconfig br0 up > > but it fail, i found error in /var/log/message Does your kernel configuration have the bridge included? That error is what happens if you attempt to setup a bridge but the bridge hook isn't in the kernel.