Jump to content

WvDial: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Tardus (talk | contribs)
m How to use WVDIAL to login with a SecurID one-shot password gadget
Tardus (talk | contribs)
No edit summary
Line 40: Line 40:
==External Links==
==External Links==
* [http://alumnit.ca/wiki/index.php?page=WvDialFAQ wvdial FAQ]
* [http://alumnit.ca/wiki/index.php?page=WvDialFAQ wvdial FAQ]
* [http://tardus.co.nr/securIDdialup.html Using wvdial with a SecurID one-shot password]


==HOWTO:- Set up a dialup connection to a private network that requires a SecurID one-shot password generator.==

Took me a while to solve this one, and I could not find anything on the web.
My employer's dialup remote access uses a "SecurID" one-shot password gadget. It displays a new 6 digit password each minute.

The usual diialup ppp tools expect a fixed password, so don't work.

I tried WVDIAL and it was so simple.
Briefly,

as root run '''wvdialconf'''

edit the /etc/wvdial.conf file to put in your remote username and phone number, but do not enter anything for a password. Comment out any password line.

then, still as root, run '''wvdial password=nnnnnn''' where the nnnnnn is the number on the SecurID. That's it. Note: best to wait till a new number appears, then type in the nnnnnn and press enter. This gives wvdial the max. time to connect and pass the password through before it changes.

Full details at http://tardus.co.nr under the "Computers" link


[[Category:Network-related software]]
[[Category:Network-related software]]

Revision as of 00:36, 6 September 2007

wvdial
Original author(s)Dave Coombs / Avery Pennarun
Stable release
1.60 / July 20, 2007
Repository
Operating systemLinux
Available inC++
TypeInternet
LicenseGNU Lesser General Public License
Websitealumnit.ca

wvdial (pronounced 'weave-dial' [1]) is a utility that helps in making modem-based connection to Internet that is included in some important Linux distributions. [2] wvdial is a Point-to-Point Protocol dialer: it dials a modem and starts pppd in order to connect to the Internet. The connection started with wvdial can be dropped by switching back to the terminal from where it was started and pressing ctrl-C.

When wvdial starts, it first loads its configuration from /etc/wvdial.conf and ~/.wvdialrc, which contain basic information about the modem port, speed, and init string, along with information about your ISP, such as the phone number, your user name, and your password. [3]

If /etc/wvdial.conf is not present, the easiest way to create it is to use configuration utility wvdialconf .

wvdialconf

wvdialconf is a non-interactive utility that helps in generating the configuration file needed by wvdial. wvdialconf detects your modem, its maximum baud rate, and a good initialization string and generates or updates the wvdial configuration file based on this information.

Example:

wvdialconf /etc/wvdial.conf

Here, /etc/wvdial.conf is the path of the file that needs to be created or updated with the details that wvdialconf detects.

The configuration file built by wvdialconf still needs to be updated with the details like your phone number, username, password for your internet connection in order for wvdial to work. [4]

See Also