Monday, February 6, 2012

How to run internet in RHEL 6 using mobile phone nokia,samsung.etc

Internet can be accessed in different ways. One of the ways is connecting through cell phones. Now here is a process to Connect to Internet in Linux via Mobile. This procedure is very useful as you can access Internet on the go even when you are using Linux. In order to make this happen you should follow these steps..

1.Login with root and run the following command:

wvdialconf /etc/wvdial.conf

this command detect your phone as a modem and create the wvdial.conf file.

2. Now open this file with the following command

vim /etc/wvdial.conf

and do the following entry with your phone connection service provider settings:-

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
Init3 = AT+CGDCONT=1,"IP","airtelgprs.com"
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM1
ISDN = 0
Phone = *99***1#
Username = a
Password = b

!!! Enjoy The Magic !!!



Favorites