30/09/10

* Setting Dial Up Internet menggunakan operator GSM dan CDMA




                             
                              Setting Dial Up Internet menggunakan operator GSM dan CDMA

GSM
CDMA

Telkomsel Flash – Halo/Simpati/As (Waktu)
Dial Up Number : *99***1#
User Name :
Password :
Access Point : FLASH
Extra Setting : at+cgdcont=1,”IP”,”flash”

Telkom Flexi – Classy/Trendy (Data)
Dial Up Number : #777
User Name : telkomnet@flexi
Password : telkom
Access Point :
Extra Setting : at+crm=1

Telkomsel GPRS – Halo/Simpati/As (Data)
Dial Up Number : *99***1#
User Name : wap
Password : wap123
Access Point : TELKOMSEL
Extra Setting : at+cgdcont=1,”IP”,”internet”

Telkom Flexi – Classy/Trendy (Waktu)
Dial Up Number : 080989999
User Name : telkomnet@instan
Password : telkom
Access Point :
Extra Setting : at+crm=0

Indosat – Matrix – (Data)
Dial Up Number : *99***1#
User Name :
Password :
Access Point : www.satelindogprs.com
Extra Setting : at+cgdcont=1,”IP”,” www.satelindogprs.com

Mobile 8 – Fren
Dial Up Number : #777
User Name : m8
Password : m8
Access Point :
Extra Setting :

Indosat – Mentari – (Data)
Dial Up Number : *99***1#
User Name : indosat
Password : indosat
Access Point : www.satelindogprs.com
Extra Setting : at+cgdcont=1,”IP”,” www.satelindogprs.com

Starone
Dial Up Number : #777
User Name : starone
Password : indosat
Access Point :
Extra Setting :

Indosat – IM3 – (Data)
Dial Up Number : *99***1#
User Name : gprs
Password : im3
Access Point : www.indosat-m3.net
Extra Setting : at+cgdcont=1,”IP”,” www.indosat-m3.net

Esia (Waktu)
Dial Up Number : #777
User Name : esia
Password : esia
Access Point :
Extra Setting :

Indosat – IM3 – (Waktu)
Dial Up Number : *99***1#
User Name : indosat@durasi
Password : indosat@durasi
Access Point : www.indosat-m3.net
Extra Setting : at+cgdcont=1,”IP”,” www.indosat-m3.net


XL – Xplor/Bebas (Data)
Dial Up Number : *99***1#
User Name : xlgprs
Password : proxl
Access Point : www.xlgprs.net
Extra Setting : at+cgdcont=1,”IP”,” www.xlgprs.net


Axis – (Data)
Dial Up Number : *99***1#
User Name : axis
Password : 123456
Access Point : AXIS
Extra Setting : at+cgdcont=1,”IP”,”axis”


Three – (Data)
Dial Up Number : *99***1#
User Name : 3gprs
Password : 3gprs
Access Point : 3grps
Extra Setting : at+cgdcont=1,”IP”,”3gprs”



Koneksi internet (indosatm3) di ubuntu (7.10) via bluetooth menggunakan nokia N73me
Tulisan ini mungkin akan memberika kesan bahwa menggunakan Sistem Operasi linux itu ribet dan hanya untuk orang-orang tertentu saja, tapi saya justu mendapat pesan bahwa merubah kebiasaan dan pola pikir itu yang lebih susah. Kebiasaan dimanjakan dengan OS komersil, ingin serba instan dan tidak menghargai proses, kode sumber tertutup, dsb.

Berikut informasi device yang saya gunakan:
a. Axioo centaur NL series
b. USB Pendrive Bluetooth
c. N73me & Im3 prabayar
d. Ubuntu linux (7.10 - gutsy gibbon) dengan gnome sebagai desktop envtnya.

