old-www/HOWTO/DSL-HOWTO/intro.html

958 lines
24 KiB
HTML
Raw Permalink Blame History

<HTML
><HEAD
><TITLE
>Introduction</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
REL="HOME"
TITLE="DSL HOWTO for Linux"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="DSL HOWTO for Linux"
HREF="index.html"><LINK
REL="NEXT"
TITLE="Installation"
HREF="installation.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>DSL HOWTO for Linux</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="installation.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="INTRO">1. Introduction</H1
><P
> DSL, or Digital Subscriber Loop, is a high-speed Internet access technology
that uses a standard copper telephone line (a.k.a. <SPAN
CLASS="QUOTE"
>"loop"</SPAN
> in
telco parlance). DSL provides a direct, dedicated connection to an ISP via
the existing telco network. DSL is designed to run on up to 80% of the
telephone lines available in the United States. By using line-adaptive
modulation, DSL is capable of providing data speeds of 8 Mbps or more. &#13;</P
><P
> DSL services are now being aggressively marketed for home and small business
use. DSL is typically priced below ISDN, and well below T1 service, yet can
provide potentially even greater speeds than T1 without the
cost, complexity, and availability issues of T1. Since DSL is a dedicated,
often <SPAN
CLASS="QUOTE"
>"always on"</SPAN
> service, it avoids the delays and use charges
that are common with ISDN. Making this quite a nice technology for the
bandwidth starved masses.&#13;</P
><P
> While all this sounds exciting, DSL does have some drawbacks. The quality of
the DSL signal, and thus the connection, depends on distance (the length of
the copper <SPAN
CLASS="QUOTE"
>"loop"</SPAN
>) and various other factors. Also, there is no
such thing as standard <SPAN
CLASS="QUOTE"
>"DSL"</SPAN
>. There are various flavors of DSL,
and many, many ways DSL providers are implementing their networks. In typical
fashion, Linux users are often left to fend for themselves, since the DSL
providers are often taking the easy way out, and catering only to
<SPAN
CLASS="QUOTE"
>"mainstream"</SPAN
> Operating Systems.&#13;</P
><P
> The topics included in this HOWTO include qualification and pre-installation,
installation, configuration, troubleshooting and securing a DSL connection. As
well as other related topics. There are also appendices including a
comprehensive <A
HREF="overview.html"
>DSL Overview</A
>, <A
HREF="faq.html"
>Frequently Asked Questions</A
>, a listing of <A
HREF="appendix.html#LINKS"
>related links</A
>, and a <A
HREF="appendix.html#GLOSSARY"
>glossary</A
>. </P
><P
> Due to the fast pace of change in the telco and DSL industries, please make
sure you have the latest version of this document. The current official
version can always be found at
<A
HREF="http://www.tldp.org/HOWTO/DSL-HOWTO/"
TARGET="_top"
>http://www.tldp.org/HOWTO/DSL-HOWTO/</A
>. Pre-release versions can be found at <A
HREF="http://feenix.burgiss.net/ldp/adsl/"
TARGET="_top"
>http://feenix.burgiss.net/ldp/adsl/</A
>.&#13;</P
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN83">1.1. Document Structure and Reading Guidelines</H2
><P
> This document attempts to give a comprehensive discussion of DSL. All aspects
are hopefully addressed to one degree or another with what can be a complex
topic since it deals with networking, hardware, new fangled technologies, and
various approaches taken by various vendors. The core components of this
document are:
</P
><P
> <P
></P
><UL
><LI
><P
> The <A
HREF="installation.html"
>Installation</A
> section covers
installation of DSL hardware and related components, including wiring
considerations, splitter or microfilter installation, modem and Network
card installation.
</P
></LI
><LI
><P
> The <A
HREF="configure.html"
>Configuring Linux</A
> section covers
mostly client and software aspects of getting the connection up and
running. The Network card configuration is actually covered mostly in the
above Installation section.
</P
></LI
><LI
><P
> The <A
HREF="secure.html"
>Securing Your Connection</A
> section covers
Security implications that are even more important with a full-time
connection. Linux users seem especially targeted by crackers, because
quite frankly, some don't understand how important security is, or don't
understand the finer points of this. And who wants to <SPAN
CLASS="QUOTE"
>"own"</SPAN
>
a Windows box?
</P
></LI
><LI
><P
> The <A
HREF="tuning.html"
>Tuning and Troubleshooting</A
> section
covers post-installation topics like how well is our connection performing,
and how to track down any show-stoppers or intermittent problems.
</P
></LI
><LI
><P
> There is also a lengthy Appendix that covers various topics relating to
Linux and DSL. None of these are directly related to simply getting that
connection up and running, but may be of interest nonetheless.
</P
></LI
></UL
></P
><P
> To simplify the navigation of this document, below is a suggested reading
guideline. Everyone should read the Introduction. Please pay special
attention to the <A
HREF="intro.html#USAGE"
>Conventions and Terminology</A
>
section, as some of this terminology may be used somewhat differently in
other contexts. Also, there is a <A
HREF="appendix.html#GLOSSARY"
>Glossary</A
> if
you get lost in the world of TA (telco acronyms) ;-).
</P
><P
> <P
></P
><UL
><LI
><P
> If you don't know anything about DSL, you should probably read the entire
document. You may want to start with the <A
HREF="overview.html"
>DSL
Overview</A
> section in the Appendix, and then the <A
HREF="faq.html"
>FAQ</A
>. The DSL Overview explains how the various pieces
of the puzzle fit together. DSL network implementations are more complex
than traditional dialup networks.
</P
></LI
><LI
><P
> If you have already done some homework, but have not ordered service from
anyone yet, read the <A
HREF="overview.html#CPROVIDERS"
>Choosing
Providers</A
> section. Also, you might get a head start by reading the
<A
HREF="configure.html"
>Configuring Linux</A
> section so you know
what lies ahead.
</P
></LI
><LI
><P
> If you have ordered service already, and are awaiting delivery, you can
skip the sections on choosing a Provider. If you will be doing a
self-install, you should read the pertinent parts of the <A
HREF="installation.html"
>Installation</A
> section, the <A
HREF="configure.html"
>Configuring Linux</A
> section, and the <A
HREF="secure.html"
>Securing Your Connection</A
> section.
</P
></LI
><LI
><P
> If the installation is complete, and you can't get a working connection,
skip right to the <A
HREF="tuning.html"
>Troubleshooting</A
> Section.
If you are not clear on what protocols are required, or what software you
need to have installed, also read the <A
HREF="configure.html"
>Configuring Linux</A
> section. If not sure what
terms like <SPAN
CLASS="QUOTE"
>"sync"</SPAN
> mean in this context, then be sure to read
the <A
HREF="overview.html"
>DSL Overview</A
> section first so you know
how it all fits together.
</P
></LI
><LI
><P
> If trying to decide between cable and DSL, read the
<A
HREF="appendix.html#CABLE"
>Cable vs DSL</A
> section, and possibly the
<A
HREF="overview.html"
>DSL Overview</A
> section.
</P
></LI
><LI
><P
> If you have never had a full-time Internet connection, or are not
absolutely sure you fully understand how to secure you connection,
be sure to read The <A
HREF="secure.html"
>Securing Your Connection</A
>
section. If you don't understand some aspect of this, re-read it, or start
looking for other references.
</P
></LI
><LI
><P
> There is a comprehensive <A
HREF="appendix.html#LINKS"
>Links section</A
> that
has references to some topics not touched on in the main body of the
Document itself.
</P
></LI
></UL
></P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN137">1.2. What's New</H2
><P
> 1.71: Add info on the IteX PCI ADSL modem only.&#13;</P
><P
> 1.7: Added comments on ISDN line filters being different than POTS,
and other additions related to ADSL over ISDN in various places. Add another
supported modem: Eci Hi Focus ADSL Modem (and various related chipsets).
Removed the 'Linux Friendly ISP' section. The landscape has changed much
since this section was started. Back then there were few options for DSL in
many places, and all too often a non-compatible modem was the only thing
available. Also, the advent of microfilters and self-installation has helped
with the <SPAN
CLASS="QUOTE"
>"do-it-yourselfer"</SPAN
> approach, giving everybody more
freedom. Then, maintaining this number of links was a PITA too. I still
encourage new subscribers to shop their local markets if there are options.
Many large ISPs and telcos have very poor ideas of what an Internet
connection is and restrict severely what you can do with Linux. Or at least
try to ;-) Updated LDP links to tldp.org (from linuxdoc.org).</P
><P
> 1.6: Several new Linux Friendly ISPs. Clarification on
problems with alarm systems. Minor touch ups to other sections, and fix some
broken links (never ending job :).&#13;</P
><P
> 1.5: New Tuning sub-section using <SPAN
CLASS="APPLICATION"
>iproute</SPAN
>. Hot
stuff! Other additions to the Tuning section. A few new ISPs. Alcatel
SpeedTouch USB section updates. Thanks to Alex Bennee for clarifying things.
Other minor updates to FAQ, Glossary and Tuning.&#13;</P
><P
> 1.4: A few new and updated URLs, and catch ups. The Alcatel USB modem section
is revamped. A few new ISPs.&#13;</P
><P
> Version 1.3: Updates to the SpeedTouch USB HOWTO in the appendix.
Minor update to PPPoE section, and two new Linux Friendly ISPs. A feeble
attempt to make the document a little less U.S.-centric. Various minor
updates.</P
><P
> Version 1.2 adds PPTP configuration section for Alcatel ethernet modems.
Also, added are two additional sections in the <SPAN
CLASS="QUOTE"
>"Tuning"</SPAN
> section
for the TCP Receive window, and ADSL/DMT interleaving. And the big news is
the release of open source drivers for the Alcatel USB modem as of March
2001. There is an Alcatel SpeedTouch USB mini HOWTO in the <A
HREF="speedtouchusb.html"
>appendix</A
> by Chris Jones. A number of
miscellaneous updates as well.
</P
><P
> Version 1.1 included quite a few minor corrections, updates,
and additions. Not much that is substantially new. There are finally two
Linux compatible DSL PCI modems from Xpeed. The drivers are now in the kernel
2.2.18 source (not ported to 2.4 as of this writing 05/23/02).
</P
><P
> Version .99 addresses some of the many changes that have occurred since the
original ADSL mini HOWTO was published. Originally, ADSL was the primary DSL
technology being deployed, but more and more some of the other DSL flavors
are entering the picture -- IDSL, SDSL, G.Lite, and RADSL. Thus the renaming
from <SPAN
CLASS="QUOTE"
>"ADSL mini HOWTO"</SPAN
> to the <SPAN
CLASS="QUOTE"
>"DSL HOWTO"</SPAN
>. There
have been many other changes in DSL technology as well. PPPoE/A encapsulation
has become more and more common as many ISPs are jumping on this bandwagon.
</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN154">1.3. Copyright</H2
><P
> DSL HOWTO for Linux (formerly the ADSL mini HOWTO)</P
><P
> Copyright <20> 1998,1999 David Fannin. </P
><P
> This document is free; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.</P
><P
> This document is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.</P
><P
> You can get a copy of the GNU GPL at at <A
HREF="http://www.gnu.org/copyleft/gpl.html"
TARGET="_top"
>GNU GPL</A
>.</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN162">1.4. Credits</H2
><P
> Thanks to all those that contributed information to this HOWTO. I have
anti-spammed their email addresses for their safety (and mine!). Remove the
X's from their names.</P
><P
> <P
></P
><UL
><LI
><P
> <EM
>B Ediger</EM
> (Xbediger@csn.net) Great
Description of loop impairment.
</P
></LI
><LI
><P
> <EM
>C Wiesner</EM
> ( Xcraig@wkmn.com) List of many ADSL URLs.
</P
></LI
><LI
><P
> <EM
>J Leeuw</EM
> ( Xjacco2@dds.nl) Many tips on ADSL,
especially in Europe
</P
></LI
><LI
><P
> <EM
>N Silberstein</EM
> ( Xnick@tpdinc.com) Info on
Netrunner and his experience with US Worst.
</P
></LI
><LI
><P
> Many and various posters from comp.dcom.xdsl and
bellsouth.net.support.adsl, too numerous to mention individually.
(HB)
</P
></LI
><LI
><P
> <EM
>Juha Saarinen</EM
> for suggestions and
explanations on the TCP Receive Window, and related tuning topics.
</P
></LI
><LI
><P
> <EM
>Chris Jones</EM
>
<TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:chris@black-sun.co.uk"
>chris@black-sun.co.uk</A
>&#62;</TT
> for his Alcatel SpeedTouch USB mini
HOWTO which was previously incorporated into the <A
HREF="speedtouchusb.html"
>Appendix</A
>. Also, Alex Bennee for clarifying
the driver situation for this modem.
</P
></LI
></UL
></P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="DISCLAIMER">1.5. Disclaimer</H2
><P
> The authors accept no liability for the contents of this document. Use the
concepts, examples and other content at your own risk. As this is a new
edition, there may be errors and inaccuracies. Hopefully these are few and
far between. The author(s) do not accept any responsibility for incorrect or
misleading information, and would certainly appreciate any corrections. Also,
this type of technology dates itself very quickly. What may be true today, is
not guaranteed to be true tomorrow.&#13;</P
><P
> All copyrights are held by their respective owners, unless specifically noted
otherwise. Use of a term in this document should not be regarded as affecting
the validity of any trademark or service mark.&#13;</P
><P
> References to any particular product, brand, service or company should
not be construed as an endorsement or recommendation. Excepting Linux
itself, of course!&#13;</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN194">1.6. Feedback</H2
><P
> Any and all comments on this document are most welcomed. Please make sure you have
the most current version before submitting corrections! These can be sent to
<TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:hal@foobox.net"
>hal@foobox.net</A
>&#62;</TT
></P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="USAGE">1.7. Conventions, Usage and Terminology</H2
><P
> For the sake of simplicity and sanity, let's clarify some of the terminology
that we will be using in this document, so that we are all on the same page.
While many of the definitions below are not always 100% technically correct,
they are close enough for our purposes here. In fast moving technologies like
DSL, there are so many <SPAN
CLASS="QUOTE"
>"ifs, ands, and buts"</SPAN
> that it is
difficult to say anything with any degree of certainty and have it stick. And
there are exceptions to almost every rule. And sometimes exceptions to the
exceptions. We will be dealing with generalities to a large degree here,
please keep that in mind. &#13;</P
><P
> <P
></P
><UL
><LI
><P
> <SPAN
CLASS="QUOTE"
>"DSL"</SPAN
> will be used to refer to the entire family of DSL
technologies now available -- ADSL, SDSL, IDSL, RADSL, etc. ADSL still
seems to be the most prevalent at this time, but the others are being
deployed as well. Where it is important to differentiate one type of
DSL from another, the full proper name will be used: e.g. RADSL. xDSL is
also commonly used to refer to the various DSL technologies as a group, but
we will be using just <SPAN
CLASS="QUOTE"
>"DSL"</SPAN
> here.
</P
></LI
><LI
><P
> The term <SPAN
CLASS="QUOTE"
>"telco"</SPAN
> here refers to any potential DSL provider.
This includes the ILECs (Incumbent Local Exchange Carriers), a.k.a. the old
guard phone companies or state run phone companies, and where the
monopolies now have competition, the CLECs (Competitive Local Exchange
Carriers), or independent providers such as Covad in the U.S.
</P
></LI
><LI
><P
> <SPAN
CLASS="QUOTE"
>"CO"</SPAN
> is the telco acronym for <SPAN
CLASS="QUOTE"
>"Central Office"</SPAN
>.
Traditionally this is a building where one end of your phone line
physically terminates. The other end terminates at your home, office, or
wherever. It will be used here to refer to the telco end termination point,
regardless of whether it is a traditional Central Office building or
another, smaller, remote structure or device.
</P
></LI
><LI
><P
> <SPAN
CLASS="QUOTE"
>"Loop"</SPAN
> is telco speak for <SPAN
CLASS="QUOTE"
>"phone line"</SPAN
>.
Essentially, you should think of your loop as one dedicated pair of copper
wires that run uninterrupted from your residence or office directly to the
CO. This is perhaps an oversimplification, but will serve our purposes. DSL
availability, and signal quality, is tied directly to the characteristics
of your physical line -- or <SPAN
CLASS="QUOTE"
>"loop"</SPAN
> as they say.
</P
></LI
><LI
><P
> <SPAN
CLASS="QUOTE"
>"POTS"</SPAN
> is the acronym for Plain Old Telephone Service. In other
words, traditional, non-digital devices like analog phones, faxes and answering
machines. ISDN is used for DSL in some areas, so POTS is not the only way
to piggy-back DSL. But certainly the most common in many places.
</P
></LI
><LI
><P
> <SPAN
CLASS="QUOTE"
>"NID"</SPAN
>, or Network Interface Device, is the small telco
housing that is often typically attached to the outside wall of your house,
and is the service entrance for telco services, though may be placed
elsewhere depending on the phone company. This may variously also be
referred to as <SPAN
CLASS="QUOTE"
>"ONI"</SPAN
>, <SPAN
CLASS="QUOTE"
>"SNI"</SPAN
>, <SPAN
CLASS="QUOTE"
>"NIU"</SPAN
>,
<SPAN
CLASS="QUOTE"
>"TNI"</SPAN
> or other creative telco acronyms. It represents the
<SPAN
CLASS="QUOTE"
>"demarcation"</SPAN
> point that divides the customer's realm of
responsibility from the telco's. Commercial structures, and multi-family
housing will likely have something more sophisticated, and probably located
inside somewhere.
</P
></LI
><LI
><P
> <SPAN
CLASS="QUOTE"
>"DSLAM"</SPAN
> is the sophisticated hardware device in the telco's CO
where your phone line physically terminates, and thus makes DSL happen.
Increasingly, telcos are making use of smaller devices like the
<SPAN
CLASS="QUOTE"
>"mini-RAM"</SPAN
> in remote locations. We'll use <SPAN
CLASS="QUOTE"
>"DSLAM"</SPAN
>
here as a catch-all for any device that enables DSL service from a telco.
These are now being manufactured by a number of companies.
</P
></LI
><LI
><P
> <SPAN
CLASS="QUOTE"
>"Modem"</SPAN
> will be used to refer to the end user device that
enables a DSL connection. Your <SPAN
CLASS="QUOTE"
>"modem"</SPAN
> is connected to the
telco's DSLAM in the CO via your copper loop. When they are
<SPAN
CLASS="QUOTE"
>"talking"</SPAN
> DSL to each other, they are in <SPAN
CLASS="QUOTE"
>"sync"</SPAN
>.
Without <SPAN
CLASS="QUOTE"
>"sync"</SPAN
>, no connection to your ISP is possible.
</P
><P
>
<SPAN
CLASS="QUOTE"
>"Modem"</SPAN
> is indeed the correct terminology since there is
MOdulation and DEModulation of the signal, even though it doesn't
resemble an analog 56K modem like many of us have had before. These modems
incorporate other features too -- so they are more than just a
<SPAN
CLASS="QUOTE"
>"modem"</SPAN
>. Some ISPs and manufacturers may be marketing simply
<SPAN
CLASS="QUOTE"
>"routers"</SPAN
>, <SPAN
CLASS="QUOTE"
>"bridges"</SPAN
>, or even
<SPAN
CLASS="QUOTE"
>"brouters"</SPAN
> for this purpose. These are essentially DSL modems
with enhancements. A compatible <SPAN
CLASS="QUOTE"
>"modem"</SPAN
> of some kind is the
minimum hardware requirement at the customer's end of the connection. The
most commonly supplied modem is actually a combination bridge and modem.
</P
><P
> One distinction here may be where ADSL is provided over ISDN lines. In this
case, the term <SPAN
CLASS="QUOTE"
>"modem"</SPAN
> is not appropriate and the only
physical difference is that the ISDN Network Terminator (NT), is equipped
to handle DSL, but is still an NT. In any case, for brevity, we will take
license here to refer to all such devices as <SPAN
CLASS="QUOTE"
>"modems"</SPAN
>.
</P
><P
> Unless stated otherwise, we will also be assuming the <SPAN
CLASS="QUOTE"
>"modem"</SPAN
>
has an ethernet interface, and will connect to a standard ethernet Network
Card (NIC). This is far and away the most prevalent configuration for Linux
users, at least until more Linux drivers are available for PCI and USB
modems. USB modem are quite popular otherwise, because they are
<SPAN
CLASS="QUOTE"
>"plug 'n play"</SPAN
>, and arguably less expensive.
</P
><P
> It is worth noting that <SPAN
CLASS="QUOTE"
>"routers"</SPAN
> as supplied by DSL providers
are typically modem/router combination devices. In our context,
<SPAN
CLASS="QUOTE"
>"router"</SPAN
> will refer to these devices as such. There are also
SOHO broadband routers available that are only dedicated routers and lack
the modem functionality.
</P
></LI
><LI
><P
> Previous versions of this document referred to the modem as an
<SPAN
CLASS="QUOTE"
>"ANT"</SPAN
> (ADSL Network Termination). While this may be
technically correct terminology, it is not used by ISPs, manufacturers,
telcos, or most users to any extent. The <SPAN
CLASS="QUOTE"
>"modem"</SPAN
> will be just
called a modem, regardless of whatever other features it may incorporate (i.e.
router, bridge, etc.).
</P
></LI
><LI
><P
> PPPoX will be used to refer to PPPoE (PPP over Ethernet) and PPPoA
(PPPoATM, or PPP over ATM) collectively. These protocols are being used by
many DSL providers now.
</P
></LI
><LI
><P
> The information provided in this document is based mostly on the current
state of DSL in the U.S. I will assume there are enough similarities with
DSL services outside of the US that this document would still have some
merit for everyone. Correct me if I am wrong by emailing
<TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:hal@foobox.net"
>hal@foobox.net</A
>&#62;</TT
>.
</P
></LI
><LI
><P
> A <SPAN
CLASS="QUOTE"
>"#"</SPAN
> will be used to denote a command that typically is run
by the root user. Otherwise, a <SPAN
CLASS="QUOTE"
>"$"</SPAN
> will be used as the prompt
for non-root users.
</P
></LI
></UL
></P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="installation.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>DSL HOWTO for Linux</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Installation</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>