On Mon, 28 Jun 2004 23:33:32 -0700 (PDT)
"Yong Chu Eu \(&#26472;&#23376;&#20305;\)" <[EMAIL PROTECTED]> 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.
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://lists.osdl.org/mailman/listinfo/bridge

Reply via email to