Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 0d5cd12c82d627a82c59047e1ba7b8a9 > files > 1684

howto-html-fr-9.0-0.2mdk.noarch.rpm

<HTML>
<HEAD>
<TITLE>Installation de PPP</TITLE>
</HEAD>
<BODY>
<H1>5. <A NAME="s5"></A>Installation de PPP</H1>
<P>
<A HREF="Dial-On-Demand.html#toc5">Contenu de cette section</A></P>

<P>Les programmes suivants sont n&eacute;cessaires pour l'installation d'un lien
PPP :</P>
<P>
<DL>
<DT><B>/usr/sbin/pppd</B><DD><P>Daemon PPP.</P>
<DT><B>/usr/sbin/pppstats</B><DD><P>Statistiques PPP.</P>
<DT><B>/usr/sbin/chat</B><DD><P>Ex&eacute;cution de scripts.</P>
</DL>
</P>
<P></P>
<P>A installer avec :</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
cd /usr/src
tar zxf ppp-2.2.0f.tar.gz
cd ppp-2.2.0f
./configure
make kernel
</PRE>
</CODE></BLOCKQUOTE>
</P>
<P></P>
<P>Les noyaux r&eacute;cents incluent le code de PPP, <CODE>make kernel</CODE> ne
remplacera donc rien du tout. V&eacute;rifier les fichiers <CODE>README</CODE> et
<CODE>Makefile</CODE> pour le support du kit <EM>Shadow</EM>.
Ex&eacute;cutez alors :</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
make
make install
</PRE>
</CODE></BLOCKQUOTE>
</P>
<P></P>
<P></P>
<P></P>
<HR>
<P>
Chapitre <A HREF="Dial-On-Demand-6.html">suivant</A>,
Chapitre <A HREF="Dial-On-Demand-4.html">Pr&eacute;c&eacute;dent</A>
<P>
Table des mati&egrave;res de <A HREF="Dial-On-Demand.html#toc5">ce chapitre</A>,
 <A HREF="Dial-On-Demand.html#toc">Table des mati&egrave;res</A> g&eacute;n&eacute;rale</P>
<P>
<A HREF="Dial-On-Demand.html">D&eacute;but</A> du document,
 <A HREF="#0"> D&eacute;but de ce chapitre</A></P>
</BODY>
</HTML>