source: networking/netprogs/bridgeutils.xml@ 75aa3d1d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 75aa3d1d was b09221a, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Typo

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17738 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.6 KB
RevLine 
[5f6ab32]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[eab247a]7 <!ENTITY bridge-download-http "&sourceforge-repo2;/projects/bridge/files/bridge/bridge-utils-&bridgeutils-version;.tar.gz">
[5f6ab32]8 <!ENTITY bridge-download-ftp " ">
9 <!ENTITY bridge-md5sum "ec7b381160b340648dede58c31bb2238">
10 <!ENTITY bridge-size "36 KB">
11 <!ENTITY bridge-buildsize "1 MB">
12 <!ENTITY bridge-time "less than 0.1 SBU">
13]>
14
15<sect1 id="bridgeutils" xreflabel="bridge-utils-&bridgeutils-version;">
16 <?dbhtml filename="bridge-utils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>bridge-utils-&bridgeutils-version;</title>
24
25 <indexterm zone="bridgeutils">
26 <primary sortas="a-bridgeutils">bridge-utils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to bridge-utils</title>
31
32 <para>The <application>bridge-utils</application> package contains a utility
33 needed to create and manage bridge devices. This is useful in setting up
34 networks for a hosted virtual machine (VM).</para>
35
[1de48c0f]36 &lfs7a_checked;
[5f6ab32]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&bridge-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&bridge-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &bridge-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &bridge-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &bridge-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &bridge-time;</para>
57 </listitem>
58 </itemizedlist>
59
[eab247a]60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>
[73046e65]64 Recommended patch:
[b09221a]65 <ulink url="&patch-root;/bridge-utils-&bridgeutils-version;-linux_3.8_fix-2.patch"/>
[eab247a]66 </para>
67 </listitem>
68 </itemizedlist>
69
[5f6ab32]70 <bridgehead renderas="sect3">bridge-utils Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional (to run tests)</bridgehead>
73 <para role="optional">
[0d7900a]74 <xref linkend="net-tools"/>
[5f6ab32]75 </para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/bridge"/></para>
79
80 </sect2>
81
[a23aa7b]82 <sect2 role="kernel" id='bridgeutils-kernel'>
83 <title>Kernel Configuration</title>
84
85 <para>Enable the following options in the kernel configuration
86 and recompile the kernel if necessary:</para>
87
[8beb27b]88<screen><literal>[*] Networking support ---&gt; [CONFIG_NET]
[196d393]89 Networking options ---&gt;
90 &lt;*/M&gt; 802.1d Ethernet Bridging [CONFIG_BRIDGE]</literal></screen>
[a23aa7b]91
92 <indexterm zone="bridgeutils bridgeutils-kernel">
93 <primary sortas="d-bridgeutils">Bridge Utilities</primary>
94 </indexterm>
95
96 </sect2>
97
[5f6ab32]98 <sect2 role="installation">
[a23aa7b]99 <title>Installation of bridge-utils</title>
[5f6ab32]100
[a23aa7b]101 <para>Install <application>bridge-utils</application> by running the following
[5f6ab32]102 commands:</para>
103
[73046e65]104<screen><userinput>patch -Np1 -i ../bridge-utils-&bridgeutils-version;-linux_3.8_fix-2.patch &amp;&amp;
105autoconf -o configure configure.in &amp;&amp;
[1de48c0f]106
[73046e65]107./configure --prefix=/usr &amp;&amp;
[5f6ab32]108make</userinput></screen>
109
110 <para>Testing the results requires running the six shell scripts in
[0d7900a]111 the <filename class='directory'>tools/</filename> directory.
[73006114]112 Two of the tests require two ethernet ports. Some tests
[5f6ab32]113 will not preserve the current network configuration. See
114 <filename>tests/README</filename> for details.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
[a23aa7b]122 <sect2 role="configuration">
123 <title>Configuring bridge-utils</title>
124
[3c7bd00]125 <sect3 id='bridgeutils-init' revision="sysv">
[a23aa7b]126 <title>Configuration Information</title>
127
[0d7900a]128 <para>To automate bridge creation and configuration,
[a23aa7b]129 install the <filename>/lib/services/etc/bridge</filename>
130 service script included in the <xref linkend="bootscripts"/>
131 package.</para>
132
133 <indexterm zone="bridgeutils bridgeutils-init">
134 <primary sortas="f-bridgeutils">bridge-utils</primary>
135 </indexterm>
136
[bcad034]137<screen role="root"><userinput>make install-service-bridge</userinput></screen>
[a23aa7b]138
139 <note><para>The <filename>bridge</filename> script depends
[a2472e1]140 on the commands <command>/sbin/ifup</command> and
[a23aa7b]141 <command>/sbin/ifdown</command> and the service script
142 <emphasis>ipv4-static</emphasis> from the <emphasis>LFS</emphasis>
143 bootscripts dated January 27, 2012 or later.</para></note>
144
[63d51c9]145 <para>The following configuration file will create a bridge device at
146 boot time and attach the eth0 device to it. If more than one device is
147 desired, use a space separated list of INTERFACE_COMPONENTS. This
148 configuration is useful when planning to run a virtual machine such as
149 kvm/qemu.</para>
[a23aa7b]150
[0d7900a]151 <para>Other SERVICE combinations are possible, for example,
[a23aa7b]152 SERVICES="bridge dhcp". In that case, the address parameters
[0d7900a]153 are not needed, but do not interfere if present. The
[a23aa7b]154 bridge service may also be used alone, but will require
155 additional subsequent configuration.</para>
156
[63d51c9]157 <caution><para>Do not run a parallel configuration for a device in the
158 INTERFACE_COMPONENTS list. For instance, in the example below, do not
159 configure <filename>/etc/sysconfig/ifconfig.eth0</filename> to run at
160 boot time. The command <command>ifdown br0</command> followed by
161 command <command>ifup eth0</command> will work, but don't try to have
162 both up at the same time.</para></caution>
[0d7900a]163
[a23aa7b]164<screen role="root"><userinput>cat &gt; /etc/sysconfig/ifconfig.br0 &lt;&lt; "EOF"
165<literal>ONBOOT=yes
166IFACE=br0
167SERVICE="bridge ipv4-static" # Space separated
168IP=192.168.1.32
169GATEWAY=192.168.1.1
170PREFIX=24
171BROADCAST=192.168.1.255
[d28198d3]172CHECK_LINK=no # Don't check before bridge is created
[a23aa7b]173STP=no # Spanning tree protocol, default no
[0d7900a]174INTERFACE_COMPONENTS="eth0" # Add to IFACE, space separated devices
[a23aa7b]175IP_FORWARD=true</literal>
176EOF</userinput></screen>
177
178 <para>All addresses should be changed to meet your circumstance.</para>
179
180 </sect3>
181
[3c7bd00]182 <sect3 id='bridgeutils-init-systemd' revision="systemd">
183 <title>Configuration Information</title>
184 <para>TBA</para>
185 </sect3>
186
[a23aa7b]187 </sect2>
188
189
[5f6ab32]190 <sect2 role="content">
191 <title>Contents</title>
192
193 <segmentedlist>
194 <segtitle>Installed Program</segtitle>
195 <segtitle>Installed Libraries</segtitle>
196 <segtitle>Installed Directories</segtitle>
197
198 <seglistitem>
199 <seg>brctl</seg>
200 <seg>None</seg>
201 <seg>None</seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="brctl">
211 <term><command>brctl</command></term>
212 <listitem>
213 <para>is a program used to set up, maintain, and inspect the
214 ethernet bridge configuration in the linux kernel. </para>
215 <indexterm zone="bridgeutils brctl">
216 <primary sortas="b-brctl">brctl</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.