source: clfs-embedded/BOOK/beyond-clfs3/common/iptables.xml@ 80c45b9

Last change on this file since 80c45b9 was 80c45b9, checked in by Maarten Lankhorst <m.b.lankhorst@…>, 18 years ago

Adding iptables, without bootscripts though

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-bclfs-iptables" role="wrap">
9 <?dbhtml filename="iptables.html"?>
10
11 <title>iptables-&iptables-version;</title>
12
13 <indexterm zone="ch-bclfs-iptables">
14 <primary sortas="a-iptables">iptables</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>iptables is the userspace command line program used to configure the Linux firewall.
21 </para>
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of iptables</title>
27
28 <para os="a">Compile the package:</para>
29
30<screen os="b"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin</userinput></screen>
31
32 <note os="c">
33 <para>Optionally all iptables modules can be linked directly into the iptables program by appending NO_SHARED_LIBS=1 to both make commands. IPv6 can be disabled in a similar fashion by appending DO_IPV6=0.</para>
34 </note>
35
36 <para os="d">Install the package:</para>
37
38<screen os="e"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}/</userinput></screen>
39
40 </sect2>
41
42 <sect2 id="contents-iptables" role="content">
43 <title>Contents of iptables</title>
44
45 <segmentedlist>
46 <segtitle>Installed programs</segtitle>
47
48 <seglistitem>
49 <seg>To be Written</seg>
50 </seglistitem>
51 </segmentedlist>
52
53 </sect2>
54
55</sect1>
Note: See TracBrowser for help on using the repository browser.