<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tardus</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tardus"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Tardus"/>
	<updated>2026-04-12T02:08:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Wvdial&amp;diff=34938</id>
		<title>Wvdial</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Wvdial&amp;diff=34938"/>
		<updated>2007-09-05T08:18:58Z</updated>

		<summary type="html">&lt;p&gt;Tardus: /* Howto: when connecting using a SecurID one-shot password generator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''wvdial''' is a console-based software package for setting up and connecting to the [[Internet]] via [[dial-up]]. It is especially good at self-configuring your serial [[modem]] (provided it is not a [[winmodem]]), often rapidly solving the problem of connecting when other programs like [[Kppp]] don't work.&lt;br /&gt;
&lt;br /&gt;
==Installing wvdial==&lt;br /&gt;
See [[installing software]].&lt;br /&gt;
&lt;br /&gt;
==Setting up==&lt;br /&gt;
To set up your modem connection, just login as [[root]] and type :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# wvdialconf wvdial.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The program will automatically scan your serial ports, find the modem and set it up with the most appropriate parameters.&lt;br /&gt;
This is stored in the wvdial.conf file. Move this file to&lt;br /&gt;
your /etc directory. Run the  command&lt;br /&gt;
# ln -s /dev/ttyS0 /dev/modem&lt;br /&gt;
Replace the ttyS0 with whatever serial port the wvdial.conf&lt;br /&gt;
file has your modem listed as connected to. Edit the file &lt;br /&gt;
# /etc/wvdial.conf to insert your phone number, username and password. Here is a sample configuration file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Dialer Defaults]&lt;br /&gt;
&lt;br /&gt;
Modem = /dev/ttyS2&lt;br /&gt;
Baud = 57600&lt;br /&gt;
Init = ATZ&lt;br /&gt;
Init2 = AT S11=50&lt;br /&gt;
Phone = 555-4242&lt;br /&gt;
Username = apenwarr&lt;br /&gt;
Password = my-password&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Configuration is finished.&lt;br /&gt;
Use the latest version of wvdial(1.54) Earlier versions won't&lt;br /&gt;
work with most ISPs. To get the version type&lt;br /&gt;
wvdial --version&lt;br /&gt;
Remember to add your ISP DNS servers in the &lt;br /&gt;
# /etc/resolv.conf  file. Insert the line&lt;br /&gt;
# nameserver 196.25.1.11 &lt;br /&gt;
into this file using gedit or wathever your ISP dns server is&lt;br /&gt;
Wvdial will look for  resolv.conf and wvdial.conf in your&lt;br /&gt;
/etc directory only.  Make certain they are there.&lt;br /&gt;
&lt;br /&gt;
==Connecting==&lt;br /&gt;
When you want to connect,you can launch (as root) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# wvdial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and you should be connected to the net.&lt;br /&gt;
&lt;br /&gt;
wvdial will complain if not launched as root. You can circumvent this problem (for example if you want to create a link on your desktop) by finding where is the wvdial binary (for example in /usr/bin) and typing (as root):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# chmod a+s /usr/bin/wvdial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(This is technically said setting the [[SUID]] bit). This way you can launch wvdial as a normal user and it will run with root privileges.&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
In [[Slackware]] 10, I noticed wvdial wrote DNS configuration on /etc/ppp/resolv.conf while reading /etc/resolv.conf. This prevented DNS from working. Copying /etc/ppp/resolv.conf on /etc/resolv.conf solved the problem.&lt;br /&gt;
&lt;br /&gt;
==Howto: when connecting using a SecurID one-shot password generator==&lt;br /&gt;
It took me a while to work out how to do this - in the end it was quite simple.&lt;br /&gt;
See --&amp;gt; . [[User:Tardus]] Top marks to WVDIAL 8-)&lt;br /&gt;
[[Category:Networking]]&lt;/div&gt;</summary>
		<author><name>Tardus</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Wvdial&amp;diff=34937</id>
		<title>Wvdial</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Wvdial&amp;diff=34937"/>
		<updated>2007-09-05T08:17:48Z</updated>

		<summary type="html">&lt;p&gt;Tardus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''wvdial''' is a console-based software package for setting up and connecting to the [[Internet]] via [[dial-up]]. It is especially good at self-configuring your serial [[modem]] (provided it is not a [[winmodem]]), often rapidly solving the problem of connecting when other programs like [[Kppp]] don't work.&lt;br /&gt;
&lt;br /&gt;
==Installing wvdial==&lt;br /&gt;
See [[installing software]].&lt;br /&gt;
&lt;br /&gt;
==Setting up==&lt;br /&gt;
To set up your modem connection, just login as [[root]] and type :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# wvdialconf wvdial.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The program will automatically scan your serial ports, find the modem and set it up with the most appropriate parameters.&lt;br /&gt;
This is stored in the wvdial.conf file. Move this file to&lt;br /&gt;
your /etc directory. Run the  command&lt;br /&gt;
# ln -s /dev/ttyS0 /dev/modem&lt;br /&gt;
Replace the ttyS0 with whatever serial port the wvdial.conf&lt;br /&gt;
file has your modem listed as connected to. Edit the file &lt;br /&gt;
# /etc/wvdial.conf to insert your phone number, username and password. Here is a sample configuration file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Dialer Defaults]&lt;br /&gt;
&lt;br /&gt;
Modem = /dev/ttyS2&lt;br /&gt;
Baud = 57600&lt;br /&gt;
Init = ATZ&lt;br /&gt;
Init2 = AT S11=50&lt;br /&gt;
Phone = 555-4242&lt;br /&gt;
Username = apenwarr&lt;br /&gt;
Password = my-password&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Configuration is finished.&lt;br /&gt;
Use the latest version of wvdial(1.54) Earlier versions won't&lt;br /&gt;
work with most ISPs. To get the version type&lt;br /&gt;
wvdial --version&lt;br /&gt;
Remember to add your ISP DNS servers in the &lt;br /&gt;
# /etc/resolv.conf  file. Insert the line&lt;br /&gt;
# nameserver 196.25.1.11 &lt;br /&gt;
into this file using gedit or wathever your ISP dns server is&lt;br /&gt;
Wvdial will look for  resolv.conf and wvdial.conf in your&lt;br /&gt;
/etc directory only.  Make certain they are there.&lt;br /&gt;
&lt;br /&gt;
==Connecting==&lt;br /&gt;
When you want to connect,you can launch (as root) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# wvdial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and you should be connected to the net.&lt;br /&gt;
&lt;br /&gt;
wvdial will complain if not launched as root. You can circumvent this problem (for example if you want to create a link on your desktop) by finding where is the wvdial binary (for example in /usr/bin) and typing (as root):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# chmod a+s /usr/bin/wvdial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(This is technically said setting the [[SUID]] bit). This way you can launch wvdial as a normal user and it will run with root privileges.&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
In [[Slackware]] 10, I noticed wvdial wrote DNS configuration on /etc/ppp/resolv.conf while reading /etc/resolv.conf. This prevented DNS from working. Copying /etc/ppp/resolv.conf on /etc/resolv.conf solved the problem.&lt;br /&gt;
&lt;br /&gt;
==Howto: when connecting using a SecurID one-shot password generator==&lt;br /&gt;
It took me a while to work out how to do this. [[User:Tardus]] - in the end it was quite simple. Top marks to WVDIAL 8-)&lt;br /&gt;
[[Category:Networking]]&lt;/div&gt;</summary>
		<author><name>Tardus</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Tardus&amp;diff=34931</id>
		<title>User:Tardus</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Tardus&amp;diff=34931"/>
		<updated>2007-09-05T06:46:03Z</updated>

		<summary type="html">&lt;p&gt;Tardus: WVDIAL solves dialup SecurID problem&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HOW-TO: getting a PPP dialup connection when you have to use a SecurID one-shot password device. ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It took me quite a while to work this out so that I can dial-in to work without needing a Win box at home. In the end it was simple enough, using WVDIAL and the fact that the numeric password on the SecurID device is good for at least 1 minute.&lt;br /&gt;
&lt;br /&gt;
as root, run '''wvdialconf'''&lt;br /&gt;
&lt;br /&gt;
edit /etc/wvdial.conf with the correct username and phone number, BUT NO PASSWORD.&lt;br /&gt;
&lt;br /&gt;
then, still as root,&lt;br /&gt;
&lt;br /&gt;
'''wvdial password=nnnnnn''' (where nnnnnn is the current number on the SecurID; HINT; wait till a new number appears, then type that in - that gives you the max. time for a ppp connection to be made)&lt;br /&gt;
&lt;br /&gt;
That's it! Worked staright away for me. I'm using Xubuntu on an old IBM Thinkpad A22m with 128MB RAM, and using the built-in modem, which '''wvdialconf''' found OK.&lt;br /&gt;
&lt;br /&gt;
Full details are on my website at http://tardus.co.nr and look under the &amp;quot;Computers&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
Hope someone finds this helpful.&lt;/div&gt;</summary>
		<author><name>Tardus</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Tardus&amp;diff=34930</id>
		<title>User:Tardus</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Tardus&amp;diff=34930"/>
		<updated>2007-09-05T06:44:09Z</updated>

		<summary type="html">&lt;p&gt;Tardus: PPP Dialup using SecurID and WVDIAL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== HOW-TO: getting a PPP dialup connection when you have to use a SecurID one-shot password device. ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It took me quite a while to work this out so that I can dial-in to work without needing a Win box at home. In the end it was simple enough, using WVDIAL and the fact that the numeric password on the SecurID device is good for at least 1 minute.&lt;br /&gt;
&lt;br /&gt;
as root, run '''wvdialconf'''&lt;br /&gt;
&lt;br /&gt;
edit /etc/wvdial.conf with the correct username and phone number, BUT NO PASSWORD.&lt;br /&gt;
&lt;br /&gt;
then, still as root,&lt;br /&gt;
&lt;br /&gt;
'''wvdial password=nnnnnn''' (where nnnnnn is the current number on the SecurID; HINT; wait till a new number appears, then type that in - that gives you the max. time for a ppp connection to be made)&lt;br /&gt;
&lt;br /&gt;
That's it! Worked staright away for me. I'm using Xubuntu on an old IBM Thinkpad A22m with 128MB RAM, and using the built-in modem, which '''wvdialconf''' found OK.&lt;br /&gt;
&lt;br /&gt;
Full details are on my website at http://tardus.co.nr and look under the &amp;quot;Computers&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
Hope someone finds this helpful.&lt;/div&gt;</summary>
		<author><name>Tardus</name></author>
	</entry>
</feed>