Hi all,

I spent some time and wrote a new service type for networking. It is for starting a bridge. Hope it helps. I would also like to ask adding a new package to BLFS. The package is bridge-utils-1.0.6 <http://sourceforge.net/project/showfiles.php?group_id=26089&package_id=17598&release_id=313255> and can be found
here http://sourceforge.net/project/showfiles.php?group_id=26089 .

The type name is bridge-static and it is in the attachments.


The config file with several variables are shown here:

ONBOOT=yes
SERVICE=bridge-static
CHECK_LINK=no

# Name of the bridge
BRIDGE=mybr0

# setting STP
STP=on
#STP=off

# interfaces included in this bridge
IFIF="eth1 eth2"

# IP of the bridge
IP=192.168.0.3

# Prefix and other stuff
PREFIX=24
BROADCAST=192.168.0.255

#GATEWAY=192.168.0.1


Comments are welcome. TIA.

William Zhou

Attachment: bridge-static.bz2
Description: Binary data

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to