Difference between revisions of "OpenBTS: 4.0 demo konfigurasi"

From OnnoWiki
Jump to navigation Jump to search
(New page: Aktifkan NAT iptables -t nat -A POSTROUTING -o em0 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward Masuk ke cd /home/openbts /home/openbts/CLI Paramter untuk demo config GSM...)
 
Line 19: Line 19:
 
  config Control.LUR.OpenRegistration.Message Selamat Datang di OnnoSel. IMSI anda :
 
  config Control.LUR.OpenRegistration.Message Selamat Datang di OnnoSel. IMSI anda :
 
  devconfig GGSN.Logfile.Name /tmp/GGSN.log
 
  devconfig GGSN.Logfile.Name /tmp/GGSN.log
 +
config GGSN.DNS 8.8.8.8
 +
config GGSN.Firewall.Enable 0

Revision as of 16:44, 8 March 2015

Aktifkan NAT

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

Masuk ke

cd /home/openbts
/home/openbts/CLI

Paramter untuk demo

config GSM.Radio.C0 51
config GSM.Identity.MCC 525
config GSM.Identity.MNC 01
config GSM.Identity.ShortName SingTel
config GPRS.Enable 1
config Control.LUR.OpenRegistration .*
config Control.LUR.OpenRegistration.Message Selamat Datang di OnnoSel. IMSI anda :
devconfig GGSN.Logfile.Name /tmp/GGSN.log
config GGSN.DNS 8.8.8.8
config GGSN.Firewall.Enable 0