Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables-systemd.xml

    r4a83293 rac38e9dc  
    3737    </para>
    3838
    39     &lfs76_checked;
     39    &lfs77_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8585      kernel called netfilter. The interface to netfilter is
    8686      <application>Iptables</application>. To use it, the appropriate
    87       kernel configuration parameters are found in Networking Support &rArr;
    88       Networking Options &rArr; Network Packet Filtering Framework.
    89     </para>
     87      kernel configuration parameters are found in:
     88    </para>
     89
     90<screen><literal>[*] Networking support  ---&gt;                                    [CONFIG_NET]
     91      Networking Options  ---&gt;
     92        [*] Network packet filtering framework (Netfilter) ---&gt; [CONFIG_NETFILTER]</literal></screen>
    9093
    9194    <indexterm zone="iptables iptables-kernel">
     
    125128    </para>
    126129
    127 <screen><userinput>./configure --prefix=/usr                \
    128             --sbindir=/sbin              \
    129             --with-xtlibdir=/lib/xtables \
    130             --enable-libipq &amp;&amp;
     130<screen><userinput>./configure --prefix=/usr   \
     131            --sbindir=/sbin \
     132            --enable-libipq \
     133            --with-xtlibdir=/lib/xtables &amp;&amp;
    131134make</userinput></screen>
    132135
     
    137140<screen role="root"><userinput>make install &amp;&amp;
    138141ln -sfv ../../sbin/xtables-multi /usr/bin/iptables-xml &amp;&amp;
     142
    139143for file in ip4tc ip6tc ipq iptc xtables
    140144do
     
    211215        <seg>
    212216          ip6tables, ip6tables-restore, ip6tables-save, iptables, iptables-restore,
    213           iptables-save, iptables-xml, and xtables-multi
     217          iptables-save, iptables-xml, nfsynproxy (optional) and xtables-multi
    214218        </seg>
    215219        <seg>
     
    310314      </varlistentry>
    311315
     316      <varlistentry id="xtables-multi">
     317        <term><command>xtables-multi</command></term>
     318        <listitem>
     319          <para>
     320            is a binary that behaves according to the name it is called by.
     321          </para>
     322          <indexterm zone="iptables xtables-multi">
     323            <primary sortas="b-xtables-multi">xtables-multi</primary>
     324          </indexterm>
     325        </listitem>
     326      </varlistentry>
     327
    312328    </variablelist>
    313329
Note: See TracChangeset for help on using the changeset viewer.