old-www/HOWTO/NET3-4-HOWTO-3.html

90 lines
4.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Linux Networking-HOWTO (Previously the Net-3 Howto): How to use this HOWTO.</TITLE>
<LINK HREF="NET3-4-HOWTO-4.html" REL=next>
<LINK HREF="NET3-4-HOWTO-2.html" REL=previous>
<LINK HREF="NET3-4-HOWTO.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="NET3-4-HOWTO-4.html">Next</A>
<A HREF="NET3-4-HOWTO-2.html">Previous</A>
<A HREF="NET3-4-HOWTO.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3. How to use this HOWTO.</A></H2>
<P>This document is organized top-down. The first sections include
informative material and can be skipped if you are not interested;
what follows is a generic discussion of networking issues, and you
must ensure you understand this before proceeding to more specific
parts. The rest, ``technology specific'' information is grouped in
three main sections: Ethernet and IP-related information, technologies
pertaining to widespread PC hardware and seldom-used technologies.
<P>The suggested path through the document is thus the following:
<DL>
<P>
<DT><B>Read the generic sections</B><DD><P>These sections apply to every, or
nearly every, technology described later and so are very
important for you to understand. On the other hand, I expect
many of the readers to be already confident with this material.
<P>
<DT><B>Consider your network</B><DD><P>You should know how your network is,
or will be, designed and exactly what hardware and technology
types you will be implementing.
<P>
<DT><B>Read the ``Ethernet and IP'' section if you are directly connected
a LAN or the Internet</B><DD><P>This section describes basic
Ethernet configuration and the various features that Linux offers
for IP networks, like firewalling, advanced routing and so on.
<P>
<DT><B>Read the next section if you are interested in low-cost local
networks or dial-up connections</B><DD><P>The section describes PLIP,
PPP, SLIP and ISDN, the widespread technologies used on personal
workstations.
<P>
<DT><B>Read the technology specific sections related to your
requirements</B><DD><P>If your needs differ from IP and/or common
hardware, the final section covers details specific to
non-IP protocols and peculiar communication hardware.
<P>
<DT><B>Do the configuration work</B><DD><P>You should actually try to
configure your network and take careful note of any problems
you have.
<P>
<DT><B>Look for further help if needed</B><DD><P>If you experience problems
that this document does not help you to resolve then read the
section related to where to get help or where to report bugs.
<P>
<DT><B>Have fun!</B><DD><P>Networking is fun, enjoy it.
</DL>
<H2><A NAME="ss3.1">3.1 Conventions used in this document</A>
</H2>
<P>No special convention is used here, but you must be warned about
the way commands are shown. Following the classic Unix documentation,
any command you should type to your shell is prefixed by a
prompt. This howto shows "<CODE>user%</CODE>" as the prompt for commands
that do not require superuser privileges, and "<CODE>root#</CODE>" as the
prompt for commands that need to run as root. I chose to use
"<CODE>root#</CODE>" instead of a plain "<CODE>#</CODE>" to prevent confusion
with snapshots from shell scripts, where the hash mark is used to
define comment lines.
<P>When ``Kernel Compile Options'' are shown, they are represented in
the format used by <EM>menuconfig</EM>. They should be understandable even
if you (like me) are not used to <EM>menuconfig</EM>. If you are in doubt
about the options' nesting, running the program once can't but help.
<P>Note that any link to other HOWTO's is local to help you browsing
your local copy of the LDP documents, in case you are using the html
version of this document. If you don't have a complete set of
documents, every HOWTO can be retrieved from <CODE>metalab.unc.edu</CODE>
(directory <CODE>/pub/Linux/HOWTO</CODE>) and its countless mirrors.
<HR>
<A HREF="NET3-4-HOWTO-4.html">Next</A>
<A HREF="NET3-4-HOWTO-2.html">Previous</A>
<A HREF="NET3-4-HOWTO.html#toc3">Contents</A>
</BODY>
</HTML>