Changeset 0d4fcfa for postlfs


Ignore:
Timestamp:
04/02/2005 09:08:24 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
507c9fa
Parents:
65483be1
Message:

Added iptables bootscript installation

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r65483be1 r0d4fcfa  
    6767<note>
    6868  <para>Installation of <application>iptables</application> will fail if raw
    69   kernel headers are found in <filename
    70   class='directory'>/usr/src/linux</filename> either as actual files or a
    71   symlink.  As of the Linux 2.6 kernel series, this directory should no longer
    72   exist because appropriate headers were installed in the linux-libc-headers
    73   package during the base <acronym>LFS</acronym> installation.  </para>
     69  kernel headers are found in <filename class='directory'>/usr/src/linux</filename>
     70  either as actual files or a symlink.  As of the Linux 2.6 kernel series,
     71  this directory should no longer exist because appropriate headers were installed
     72  in the linux-libc-headers package during the base <acronym>LFS</acronym> installation. 
     73  </para>
    7474
    7575  <para>For some non-x86 architectures, the raw kernel headers may be required.
     
    105105
    106106<sect2>
     107<title>Installing the iptables bootscript</title>
     108
     109<para id="iptables-init">To set up the iptables firewall at boot, install the
     110<filename>/etc/rc.d/init.d/iptables</filename> init script included in the
     111<xref linkend="intro-important-bootscripts"/> package.</para>
     112
     113<indexterm zone="iptables iptables-init">
     114  <primary sortas="f-iptables">iptables</primary>
     115</indexterm>
     116 
     117<screen><userinput role='root'><command>make install-iptables</command></userinput></screen>
     118 
     119<para>Introductory instructions for configuring your firewall are presented
     120in the next section: <xref linkend='fw-firewall'/> </para>
     121
     122</sect2>
     123
     124
     125<sect2>
    107126<title>Contents</title>
    108127
Note: See TracChangeset for help on using the changeset viewer.