Hi, I'm having trouble to get bridging working with the new baselayout I followed a example of gentoo-wiki
config_eth0=( "10.32.3.52/22" ) config_eth1=( "10.32.100/28" ) config_eth2=( "10.32.100.18/28" ) config_eth3=( "null" ) config_tap0=( "0.0.0.0 promisc" ) config_br0=( "10.32.100.99" ) bridge_br0="eth3 tap0" depend_br0 () { need net.tap0 net.eth3 } when i bring up the net.br0 i get this error: * Please make sure that /etc/conf.d/net has $ifconfig_eth3 set * (or $iface_eth3 for old-style configuration) * ERROR: Problem starting needed services. * "net.br0" was not started. If i run all the commands with ifconfig i get it working. Whats wrong in my /etc/conf.d/net ? TIA Patrick -- This is Unix-Land. In quiet nights, you can hear the Windows machines reboot. -- gentoo-user@gentoo.org mailing list