OpenBTS: GPRS: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 5: Line 5:
Code ada di
Code ada di
* https://github.com/chemeris/openbts-p2.8
* https://github.com/chemeris/openbts-p2.8
Machine Configuration
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==
==Referensi==

Revision as of 06:21, 22 August 2013

Pembuat:

  • Alexander.Chemeris@gmail.com
  • @chemeris

Code ada di


Machine Configuration

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

GPRS

Power Amplifier

Lain Lain

Catatan Sejarah

Dokumentasi Video