eladsherf n00b
Joined: 20 Oct 2006 Posts: 4
|
Posted: Tue Oct 31, 2006 7:48 pm Post subject: Small Bridge problem |
|
|
hi, I have established a bridge on a Gentoo machine and it works well
I have a problem setting up the variables to stick after a reboot my
/etc/conf.d/net looks like this and according to how to set a bridge in Gentto's Wikis:
bridge="br0"
bridge_br0_devices="eth0 eth1" \\ this line doesn't stick
iface_br0="192.168.11.60 broadcast 192.168.11.255 netmask 255.255.255.0"
gateway="eth0/192.168.11.1"
brctl_br0=( "stp on ")
bridge br0 get configured but eth0 and eth1 aren't bound to it
any suggestions? |
|