Difference between revisions of "OpenBTS: GPRS"

From OnnoWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
==GPRS==
 
==GPRS==
  
GPRS service is available in OpenBTS for all tranceivers. Enabling it is relatively simple. We first need to configure OpenBTS to handle GPRS traffic. We then need to configure the machine to route traffic correctly.
+
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.
  
==OpenBTS Configuration==
 
  
To enable GPRS service, run the following command in the CLI:
+
==Konfigurasi OpenBTS==
 +
 
 +
Untuk mengaktifkan layanan GPRS, jalanan perintah berikut di CLI
  
 
  config GPRS.Enable 1
 
  config GPRS.Enable 1
  
  
==Machine Configuration==
+
==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.
 
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.

Revision as of 08:18, 28 August 2013

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