Difference between revisions of "OpenBTS: E110 Instalasi iptables"

From OnnoWiki
Jump to navigation Jump to search
(New page: Instalasi iptables dibutuhkan untuk mengoperasikan GPRS. Lakukan opkg update opkh install iptables ==Pranala Menarik== * OpenBTS * OpenBTS: Arsitektur secara umum ===Persia...)
 
Line 5: Line 5:
 
  opkg update
 
  opkg update
 
  opkh install iptables
 
  opkh install iptables
 +
 +
==Aktifkan NAT==
 +
 +
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
 +
echo 1 > /proc/sys/net/ipv4/ip_forward
 +
  
  

Revision as of 10:00, 27 August 2013

Instalasi iptables dibutuhkan untuk mengoperasikan GPRS.

Lakukan

opkg update
opkh install iptables

Aktifkan NAT

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward


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