Rupanya sekarang--apa udah lama kali ya--ada voucher time-based nominal 5000 bisa online selama 250 menit. Wah, patut dicoba tuh. Maklum kadang butuh juga buat ngirim-ngirim CV. Hehehe :). Saya menggunakan IM3 dengan koneksi bluetooth dan tentu saja CentOS 4.×. Informasi mengenai CentOS 4.× bisa dibaca DISINI.
- Pertama-tama cari bluetooth device yang aktif. Nyalakan dulu bluetooth dari ponsel kemudian gunakan
hcitool. Informasinya bisa diperoleh di http://www.bluez.org/.
[root@isengard ~]# hcitool scan
Scanning ...
00:21:AB:6C:2E:79 ~goNZaLeS~
- Setelah itu mari kita cari fasilitas Dial-Up Networking menggunakan
sdptool.
[root@isengard ~]# sdptool search DUN
Inquiring ...
Searching for DUN on 00:21:AB:6C:2E:79 ...
Service Name: Dial-up networking
Service RecHandle: 0x10003
Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
- Buat sebuah character special file dengan menggunakan
mknod kemudian set owner-nya sebagai root dan group-nya sebagai uucp menggunakan chown. Informasinya bisa diperoleh di ftp://alpha.gnu.org/gnu/coreutils/.
[root@isengard ~]# mknod /dev/rfcomm0 c 216 0
[root@isengard ~]# chown root.uucp /dev/rfcomm0
- Sekarang hubungkan antara rfcomm device dengan character special file tadi dalam hal ini
/dev/rfcomm0 dengan menggunakan rfcomm.
[root@isengard ~]# rfcomm bind /dev/rfcomm0 00:21:AB:6C:2E:79 1
- Sekarang tinggal membuat sebuah file yaitu
/etc/wvdial.conf yang akan digunakan oleh wvdial. Informasinya bisa diperoleh di http://open.nit.ca/wvdial/.
[Dialer Defaults]
Modem = /dev/rfcomm0
Init1=AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
Phone = *99***1#
[Dialer Goceng]
Init2=AT+CGDCONT=1,"IP","indosatgprs",,0,0
Username = indosat@durasi
Password = indosat@durasi
Adapun informasi GPRS saya peroleh dengan men-dial *388*1# dari ponsel.
- Sekarang tinggal dial menggunakan
wvdial.
[root@isengard ~]# /usr/bin/wvdial Goceng
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
OK
--> Sending: AT+CGDCONT=1,"IP","indosatgprs",,0,0
AT+CGDCONT=1,"IP","indosatgprs",,0,0
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
--> PPP negotiation detected.
--> Starting pppd at Sat Jan 17 21:50:47 2009
--> pid of pppd: 8619
--> Using interface ppp0
--> local IP address 10.33.196.153
--> remote IP address 10.6.6.6
--> primary DNS address 124.195.15.100
--> secondary DNS address 124.195.15.98
- Sebagai langkah terakhir sesuaikan DNS di
/etc/resolv.conf.
[root@isengard ~]# /bin/cat >/etc/resolv.conf
nameserver 124.195.15.100
nameserver 124.195.15.98
<Ctrl+D>
Selamat mencoba dan semoga penyebaran CV Anda sesuai dengan yang Anda harapkan. :)