How to use dial up point-to-point protocol to connect to the internet via a GPRS mobile phone

I am sorry the title looks clumsily long, but that is to show that I am going to very much explain how you can access the internet using dial up on a Linux OS through an application called KPPP.
I assume that you already have the application installed, if you don't have you can view my previous post on installing software in linux.
STEP 1
Launch the kppp software, a user inteface like the one below will come up

Don't mind the entries in the login ID and password, in this tutorial I will create a new account.
STEP 2
Click on the configuration button below, a pop up dialogue box will come up as show below.

Click on the new button at the middle right side, a popup box like the one shown below.

Click on Manual Setup, another popup will replace this current one, as shown below

Enter the name you want to give this connection. Click on Add button, put *#99# as the phone number. Leave the other settings at the default.
Click on Modems right beside Accounts on the top menu bar, click on new .

In the new dialogue box shown below, enter the access point name as the modem name, enter the port of the phone connection and leave the other settings as they are.

STEP 3
If you want to use a bluetooth connection, plug the bluetooth dongle to the computer, go to the Konsole commandline tool and enter the folloswing commands
$ sudo su
# hcitool scan
(copy the device hardware address of the phone)
#rfcomm connect 2 00.00.00.11.AA.FF (replace with the copied address)
Make sure you speciy /dev/rfcomm2 in the Modem device setting, actually you can use rfcomm1 or rfcomm3 just by replacing the 2 in “rfcomm connect 2” with the appropraite number.

Now go back to the kppp, after saving the settings by selecting ok, in the main kppp dialogue box enter the login ID or username and password. If you conncetion doesn't need one just put “wap” for both as kppp will not connect without them since you will be connecting using PAP (Don't worry about understanding, just do it and you'll be alright).



Click on connect and you will be prompted to enter bluetooth passkey, then the connection will be made.

0 comments:

Post a Comment

 
Follow me on Twitter | About me | Terms of Service | Privacy Policy