Last change
on this file since b4b30f7 was 8d3e8db, checked in by Jim Gifford <clfs@…>, 18 years ago |
Renamed Beyond-CLFS 3.x to Beyond-CLFS Embedded
|
-
Property mode
set to
100644
|
File size:
1.6 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="p1">Fixes Compile Issue with DO_MULTI=1:</para>
|
---|
29 |
|
---|
30 | <screen os="p2"><userinput>patch -Np1 -i ../&iptables-domulti-patch;</userinput></screen>
|
---|
31 |
|
---|
32 | <para os="a">Compile the package:</para>
|
---|
33 |
|
---|
34 | <screen os="b"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
|
---|
35 | KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin</userinput></screen>
|
---|
36 |
|
---|
37 | <para os="c">Install the package:</para>
|
---|
38 |
|
---|
39 | <screen os="d"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
|
---|
40 | KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin DESTDIR=${CLFS} install</userinput></screen>
|
---|
41 |
|
---|
42 | </sect2>
|
---|
43 |
|
---|
44 | <sect2 id="contents-iptables" role="content">
|
---|
45 | <title>Contents of iptables</title>
|
---|
46 |
|
---|
47 | <segmentedlist>
|
---|
48 | <segtitle>Installed programs</segtitle>
|
---|
49 |
|
---|
50 | <seglistitem>
|
---|
51 | <seg>To be Written</seg>
|
---|
52 | </seglistitem>
|
---|
53 | </segmentedlist>
|
---|
54 |
|
---|
55 | </sect2>
|
---|
56 |
|
---|
57 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.