Sebelum ke tahapan instalasi, ada baiknya kita tau beberapa hal sbb:
Axioo centaur (NL series) sebenarnya memiliki modem bawaan sendiri yang bisa dimanfaatkan untuk dialup melalui kabel telp (misal: telkomnet@instan). Tapi cakupan how to ini hanya untuk koneksi dialup menggunakan modem ponsel menggunakan bluetooth. Walaupun sebenarnya ada cara lain (menggunakan kabel DKU), saya tetap memilih menggunanak bluetooth karena mengingat banyak keuntungan menggunakan koneksi nirkabel ini. Memang koneksinya agak lambat (namanya juga dialup gprs ).
OK kita sekarang kita mulai praktek:
1. hidupkan komputer yang sudah terinstal ubuntu linux
2. pastikan gnome-bluetooth sudah terinsall
root@gutsy:/home/andiagusti# apt-get install gnome-bluetooth
Reading package lists... Done
Building dependency tree      
Reading state information... Done
gnome-bluetooth is already the newest version.
The following packages were automatically installed and are no longer required:
  artsbuilder libsqlite0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

3. Edit /etc/bluetooth/hcid.conf
Ubah:
a. "Security Manager mode" dari "user" menjadi "auto"!
b. "Default PIN code for incoming connections" dari 1234 menjadi angka lain!

lebih kurang seperti contoh berikut:
root@gutsy:/home/andiagusti#gedit /etc/bluetooth/hcid.conf
options {
# Automatically initialize new devices
autoinit yes;

# Security Manager mode
#   none - Security manager disabled
#   auto - Use local PIN for incoming connections
#   user - Always ask user for a PIN
#
security auto;

# Pairing mode
#   none  - Pairing disabled
#   multi - Allow pairing with already paired devices
#   once  - Pair once and deny successive attempts
pairing multi;

# Default PIN code for incoming connections
passkey "4321";
}
... dst

4. restart bluetooth!
root@gutsy:/home/andiagusti# /etc/init.d/bluetooth restart
 * Restarting Bluetooth services                                         [ OK ]


5. aktifkan ponsel untuk pairing dengan bluetooth
bila diminta, masukkan PIN code 4321 atau angka lain sesuai setting pada hcid.conf

6. Scan MAC Address dan channel Dial-UP Networking (DUN) dengan perintah “sdptool search DUN”
root@gutsy:/home/andiagusti# sdptool search DUN
Inquiring ...
Searching for DUN on 00:19:79:DF:10:28 ...
Service Name: Dial-Up Networking
Service RecHandle: 0x10041
Service Class ID List:
  "Dialup Networking" (0x1103)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 2
Language Base Attr List:
  code_ISO639: 0x454e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Dialup Networking" (0x1103)
    Version: 0x0100

Kita dapatkan,
MAC address: 00:19:79:DF:10:28
Service Name: Dial-Up Networking
Channel: 2

7. Ubah file /etc/bluetooth/rfcomm.conf dan ubah, sesuai dengan hasil dari sdptool search DUN sebelumnya.
Lebih kurangnya mungkin menjadi seperti ini:
a. bind menjadi yes
b. device menjadi 00:19:79:DF:10:28
c. channel menjadi 2
rfcomm0 {
bind yes;
device 00:19:79:DF:10:28;
channel 2;
comment “Bluetooth PPP Connection”;
}


8. Aktifkan device rfcomm dengan nilai bind 0, MAC Adress, dan channel 2 sesuai hasil perintah sebelumnya.
# rfcomm bind 0 00:19:79:DF:10:28 2


9. Edit wvdial.conf untuk memasukkan seting modem, phone, username dan password!. Untuk indosatim3 settingnya adalah sbb:
root@gutsy:/home/andiagusti# gedit /etc/wvdial.conf
[Dialer Defaults]
Init1 = ATZ
init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
INIT3 = at+cgdcont=1, "ip", "indosatgprs"
Modem Type = Analog Modem
ISDN = 0
Phone = *99***1#
Modem = /dev/rfcomm0
Username = indosat
Password = indosat
Baud = 460800


