On Thu, 21 Apr 2005 09:23:25 +0200
Christian Haugan Toldnes <[EMAIL PROTECTED]> wrote:

> > 1.4) Package List
> > I'm doing a lot firewalling & network stuff, so I'm missing some
> > packages:
> 
> Please add bugzilla entries for these. That way we wont miss any.
Erlend added them already :)

I had some additional bridge-utils ideas:
We could drop the /etc/init.d/bridge script and add bridge support to
initscripts (or, even better, upgrade initscripts).

Small & simple patch for initscripts-7.14 attached. See Bug #397

Example ifcfg-br0:
DEVICE=br0
BOOTPROTO=static
BROADCAST=10.10.0.255
IPADDR=10.10.0.200
NETMASK=255.255.0.0
NETWORK=10.10.0.0
ONBOOT=yes
BRIDGE=br0
BRIDGE_STP=off
BRIDGE_FD=2

Example ifcfg-eth0:
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
BRIDGE=br0

Example ifcfg-eth1:
DEVICE=eth1
BOOTPROTO=static
ONBOOT=yes
BRIDGE=br0

Olaf
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to