Changeset c2ee009c for postlfs/security


Ignore:
Timestamp:
10/04/2003 09:32:30 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f7000b3d
Parents:
5e18c49c
Message:

edited compound words

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

Location:
postlfs/security
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/firewalling/busybox.xml

    r5e18c49c rc2ee009c  
    9898
    9999<para>These are only examples to show you some of the capabilities of the new
    100 firewalling-code in Linux-Kernel 2.4. Have a look at the man page of
     100firewall code in Linux-Kernel 2.4. Have a look at the man page of
    101101iptables.
    102102There you will find more of them. The port-numbers you'll need for this
    103103can be found in <filename>/etc/services</filename>, in case you didn't
    104 find them by trial and error in your logfile.</para>
     104find them by trial and error in your log file.</para>
    105105
    106106<para>If you add any of your offered or accessed services such as the above,
  • postlfs/security/firewalling/disclaimer.xml

    r5e18c49c rc2ee009c  
    1010is a complex issue that requires careful configuration.
    1111The scripts quoted here are simply intended to give examples as to how
    12 firewalling works, they are not intended to fit into any imaginable
     12a firewall works, they are not intended to fit into any imaginable
    1313configuration and may not prevent any imaginable attack.</para>
    1414
    1515<para>The purpose of this text is simply to give you a hint on how to get
    16 started with firewalling.</para>
     16started with a firewall.</para>
    1717
    1818<para>Customization of these scripts for your specific situation will
    1919be necessary for an optimal configuration, but you should make a serious
    20 study of the iptables documentation and firewalling in general before hacking
     20study of the iptables documentation and creating firewalls in general before hacking
    2121away.  Have a look at the list of <xref linkend="postlfs-security-fw-library"/> at the end
    2222of this section for more details.  Here you will find a list of URLs that
  • postlfs/security/firewalling/intro.xml

    r5e18c49c rc2ee009c  
    1111buffer-overflows and any other imaginable problem regarding its
    1212security, and where you trusted every user accessing your services
    13 to aim no harm, you wouldn't need to do firewalling
     13to aim no harm, you wouldn't need to do have a firewall
    1414In the real world however, daemons may be misconfigured,
    1515exploits against essential services are freely available, you
     
    4949To minimize the risk of compromising the firewall itself it
    5050should generally have only one role, that of protecting the intranet.
    51 Although not completely riskless, the tasks of doing the routing
     51Although not completely risk free, the tasks of doing the routing
    5252and eventually IP masquerading (rewriting IP-headers
    5353of the packets it routes from clients with private IP-addresses onto
  • postlfs/security/firewalling/kernel.xml

    r5e18c49c rc2ee009c  
    11<sect2 id="postlfs-security-fw-kernel" xreflabel="getting a firewalling-enabled Kernel">
    2 <title>Getting a firewalling-enabled Kernel</title>
     2<title>Getting a firewall enabled Kernel</title>
    33
    4 <para>If you want your Linux-Box to do firewalling you must first ensure
     4<para>If you want your Linux-Box to have a firewall, you must first ensure
    55that your kernel has been compiled with the relevant options turned on
    6 <!-- <footnote><para>If you needed assistance howto configure, compile and install
     6<!-- <footnote><para>If you needed assistance how to configure, compile and install
    77a new kernel, refer back to chapter VIII of the LinuxFromScratch book,
    88<ulink url="http://www.linuxfromscratch.org/view/3.1/chapter08/kernel.html">Installing a kernel</ulink>
     
    3333<!--
    3434<table frame='none'>
    35 <title>Essential config-options for a firewalling-enabled Kernel</title>
     35<title>Essential config-options for a firewall enabled Kernel</title>
    3636
    3737<tgroup cols='5'>
     
    122122<entry><userinput>Fast switching</userinput></entry>
    123123<entry>Make sure to disable it because it would setup a bypass around
    124 your firewalling-rules.</entry>
     124your firewall rules.</entry>
    125125<entry>w\</entry>
    126126<entry>CONFIG_NET_FASTROUTE</entry>
  • postlfs/security/firewalling/library.xml

    r5e18c49c rc2ee009c  
    11<sect3 id="postlfs-security-fw-library" xreflabel="Links for further reading">
    2 <title>Where to start with further reading on firewalling.</title>
     2<title>Where to start with further reading on firewalls.</title>
    33
    44<para><blockquote><literallayout>
  • postlfs/security/firewalling/masqrouter.xml

    r5e18c49c rc2ee009c  
    2626echo "of the quoted configuration rules."
    2727echo "You can find some quite comprehensive information"
    28 echo "about firewalling in Chapter 4 of the BLFS book."
    29 echo "http://beyond.linuxfromscratch.org/"
     28echo "about firewalls in Chapter 4 of the BLFS book."
     29echo "http://www.linuxfromscratch.org/blfs"
    3030echo
    3131
  • postlfs/security/firewalling/stop.xml

    r5e18c49c rc2ee009c  
    22<title>firewall.stop</title>
    33
    4 <para>If you need to turn firewalling off, this script will do it:</para>
     4<para>If you need to turn the firewall off, this script will do it:</para>
    55
    66<screen><userinput><command>cat &gt; /etc/rc.d/init.d/firewall.stop &lt;&lt; "EOF"</command>
  • postlfs/security/iptables.xml

    r5e18c49c rc2ee009c  
    33<title>iptables-&iptables-version;</title>
    44
    5 <para>The next part of this chapter deals with firewalling.  The
    6 principle firewalling tool for Linux, as of the 2.4 kernel series, is
     5<para>The next part of this chapter deals with firewalls.  The
     6principle firewall tool for Linux, as of the 2.4 kernel series, is
    77<application>iptables</application>.  It replaces
    88<application>ipchains</application> from the 2.2 series and
    99<application>ipfwadm</application> from the
    10102.0 series. You will need to install <application>iptables</application> if
    11 you intend on using any form of firewalling.</para>
     11you intend on using any form of a firewall.</para>
    1212
    1313&iptables-intro;
  • postlfs/security/iptables/iptables-intro.xml

    r5e18c49c rc2ee009c  
    22<title>Introduction to <application>iptables</application></title>
    33
    4 <para>To use firewalling, as well as installing
     4<para>To use a firewall, as well as installing
    55<application>iptables</application>, you will need
    66to configure the relevant options into your kernel.  This is discussed
Note: See TracChangeset for help on using the changeset viewer.