old-www/HOWTO/PPP-HOWTO/x1516.html

196 lines
3.5 KiB
HTML

<HTML
><HEAD
><TITLE
>Overview of the server system</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.52"><LINK
REL="HOME"
TITLE="Linux PPP HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Setting up a PPP server"
HREF="ppp-server.html"><LINK
REL="PREVIOUS"
TITLE="Setting up a PPP server"
HREF="ppp-server.html"><LINK
REL="NEXT"
TITLE="Getting the software together"
HREF="x1535.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
><A
HREF="http://www.linuxports.com/howto/ppp"
TARGET="_top"
>Linux PPP HOWTO</A
></TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="ppp-server.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 28. Setting up a PPP server</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x1535.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN1516"
>28.2. Overview of the server system</A
></H1
><P
>We offer dial up PPP (and SLIP) accounts and shell accounts using the
same user name/password pair. This has the advantages (for us) that a
user requires only one account and can use it for all types of
connectivity. </P
><P
>As we are an educational organization, we do not charge our staff and
students for access, and so do not have to worry about accounting and
charging issues.</P
><P
>We operate a firewall between our site and the Internet, and this
restricts some user access as the dial up lines are inside our
(Internet) firewall (for fairly obvious reasons, details of our other
internal fire walls are not presented here and are irrelevant in any
case).</P
><P
>The process a user goes through to establish a PPP link to our site
(once they have a valid account of course) is :-
<P
></P
><UL
><LI
><P
>Dial into our rotary dialer (this is a single phone number that
connects to a bank of modems - the first free modem is then used).</P
></LI
><LI
><P
>Log in using a valid user name and password pair.</P
></LI
><LI
><P
>At the shell prompt, issue the command <TT
CLASS="LITERAL"
>ppp</TT
> to start PPP on
the server.</P
></LI
><LI
><P
>Start PPP on their PC (be it running Windows, DOS, Linux MAC OS or
whatever - that is their problem).</P
></LI
></UL
>&#13;</P
><P
>The server uses individual <TT
CLASS="LITERAL"
>/etc/ppp/options.ttyXX</TT
> files for each
dial in port that set the remote IP number for dynamic IP allocation.
The server users proxyarp routing for the remote clients (set via the
appropriate option to pppd). This obviates the need for routed or gated.</P
><P
>When the user hangs up at their end, pppd detects this and tells the modem
to hang up, bringing down the PPP link at the same time.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="ppp-server.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x1535.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Setting up a PPP server</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ppp-server.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Getting the software together</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>