old-www/HOWTO/PPP-HOWTO/server-info.html

227 lines
4.4 KiB
HTML

<HTML
><HEAD
><TITLE
>Getting the Information you need about the PPP server</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.52"><LINK
REL="HOME"
TITLE="Linux PPP HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="General kernel config considerations for PPP"
HREF="x686.html"><LINK
REL="NEXT"
TITLE="Configuring your modem and serial port"
HREF="modem.html"></HEAD
><BODY
CLASS="CHAPTER"
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="x686.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="modem.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="SERVER-INFO"
>Chapter 11. Getting the Information you need about the PPP server</A
></H1
><P
>Before you can establish a PPP connection with a server, you need to
obtain the following information (from the sysadmin/user support people
of the PPP server):-
<P
></P
><UL
><LI
><P
>The telephone number(s) to dial for the service
If you are behind a PABX. You also need the PABX number that gives you
an outside dial tone - this is frequently digit zero (0) or nine (9).&#13;</P
></LI
><LI
><P
> Does the server use DYNAMIC or STATIC IP numbers?
If the server uses STATIC IP numbers, then you may need to know what IP
number to use for your end of the PPP connection. If your ISP is
providing you with a subnet of valid IP numbers, you will need to know
the IP numbers you can use and the network mask (netmask).
Most Internet Service Providers use DYNAMIC IP numbers. As mentioned
above, this has some implications in terms of the services you can
use.
However, even if you are using STATIC IP numbers, most PPP servers will
never (for security reasons) allow the client to specify an IP number as
this is a security risk. You <I
CLASS="EMPHASIS"
>do</I
> still need to know this information!&#13;</P
></LI
><LI
><P
>What are the IP numbers of the ISPs Domain Name Servers?
There should be at least two, although only one is needed.
There could be a problem here. The MS Windows 95 PPP setup allows the
DNS address to be passed to the client as part of its connection
process. So your ISP (or corporate help desk) may well tell you you
don't need the IP address of the DNS server(s).
For Linux, you <I
CLASS="EMPHASIS"
>DO</I
> need the address of at least one DNS. The linux
implementation of PPP does not allow the setting of the DNS IP number
dynamically at connection time - and quite possibly will never do
so.
<I
CLASS="EMPHASIS"
>Note</I
>: whilst Linux (as a PPP client) cannot accept the DNS address
from a server, it can, when acting as a server, pass this information to
clients using the <TT
CLASS="LITERAL"
>dns-addr</TT
> pppd option.&#13;</P
></LI
><LI
><P
>Does the server require the use of PAP/CHAP?
If this is the case you need to know the "id" and "secret" you are to
use in connecting. (These are probably your user name and
password at your ISP).&#13;</P
></LI
><LI
><P
>Does the server automatically start PPP, or do you need to issue any
commands to start PPP on the server once you are logged in?
If you must issue a command to start PPP, what is it?&#13;</P
></LI
><LI
><P
>Is the server a Microsoft Windows NT system and, if so, is it
using the MS PAP/CHAP system?
Many corporate LANs seem to use MS Windows NT this way for increased security.</P
></LI
></UL
>&#13;</P
><P
>Carefully note down this information - you are going to use it!</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="x686.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="modem.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>General kernel config considerations for PPP</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Configuring your modem and serial port</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>