ongoing editing...removed CSS serif font, changed one tag id in multi files

This commit is contained in:
mabrown 2003-04-25 05:23:50 +00:00
parent 8a72935a6e
commit 6fc13eb52e
9 changed files with 67 additions and 12 deletions

View File

@ -237,7 +237,7 @@
information from other interfaces.
</para>
</section>
<section id="adv-non-local-bind">
<section id="adv-nonlocal-bind">
<title>Binding to Non-local Addresses</title>
<para>
</para>

View File

@ -53,6 +53,42 @@
</listitem>
</itemizedlist>
</section>
<section id="links-linux-security">
<title>Linux Security and Network Security</title>
<para>
Linux has been adopted widely as a platform on which to build
network security devices as a result of its feature set. Here,
you'll find links to network security documentation.
</para>
<itemizedlist>
<listitem>
<para>
The
<ulink url="http://tldp.org/HOWTO/Security-HOWTO/">Security
HOWTO</ulink> introduces many of the topics that touch on
securing a linux machine, including many network security topics.
</para>
</listitem>
<listitem>
<para>
The
<ulink
url="http://tldp.org/HOWTO/Security-Quickstart-HOWTO/">Security
Quickstart HOWTO</ulink> is for the impatient.
</para>
</listitem>
<listitem>
<para>
FIXME
</para>
</listitem>
<listitem>
<para>
FIXME
</para>
</listitem>
</itemizedlist>
</section>
<section id="links-general-ip">
<title>General IP Networking Resources</title>
<para>

View File

@ -21,7 +21,7 @@ BODY {
/* background-color : #ddeeff ; */ /* pale blue */
background-color : #fff ;
/* font-size : 1.0em ; */
font-family : "New Century Schoolbook", Times, serif ;
/* font-family : "New Century Schoolbook", Times, serif ; */
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

View File

@ -82,7 +82,7 @@
<!-- back matter, GFDL, biblio, index -->
<!ENTITY bibliography SYSTEM "bibliography.xml" >
<!ENTITY index '<index id="bookindex"/>' >
<!ENTITY index '<index id="bookindex"></index>' >
<!ENTITY gfdl SYSTEM "fdl.xml" >
]>

View File

@ -181,7 +181,7 @@
One of the first questions you will need to answer as you are deciding
what PAT tool to use is the first question above. If the source IP
is important to the server, the port redirector will need to provide
support for <link linkend="adv-non-local-bind">binding to non-local
support for <link linkend="adv-nonlocal-bind">binding to non-local
sockets</link>. To my knowledge this is not an option compiled into
most stock kernels, so may require a kernel compilation.
</para>

View File

@ -419,10 +419,10 @@ Hosts/Net: 62
first usable IP address is 192.168.100.1 and the last usable IP address
is 192.168.100.254.
Importantly, the IP network address, 192.168.100.0/24, is reachable
through the directly connected ethernet interface (refer to
through the directly connected Ethernet interface (refer to
<link linkend="list-routing-intro">classification 2</link>).
Therefore, &isolde; should be able to reach any IP address in
this range directly on the locally connected ethernet segment.
this range directly on the locally connected Ethernet segment.
</para>
<para>
Below is the routing table for &isolde;, first shown with the
@ -977,7 +977,7 @@ else
source address has been chosen. Also, the application can
specifically request a particular address (not necessarily a
locally hosted IP; see
<xref linkend="adv-non-local-bind"/>) using the
<xref linkend="adv-nonlocal-bind"/>) using the
<function>bind</function> call.
</para>
</listitem>
@ -1544,7 +1544,7 @@ else
<tertiary>broadcast</tertiary>
</indexterm>
<para>
This route type is used for link layer devices (such as ethernet
This route type is used for link layer devices (such as Ethernet
cards) which support the notion of a broadcast address. This
route type is used only in the local routing table
<footnote>
@ -1762,7 +1762,7 @@ else
local routing table.
</para>
<para>
If the the machine has several IP addresses on one ethernet interface,
If the the machine has several IP addresses on one Ethernet interface,
there will be a route to each locally hosted IP in the local routing
table. This is a normal
<link linkend="list-basic-ifconfig-side-effects-up">side effect</link>

View File

@ -1,6 +1,6 @@
<!-- $Id$ -->
<appendix id="ax-scripts">
<chapter id="ax-scripts">
<title>Scripts for Managing IP</title>
<para>
Here are some scripts which may come in handy for manipulating different
@ -68,4 +68,4 @@
</programlisting>
</example>
</section>
</appendix>
</chapter>

View File

@ -187,7 +187,7 @@ Received 2 response(s)</computeroutput>
broadcast arp using the <command>-U</command> option
and the ability to send a gratuitous reply using the
<command>-A</command> option. A kernel with support for <link
linkend="adv-non-local-bind">non-local bind</link> can be used with
linkend="adv-nonlocal-bind">non-local bind</link> can be used with
arping for the nefarious purpose of wreaking havoc on
an otherwise properly configured Ethernet. By performing gratuitous arp
and broadcasting incorrect arp information, arp tables in poorly

View File

@ -8,6 +8,12 @@
<xsl:param name="html.stylesheet" select="'linux-ip.css'"/>
<!-- experimental -->
<xsl:param name="xref.with.number.and.title" select="1"/>
<xsl:param name="footer.rule" select="1"/>
<xsl:param name="header.rule" select="1"/>
<!--
Tried chunk.tocs.and.lots, and got a main page with revision history
@ -19,6 +25,19 @@
<xsl:param name="chunk.first.sections" select="1"/>
Not much happened with this. Hmph.
<xsl:param name="xref.properties" select="'local'"/>
Attempted, 2003-04-18, looks terrible; hard to navigate.
<xsl:param name="generate.toc">
book toc
part toc,title
appendix toc,title,example
section toc,title
</xsl:param>
-->
<xsl:template match="ulink" name="ulink">