Blame Manuals/HowTos/Dialup/Server/Usage/overview.docbook

6d6cf1
<sect1 id="server-usage-overview">
6d6cf1
6d6cf1
    <title>Overview</title>
6d6cf1
6d6cf1
    <para>
adcc16
        In this infrastructure, dial-up connections will always be
adcc16
        established from the client computer to the server computer
adcc16
        and never the other way around.  The main purpose of a client
adcc16
        computer to establish a dial-up connection with the server
adcc16
        computer will be to use one or more internet services provided
adcc16
        in the server computer through the telphone line.
db8245
    </para>
db8245
db8245
    <para>
db8245
        In order for the server computer to answer telephone calls, it
db8245
        is required to install a Modem device in it (see 
b46cda
        linkend="server-install-modem" />). Once the Modem device has
b46cda
        been installed, you need to install and configure both
db8245
        <application>mgetty</application> and
db8245
        <application>pppd</application> programs.  The
db8245
        <application>mgetty</application> program must be run by
db8245
        <systemitem class="daemon">init</systemitem> daemon in order
db8245
        to take control over the Modem device. By default, inside
db8245
        &TC;; (release 5.5), mgetty isn't configured to start with
db8245
        <systemitem class="daemon">init</systemitem> daemon so you
db8245
        need to do it yourself (see ...). Later, for attending
db8245
        connection requests, you need to configure mgetty to use the
db8245
        <application>pppd</application> program, so the Point-to-Point
db8245
        Protocol (PPP) can be talked and IP packages can be
db8245
        interchanged between the client computer and the server
db8245
        computer. Later, you need to configure
db8245
        <application>pppd</application> to adjust it to your needs
db8245
        (see ...). 
db8245
    </para>
db8245
    
db8245
    <para>
db8245
        Once you've configured both <application>mgetty</application>
db8245
        and <application>pppd</application> programs, the server
db8245
        computer should be ready to attend incoming calls.  The
db8245
        remaining of this chapter describes the way incoming calls are
db8245
        attended by the server computer once they have arrived to its
db8245
        Modem device.
6d6cf1
    </para>
6d6cf1
6d6cf1
</sect1>