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 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-network-network-scripts" role="wrap">
|
---|
9 | <?dbhtml filename="network-scripts.html"?>
|
---|
10 |
|
---|
11 | <sect1info condition="script">
|
---|
12 | <productname>clfs-network-scripts</productname>
|
---|
13 | <productnumber>&clfs-network-scripts-version;</productnumber>
|
---|
14 | <address>&clfs-network-scripts-url;</address>
|
---|
15 | </sect1info>
|
---|
16 |
|
---|
17 | <title>CLFS-Network-Scripts-&clfs-network-scripts-version;</title>
|
---|
18 |
|
---|
19 | <indexterm zone="ch-network-network-scripts">
|
---|
20 | <primary sortas="a-Network-Scripts">Network-Scripts</primary>
|
---|
21 | </indexterm>
|
---|
22 |
|
---|
23 | <sect2 role="package">
|
---|
24 | <title/>
|
---|
25 |
|
---|
26 | <para>The CLFS-Network-Scripts package contains a set of scripts to
|
---|
27 | configure the network at bootup and deconfigure it at shutdown.</para>
|
---|
28 |
|
---|
29 | </sect2>
|
---|
30 |
|
---|
31 | <sect2 role="installation">
|
---|
32 | <title>Installation of CLFS-Network-Scripts</title>
|
---|
33 |
|
---|
34 | <para>Install the package:</para>
|
---|
35 |
|
---|
36 | <screen role="nodump"><userinput remap="install">make install</userinput></screen>
|
---|
37 |
|
---|
38 | </sect2>
|
---|
39 |
|
---|
40 | <sect2 id="contents-network-scripts" role="content">
|
---|
41 | <title>Contents of CLFS-Network-Scripts</title>
|
---|
42 | <segmentedlist>
|
---|
43 | <segtitle>Installed scripts</segtitle>
|
---|
44 | <segtitle>Installed systemd units</segtitle>
|
---|
45 | <segtitle>Installed directories</segtitle>
|
---|
46 |
|
---|
47 | <seglistitem>
|
---|
48 | <seg>ifdown, ifup, ipv4-static</seg>
|
---|
49 | <seg>ifupdown@.service, dhcpcd@.service, nscd.service</seg>
|
---|
50 | <seg>/etc/sysconfig, /lib/services, /lib/lsb (symbolic link)</seg>
|
---|
51 | </seglistitem>
|
---|
52 | </segmentedlist>
|
---|
53 |
|
---|
54 | <variablelist>
|
---|
55 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
56 | <?dbfo list-presentation="list"?>
|
---|
57 | <?dbhtml list-presentation="table"?>
|
---|
58 |
|
---|
59 | <varlistentry id="ifdown-network-scripts">
|
---|
60 | <term><command>ifdown</command></term>
|
---|
61 | <listitem>
|
---|
62 | <para>Stops a network device.</para>
|
---|
63 | <indexterm zone="ch-network-network-scripts ifdown-network-scripts">
|
---|
64 | <primary sortas="d-ifdown">ifdown</primary>
|
---|
65 | </indexterm>
|
---|
66 | </listitem>
|
---|
67 | </varlistentry>
|
---|
68 |
|
---|
69 | <varlistentry id="ifup-network-scripts">
|
---|
70 | <term><command>ifup</command></term>
|
---|
71 | <listitem>
|
---|
72 | <para>Initializes a network device.</para>
|
---|
73 | <indexterm zone="ch-network-network-scripts ifup-network-scripts">
|
---|
74 | <primary sortas="d-ifup">ifup</primary>
|
---|
75 | </indexterm>
|
---|
76 | </listitem>
|
---|
77 | </varlistentry>
|
---|
78 |
|
---|
79 | <varlistentry id="ipv4-static-network-scripts">
|
---|
80 | <term><command>ipv4-static</command></term>
|
---|
81 | <listitem>
|
---|
82 | <para>Provides the functionality needed to assign a static Internet
|
---|
83 | Protocol (IP) address to a network interface.</para>
|
---|
84 | <indexterm zone="ch-network-network-scripts ipv4-static-network-scripts">
|
---|
85 | <primary sortas="d-ipv4-static">ipv4-static</primary>
|
---|
86 | </indexterm>
|
---|
87 | </listitem>
|
---|
88 | </varlistentry>
|
---|
89 |
|
---|
90 | </variablelist>
|
---|
91 |
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | </sect1>
|
---|