Re: [gentoo-user] bridge configuration problem

2008-08-11 Thread Shaochun Wang
On Fri, Aug 08, 2008 at 12:47:35PM +0100, Stroller wrote: preup() { if [[ ${IFACE} == br0 ]] ; then sleep 30 ; fi return 0 } $ Note that the preup is added in an attempt to overcome similar problems to those you describe - starting or restarting the

Re: [gentoo-user] bridge configuration problem

2008-08-11 Thread Shaochun Wang
On Mon, Aug 11, 2008 at 02:59:03PM +0800, Shaochun Wang wrote: After adding the preup() function, it works now! It seems that I celebrate too early. It still doesn't work. As a matter of fact, it is so weird! After executing the command brctl addbr br0, the interface br0 is available only for

Re: [gentoo-user] bridge configuration problem

2008-08-08 Thread Stroller
On 8 Aug 2008, at 03:17, Shaochun Wang wrote: ... I configure my network bridge as following: ... Does anyone know what's wrong with it? It looks quite different to mine: $ cat /etc/conf.d/net dns_domain=redacted.example.net dns_servers=192.168.1.43 192.168.1.1 212.104.130.9 212.104.130.65

[gentoo-user] bridge configuration problem

2008-08-07 Thread Shaochun Wang
Hi All: I configure my network bridge as following: /etc/conf.d/net # Using Network Bridge bridge_br0=eth0 config_eth0=( null ) # Finally give the bridge an address - dhcp or a static IP config_br0=( 192.168.8.20 netmask 255.255.255.0 brd 192.168.8.255 )