Changeset 7474050


Ignore:
Timestamp:
12/14/2019 09:32:50 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0961ffc
Parents:
42adfc21
Message:

Update kernel configuration for iptables

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r42adfc21 r7474050  
    8080      (required for Berkely Packet Filter support),
    8181      <ulink url="https://netfilter.org/projects/libnfnetlink/">libnfnetlink</ulink>
    82       (required for connlable support), and
     82      (required for connlabel support), and
    8383      <ulink url="https://netfilter.org/projects/libnetfilter_conntrack/">libnetfilter_conntrack"</ulink>
    8484      (required for connlabel support)
     
    100100    </para>
    101101
    102 <screen><literal>[*] Networking support  ---&gt;                                    [CONFIG_NET]
     102<screen><literal>[*] Networking support  ---&gt;                                          [CONFIG_NET]
    103103      Networking Options  ---&gt;
    104         [*] Network packet filtering framework (Netfilter) ---&gt; [CONFIG_NETFILTER]
    105           Core Netfilter Configuration ---&gt;</literal></screen>
     104        [*] Network packet filtering framework (Netfilter) ---&gt;       [CONFIG_NETFILTER]
     105          [*] Advanced netfilter configuration                        [CONFIG_NETFILTER_ADVANCED]
     106          Core Netfilter Configuration ---&gt;
     107            &lt;*/M&gt; Netfilter connection tracking support               [CONFIG_NF_CONNTRACK]
     108            &lt;*/M&gt; Netfilter Xtables support (required for ip_tables)  [CONFIG_NETFILTER_XTABLES]
     109            &lt;*/M&gt; LOG target support                                  [CONFIG_NETFILTER_XT_TARGET_LOG]
     110          IP: Netfilter Configuration ---&gt;
     111            &lt;*/M&gt; IP tables support (required for filtering/masq/NAT) [CONFIG_IP_NF_IPTABLES]</literal></screen>
    106112
    107113    <para>
    108114      Include any connection tracking protocols that will be used, as well as
    109115      any protocols that you wish to use for match support under the
    110       "Core Netfilter Configuration" section.
     116      "Core Netfilter Configuration" section. The above options are enough
     117      for running <xref linkend="fw-persFw-ipt"/> below.
    111118    </para>
    112119
Note: See TracChangeset for help on using the changeset viewer.