10. Konek ke internet dengan mengetikkan perintah #wvdial
andiagusti@gutsy:~$ wvdial
WvDial<*1>: WvDial: Internet dialer version 1.56
WvModem<*1>: Cannot get information for serial port.
WvDial<*1>: Initializing modem.
WvDial<*1>: Sending: ATZ
WvDial Modem<*1>: ATZ
WvDial Modem<*1>: OK
WvDial<*1>: Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
WvDial Modem<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
WvDial Modem<*1>: OK
WvDial<*1>: Sending: at+cgdcont=1, "ip", "indosatgprs"
WvDial Modem<*1>: at+cgdcont=1, "ip", "indosatgprs"
WvDial Modem<*1>: OK
WvDial<*1>: Modem initialized.
WvDial<*1>: Sending: ATDT*99***1#
WvDial<*1>: Waiting for carrier.
WvDial Modem<*1>: ATDT*99***1#
WvDial Modem<*1>: CONNECT
WvDial Modem<*1>: ~[7f]}#@!}!} } }2}#}$@#}!}$}&percnt;\}"}&} }*} } g}&percnt;~
WvDial<*1>: Carrier detected.  Waiting for prompt.
WvDial Modem<*1>: ~[7f]}#@!}!} } }2}#}$@#}!}$}&percnt;\}"}&} }*} } g}&percnt;~
WvDial<*1>: PPP negotiation detected.
WvDial<Notice>: Starting pppd at Sat Sep  6 12:58:42 2008
WvDial<Notice>: Pid of pppd: 858
WvDial<*1>: Using interface ppp0
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: local  IP address 10.35.6.232
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: remote IP address 10.6.6.6
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: primary   DNS address 124.195.15.100
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: secondary DNS address 124.195.15.98
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]
WvDial<*1>: pppd: [10] [06][08]  [06][08]З[06][08]


Selesai.
Untuk berhenti (disconnect) modem, ketikkan CTR+C
untuk mencoba seting telah benar. Silahkan lakukan ping, misal seperti ini!

andiagusti@gutsy:~$ ping my.opera.com
PING my.opera.com (213.236.208.98) 56(84) bytes of data.
64 bytes from my.opera.com (213.236.208.98): icmp_seq=1 ttl=46 time=1571 ms
64 bytes from my.opera.com (213.236.208.98): icmp_seq=2 ttl=46 time=1956 ms
64 bytes from my.opera.com (213.236.208.98): icmp_seq=3 ttl=46 time=1563 ms
64 bytes from my.opera.com (213.236.208.98): icmp_seq=4 ttl=46 time=1636 ms

--- my.opera.com ping statistics ---
5 packets transmitted, 4 received, 20&percnt; packet loss, time 13851ms
rtt min/avg/max/mdev = 1563.890/1681.930/1956.004/160.698 ms, pipe 2
andiagusti@gutsy:~$


Cara Setting GPRS GSM & CDMA
Telkomsel   

GPRS
     - Profile Name : TselGPRS
     - APN : telkomsel
     - User name : wap
     - Password : wap123
     - Gateway IP : 10.1.89.130
     - Homepage : http://wap.telkomsel.com/
     - Data Bearer : GPRS
     - Proxy port number : 9201 / 8000

MMS
·         Connection Name: tel-MMS
·         Data Bearer: GPRS
·         Access Point Name: mms
·         Username: wap
·         Prompt Password: No
·         Password: wap123
·         Authentication: Normal
·         Proxy address: 10.1.89.150
·         Homepage: http://mms.telkomsel.com/
Connection Security: Off
Flexi   
GPRS
    - Profile Name : WAP
    - Data Transfer : PACKET
    - Dial Up Number : #777
    - User name : wap
    - Password : wap
    - IP Server 1 : 10.177.7.7
    - Port Server 1 : 9201
    - IP Server 2 : 10.177.7.7
    - Port Server 2 : 9201
Mentari
GPRS
     - Profile Name : INDOSATGPRS
     - APN : indosatgprs
     - User name : indosat
     - Password : indosat
     - Gateway IP : 10.19.19.19
     - Homepage : http://wap.klub-mentari.com
     - Data Bearer : GPRS
     - Proxy port number :

MMS
·         Profile Name : INDOSATGPRS
·         Homepage URL : http://mmsc.indosat.com
·         IP Address : 10.19.19.19:8080
·         Bearer : GPRS
·         User Name : indosat
·         Password : indosat
·         APN : indosatmms


Fren
GPRS
    - Profile Name : WAP
    - Data Transfer : PACKET
    - Dial Up Number : #777
    - User name : m8
    - Password : m8
    - IP Server 1 : 10.21.5.201
    - Port Server 1 : 9201
    - IP Server 2 : 10.21.5.201
    - Port Server 2 : 9200
IM3
GPRS
     - Profile Name : IM3-GPRS
     - APN : www.indosat-m3.net
     - User name : gprs
     - Password : im3
     - Gateway IP : 010.019.019.019
     - Homepage : http://wap.m3-access.com
     - Data Bearer : GPRS
     - Proxy port number : 9201 / 8080

