OpenBTS: GPRS

From OnnoWiki
Revision as of 08:18, 28 August 2013 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

Pembuat:

  • Alexander.Chemeris@gmail.com
  • @chemeris

Code ada di


GPRS

Layanan GPRS tersedia di OpenBTS untuk semua transceiver. Mengaktifkannya sebetulnya relatif sederhana. Kita perlu mengkonfigurasi OpenBTS untuk menangani traffic GPRS. Kemudian mengkonfigurasi mesin agar me-routing traffic secara benar.


Konfigurasi OpenBTS

Untuk mengaktifkan layanan GPRS, jalanan perintah berikut di CLI

config GPRS.Enable 1


Konfigurasi Mesin

In the public release of GPRS, the machine running OpenBTS acts as a router for handset network requests. To support this, we've provided an iptables rule that will do this, located in OPENBTS_TRUNK/apps/iptable.rules. First, this script must be modified to target the network interface you wish to route traffic over. For the following line in iptables.rules, wlan0 should be changed to that interface.

-A POSTROUTING -o wlan0 -j MASQUERADE

Following this change, you can load the rules by doing the following from the apps directory.

sudo iptables-restore < iptables.rules


Referensi

Pranala Menarik

Persiapan

OpenBTS 2.6

OpenBTS 2.8

Multi OpenBTS 2.8

Ettus E110

Ettus N210

GPRS

Briker OpenBTS

FreeSWITCH OpenBTS

Power Amplifier

Lain Lain

Catatan Legal dan Pendukung

Catatan Sejarah

Dokumentasi Video