At this time, bridge-utils is not in the blfs book, nor does it appear to be on the agenda, but I thought I'd submit this just in case I was wrong.
What this allows you to do, is to create a bridged network interface [ex:/ br0]. cp bridge /etc/sysconfig/network-devices/services mkdir /etc/sysconfig/network-devices/ifconfig.br0 echo > /etc/sysconfig/network-devices/ifconfig.br0/0_create << "EOF" ONBOOT=yes CHECK_LINK=no SERVICE=bridge INTERFACES=eth0 eth1 EOF echo > /etc/sysconfig/network-devices/ifconfig.br0/10_ipv4 << "EOF" ONBOOT=yes SERVICE=ipv4-static IP=192.168.2.50 PREFIX=24 BROADCAST=192.168.2.255 GATEWAY=192.168.2.254 EOF -- Nathan Coulson (conathan) ------ Location: Brittish Columbia, Canada Timezone: PST (-8) Webpage: http://www.nathancoulson.com
bridge
Description: Binary data
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
