Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r8558044 r3f2db3a6  
    55  %general-entities;
    66
    7   <!ENTITY iptables-download-http "http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2">
     7  <!ENTITY iptables-download-http "https://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2">
    88  <!ENTITY iptables-download-ftp  "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2">
    9   <!ENTITY iptables-md5sum        "602ba7e937c72fbb7b1c2b71c3b0004b">
    10   <!ENTITY iptables-size          "704 KB">
    11   <!ENTITY iptables-buildsize     "22 MB">
     9  <!ENTITY iptables-md5sum        "93da73116b7934a8da940b95a5f3e590">
     10  <!ENTITY iptables-size          "732 KB">
     11  <!ENTITY iptables-buildsize     "16 MB">
    1212  <!ENTITY iptables-time          "0.1 SBU">
    1313]>
     
    1616  <?dbhtml filename="iptables.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>iptables-&iptables-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    154151    <para>
    155152      <!-- there is a iptables-test.py script which seems to run a
    156       lot of tests. Unfortunatly, success rate is 50% only. Needs
     153      lot of tests. Unfortunately, success rate is 50% only. Needs
    157154      to be clarified how to use and which prerequisites are required
    158155      to run to 100%. Contacted Shekhar Sharma for that (Dec'19),
     
    209206        role="strong">LAN1</emphasis> is used for the internal LAN interface,
    210207        and <emphasis role="strong">WAN1</emphasis> is used for the external
    211         interace connected to the Internet. You will need to replace these
     208        interface connected to the Internet. You will need to replace these
    212209        values with appropriate interface names for your system.
    213210      </para>
     
    227224        Below is a slightly modified version of Rusty Russell's
    228225        recommendation from the <ulink
    229         url="http://www.netfilter.org/documentation/HOWTO/packet-filtering-HOWTO.html">
     226        url="https://www.netfilter.org/documentation/HOWTO/packet-filtering-HOWTO.html">
    230227        Linux 2.4 Packet Filtering HOWTO</ulink>. It is still applicable
    231228        to the Linux 5.x kernels.
     
    533530echo "You can find additional information"
    534531echo "about firewalls in Chapter 4 of the BLFS book."
    535 echo "http://www.&lfs-domainname;/blfs"
     532echo "https://www.&lfs-domainname;/blfs"
    536533echo
    537534
Note: See TracChangeset for help on using the changeset viewer.