In this post i am going to tell you about a linux software named 'WvDial' used for making an internet connection using your usb modem/mobile phone in Linux.
First of all install the software by typing the following command in Debian based linux (i am using backtrack).
Command : apt-get install wvdial
Now we need to configure wvdial to make it connect properly. So just open the configuration file "wvdial.conf" present in the /etc directory "/etc/wvdial.conf" in any text editor and add the necessary lines.
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 9600
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = 7890
Username = 1234567890
In the username field enter your mobile number and in the password field enter the last 4 digits of your mobile number. Now save the text file and open terminal. To make a connection using your usb/mobile modem just type : wvdial
Do not close the window after connection is made.
First of all install the software by typing the following command in Debian based linux (i am using backtrack).
Command : apt-get install wvdial
Now we need to configure wvdial to make it connect properly. So just open the configuration file "wvdial.conf" present in the /etc directory "/etc/wvdial.conf" in any text editor and add the necessary lines.
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 9600
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = 7890
Username = 1234567890
In the username field enter your mobile number and in the password field enter the last 4 digits of your mobile number. Now save the text file and open terminal. To make a connection using your usb/mobile modem just type : wvdial
Do not close the window after connection is made.
No comments:
Post a Comment
We do receive a lot of comments each day and those comments are moderated by the human being not automated robots. So, Please avoid doing spam and posting links in comments otherwise comment will not be published. We can't tolerate anymore. Thanks for understanding!