OpenBTS: E110 Instalasi iptables

From OnnoWiki
Jump to navigation Jump to search

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

Error

Tampaknya kita punya masalah dengan kernel di E110 karena tidak mendukung dengan baik iptables. Akan keluar error

iptables v1.4.9.1: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.


Solusi

Harus mencari kernel modules

opkg install kernel-module-ip-tables
opkg install kernel-module-iptable-nat
opkg install kernel-module-iptable-filter
opkg install kernel-module-ipt-masquerade

Pranala Menarik

Persiapan

Script

OpenBTS 2.6

OpenBTS 2.8

Multi OpenBTS 2.8

OpenBTS 3.1.x

Ettus E110

Ettus N210

RangeNetworks

GPRS

Briker OpenBTS

FreeSWITCH OpenBTS

Power Amplifier

Lain Lain

Catatan Legal dan Pendukung

Catatan Sejarah

Dokumentasi Video

Perjuangan OpenBTS