MMS
·         Connection name : M3-MMS
·         Access point name : indosatmms
·         User name : indosatmms
·         Password : indosatmms
·         Authentication : Normal
·         Homepage : http://mmsc.indosat-m3.net
·         IP address : 010.019.019.019
·         Port : 9201 (standard), 8080 (proxy)

Starone
 GPRS
    - Profile Name : WAP
    - Data Transfer : PACKET
    - Dial Up Number : #777
    - User name : wap
    - Password : wap
    - IP Server 1 : 192.168.50.60
    - Port Server 1 : 9201
    - IP Server 2 : 192.168.50.601
    - Port Server 2 : 9201
Matrix
GPRS
·         Profile Name : satelindo
     - APN :satelindogprs.com
     - User name :
     - Password :
     - Gateway IP : 202.152.162.250
     - Homepage : http://wap.matrix-centro.com
     - Data Bearer : GPRS
     - Proxy port number :

Setting OTA:
Kirim SMS ke888 dengan pesan :
ACT[spasi]GPRS
Esia
GPRS
    - Profile Name : WAP
    - Data Transfer : PACKET
    - Dial Up Number : #777
    - User name : esia
    - Password : esia
    - IP Server 1 : 010.177.007.007
    - Port Server 1 : 8088
    - IP Server 2 : 010.177.007.007
    - Port Server 2 : 8088
Three ( Registrasi YM Non GPRS )

    - Ketik YM Kirim ke 333
    - Untuk login ketik :
      inyahoo! idpassword kirim ke : 92466
    - info situs : http://three.co.id

MMS
Settings’ name : 3-MMS
Homepage : http://mms.hutch.co.id/
GPRS access point : 3mms
Authentication type : Normal
Username : 3mms
Password : 3mms
Allow adverts : No


XL

    - Profile Name : XL-GPRS
    - APN : www.xlgprs.net
    - User name : xlgprs
   - Password : proxl
   - Gateway IP : 202.152.240.050
   - Homepage : http://wap.lifeinhand.com
   - Data Bearer : GPRS
   - Proxy port number : 9201 / 8080


MMS
Connection Name: XL-MMS
Data Bearer: GPRS
Access Point Name: www.xlmms.net
Username: xlgprs
Prompt Password: No
Password: proxl
Authentication: Normal
Homepage: http://mmc.xl.net.id/servlets/mms
Connection Security: Off
Session Mode: Permanent
IP Address: Automatic
Proxy Server Address: 202.152.240.050
Proxy Port Number: 8080


AXIS
Parameter Umum GPRS
Connection Name : AXIS
Data Bearer : GPRS atau PS
Access Point Name (APN) : AXIS
Username : AXIS
Prompt Password : No
Password : 123456
Authentication : Normal
Gateway/Proxy IP Address : 10.8.3.8
Gateway/Proxy Port : 9201 atau 8080
Homepage : http://wap.axisworld.co.id
Connection Security : Off
Session Mode : Permanent
Parameter Umum MMS
Connection Name : AXISmms
Data Bearer : GPRS atau PS
Access Point Name (APN) : AXISmms
Username : AXIS
Prompt Password : No
Password : 123456
Authentication : Normal
Gateway/Proxy IP Address : 10.8.3.8
Gateway/Proxy Port : 9201 atau 8080
Homepage / MMS Server : http://mmsc.AXIS
Connection Security : Off
Session Mode : Permanent


Setting Dial Up
Tahap 1
Tahap 2
Tahap 3
Tahap 4
Tahap 5
Tahap 6
Tahap 7
Tahap 8


Tahap 9

Setting  GPRS lewat Sms  (Secara Manual  untuk mengaktifkan gprs)
Mentari
       GPRS  <Spasi> Merek HP <Spasi > Type HP
               Kirim Ke 3000

Im3
       GPRS  <Spasi> Merek HP <Spasi > Type HP
               Kirim Ke 3939

Matrix
      GPRS  <Spasi> Merek HP <Spasi > Type HP
               Kirim Ke 3939

Xl
       GPRS  <Spasi> Merek HP <Spasi > Type HP
               Kirim Ke 9667

Telkomsel
      GPRS  <Spasi> Merek HP <Spasi > Type HP
               Kirim Ke 5432



Tidak ada komentar:

Posting Komentar