glfs/connect/dialup/wvdial/wvdial-config.xml
Larry Lawrence f07203c54a update ppp intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1168 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-22 23:46:22 +00:00

26 lines
842 B
XML

<sect2>
<title>Configuring wvdial</title>
<sect3><title>Config files</title>
<para><filename>/etc/wvdial.conf</filename>,
<filename>/etc/ppp/peers/*</filename></para></sect3>
<sect3><title>Configuration Information</title>
<para><screen><userinput><command>touch /etc/wvdial.conf &amp;&amp;
wvdialconf /etc/wvdial.conf</command></userinput></screen>
<command>wvdialconf</command> will test that you have a working modem
and try to determine it's exact setup. You will then need to enter your
<acronym>ISP</acronym>'s phone number, login name and password into the
<filename>/etc/wvdial.conf</filename> file.</para>
<para>You then start wvdial with:
<screen><userinput><command>wvdial</command></userinput></screen></para>
<para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
</sect3>
</sect2>