<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iTechLog &#187; commandline</title>
	<atom:link href="http://itechlog.com/tag/commandline/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and a hint of Space and Physics.</description>
	<lastBuildDate>Wed, 09 May 2012 13:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>wvdial</title>
		<link>http://itechlog.com/linux-man-pages/2009/01/02/wvdial/</link>
		<comments>http://itechlog.com/linux-man-pages/2009/01/02/wvdial/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 15:26:00 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Linux Man Pages]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[Linux Man page]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://itechlog.com/linux-man-pages/2009/01/02/wvdial/</guid>
		<description><![CDATA[<a href="http://itechlog.com/linux-man-pages/2009/01/02/wvdial/" title="wvdial"></a>WVDIAL(1) WVDIAL(1) NAME wvdial &#8211; PPP dialer with built-in intelligence. SYNOPSIS wvdial &#8211;help &#124; &#8211;version &#124; &#8211;chat &#124; &#8211;config &#124; option=value &#124; &#8211;no- syslog &#124; section&#8230; DESCRIPTION wvdial is an intelligent PPP dialer, which means that it dials a modem &#8230;<p class="read-more"><a href="http://itechlog.com/linux-man-pages/2009/01/02/wvdial/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/linux-man-pages/2009/01/02/wvdial/" title="wvdial"></a><p>WVDIAL(1)                                                            WVDIAL(1)</p>
<p>NAME</p>
<p>       wvdial &#8211; PPP dialer with built-in intelligence.</p>
<p>SYNOPSIS</p>
<p>       wvdial  &#8211;help  |  &#8211;version | &#8211;chat | &#8211;config | option=value | &#8211;no-<br />
       syslog | section&#8230;</p>
<p>DESCRIPTION</p>
<p>       wvdial is an intelligent PPP dialer, which means that it dials a  modem<br />
       and  starts  PPP  in order to connect to the Internet.  It is something<br />
       like the chat(8) program, except that it uses heuristics to  guess  how<br />
       to  dial  and  log  into your server rather than forcing you to write a<br />
       login script.</p>
<p>       When  wvdial  starts,   it   first   loads   its   configuration   from<br />
       /etc/wvdial.conf and ~/.wvdialrc which contains basic information about<br />
       the modem port, speed, and init string, along  with  information  about<br />
       your  Internet  Service  Provider (ISP), such as the phone number, your<br />
       username, and your password.</p>
<p>       Then it initializes your modem and dials the server  and  waits  for  a<br />
       connection  (a  CONNECT  string  from  the  modem).  It understands and<br />
       responds to typical connection problems (like BUSY and NO DIALTONE).</p>
<p>       Any time after connecting, wvdial will start  PPP  if  it  sees  a  PPP<br />
       sequence  from  the server.  Otherwise, it tries to convince the server<br />
       to start PPP by doing the following:</p>
<p>        &#8211; responding to any login/password prompts it sees;</p>
<p>        &#8211; interpreting &#8220;choose one of the following&#8221;-style menus;</p>
<p>        &#8211; eventually, sending the word &#8220;ppp&#8221; (a common  terminal  server  com-<br />
              mand).</p>
<p>       If  all of this fails, wvdial just runs pppd(8) and hopes for the best.<br />
       It will bring up the connection, and then wait  patiently  for  you  to<br />
       drop the link by pressin CTRL-C.</p>
<p>OPTIONS</p>
<p>       Several options are recognized by wvdial.</p>
<p>       &#8211;chat Run  wvdial  as  a chat replacement from within pppd, instead of<br />
              the more normal method of having wvdial negotiate the connection<br />
              and then call pppd.</p>
<p>       &#8211;remotename<br />
              Override  the  Remote  Name  setting in the dialer configuration<br />
              section of the configuration file. This is  mainly  useful  when<br />
              you  dial  to multiple systems with the same user name and pass-<br />
              word, and you don’t want to use  inheritance  to  override  this<br />
              setting (which is the recommended way to do it).</p>
<p>       &#8211;config [configfile]<br />
              Run wvdial with configfile as the configuration file (instead of<br />
              /etc/wvdial.conf). This is mainly useful only  if  you  want  to<br />
              have  per-user configurations, or you want to avoid having dial-<br />
              up information  (usernames,  passwords,  calling  card  numbers,<br />
              etc.) in a system wide configuration file.</p>
<p>       &#8211;no-syslog<br />
              Don’t output debug information to the syslog daemon (only useful<br />
              together with &#8211;chat).</p>
<p>       &#8211;help Prints a short message describing how to use wvdial and exits.</p>
<p>       &#8211;version<br />
              Displays wvdial’s version number and exits.</p>
<p>       wvdial is normally run without command line options, in which  case  it<br />
       reads   its   configuration  from  the  [Dialer  Defaults]  section  of<br />
       /etc/wvdial.conf.  (The configuration file is described in more  detail<br />
       in wvdial.conf(5) manual page.)</p>
<p>       One  or  more sections of /etc/wvdial.conf may be specified on the com-<br />
       mand line.  Settings  in  these  sections  will  override  settings  in<br />
       [Dialer Defaults].</p>
<p>       For example, the command:<br />
              wvdial phone2</p>
<p>       will  read  default  options  from  the [Dialer Defaults] section, then<br />
       override any or all of the options with  those  found  in  the  [Dialer<br />
       phone2] section.</p>
<p>       If  more than one section is specified, they are processed in the order<br />
       they are given.  Each section will override all the sections that  came<br />
       before it.</p>
<p>       For example, the command:<br />
              wvdial phone2 pulse shh</p>
<p>       will  read  default  options  from  the [Dialer Defaults] section, then<br />
       override any or all of the options with  those  found  in  the  [Dialer<br />
       phone2] section, followed by the [Dialer pulse] section, and lastly the<br />
       [Dialer shh] section.</p>
<p>       Using this method, it is possible to easily configure wvdial to  switch<br />
       between  different  internet  providers,  modem  init  strings, account<br />
       names, and so on without specifying the same configuration  information<br />
       over and over.</p>
<p>BUGS</p>
<p>       &#8220;Intelligent&#8221;  programs  are  frustrating  when  they don’t work right.<br />
       This version of wvdial has only minimal support for disabling or  over-<br />
       riding  its &#8220;intelligence&#8221;, with the &#8220;Stupid Mode&#8221;, &#8220;Login Prompt&#8221;, and<br />
       &#8220;Password Prompt&#8221; options.  So, in general if you have a nice  ISP,  it<br />
       will probably work, and if you have a weird ISP, it might not.</p>
<p>       Still,  it’s not much good if it doesn’t work for you, right?  Don’t be<br />
       fooled by the fact that wvdial finally made  it  to  version  1.00;  it<br />
       could  well contain many bugs and misfeatures.  Let us know if you have<br />
       problems by sending e-mail to <wvdial @nit.ca>.</p>
<p>       Also, there is now a mailing list for discussion about wvdial.  If  you<br />
       are  having  problems,  or  have  anything  else to say, send e-mail to<br />
       </wvdial><wvdial -list@lists.nit.ca>.</p>
<p>       You may encounter some error messages if you don’t have write access to<br />
       /etc/ppp/pap-secrets and /etc/ppp/chap-secrets.  Unfortunately, there’s<br />
       really no nice way around this yet.</p>
<p>FILES</p>
<p>       /etc/wvdial.conf<br />
              Configuration file which  contains  modem,  dialing,  and  login<br />
              information. See</p>
<p>       /dev/ttyS*<br />
              Serial port devices.</p>
<p>       /etc/ppp/peers/wvdial<br />
              Required  for  correct  authentication  in pppd version 2.3.0 or<br />
              newer.</p>
<p>       /etc/ppp/{pap,chap}-secrets<br />
              Contains a list of usernames and  passwords  used  by  pppd  for<br />
              authentication.  wvdial maintains this list automatically.</p>
<p>AUTHORS</p>
<p>       Dave  Coombs  and  Avery  Pennarun for Net Integration Technologies, as<br />
       part of the Worldvisions Weaver project. We would like  to  thank  SuSE<br />
       and RedHat for adding a number of various cool features to Thanks guys!</p>
<p>SEE ALSO</p>
<p>       wvdial.conf(5), wvdialconf(1), pppd(8), chat(8).</p>
<p>       FAQ:   http://www.dsb3.com/wvdial/</p>
<p>Worldvisions WvDial                May 2001                          WVDIAL(1)</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=cde9fa61-534a-4061-ac9f-e8101ed8735f" /></div>
<p></wvdial></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/commandline' rel='tag' target='_self'>commandline</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+Man+page' rel='tag' target='_self'>Linux Man page</a>, <a class='technorati-link' href='http://technorati.com/tag/wvdial' rel='tag' target='_self'>wvdial</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/linux-man-pages/2009/01/02/wvdial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

