[Systems] Treehouse status update
Sascha Silbe
sascha-ml-ui-sugar-systems at silbe.org
Wed Dec 9 15:07:19 EST 2009
On Wed, Dec 09, 2009 at 09:59:19AM -0500, Bernie Innocenti wrote:
> auto br1
> iface br1 inet static
> address 192.168.90.1
> netmask 255.255.255.0
> mtu 9000
> bridge_ports eth1
> bridge_fd 9
> bridge_hello 2
> bridge_maxage 12
> bridge_stp off
According to the docs that should work and you need the following just
to prevent NetworkManager et al. from trying to "manage" the individual
bridge ports:
iface eth1 inet manual
Looking at my old config files, I had an ifconfig up in there as well:
auto tap0
iface tap0 inet manual
up ifconfig $IFACE up
tunctl_user uml-net
auto eth0
iface eth0 inet manual
up ifconfig $IFACE up
up ethtool -s $IFACE wol g
But that might either have never been necessary (but harmless) or at
least not any more. If it _is_ required (i.e. it wasn't caused by
NetworkManager interfering) you should file a bug so either the
documentation gets fixed or the bridge script.
CU Sascha
--
http://sascha.silbe.org/
http://www.infra-silbe.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: Digital signature
Url : http://lists.sugarlabs.org/private/systems/attachments/20091209/a24720d8/attachment.pgp
More information about the Systems
mailing list