Difference between revisions of "OpenBTS: E110 Konfigurasi Jaringan"

From OnnoWiki
Jump to navigation Jump to search
(New page: ==Username & Password untuk Login== Untuk Revisi Firmware, username & password adalah Username: root Password: usrpe ==Konfigurasi Jaringan Default== Konfigurasi default adalah DHCP ...)
 
Line 26: Line 26:
 
         network 192.168.0.0
 
         network 192.168.0.0
 
         gateway 192.168.0.222
 
         gateway 192.168.0.222
 +
        dns-nameservers 8.8.8.8

Revision as of 06:46, 21 August 2013

Username & Password untuk Login

Untuk Revisi Firmware, username & password adalah

Username: root
Password: usrpe

Konfigurasi Jaringan Default

Konfigurasi default adalah DHCP / automatis. Bisa di lihat di

/etc/network/interfaces

Settingannya adalah

auto eth0
iface eth0 inet dhcp

Untuk mengubahnya menjadi statik sebaiknya menggunakan perintah (misalnya)

auto eth0
iface eth0 inet static
        address 192.168.0.6
        netmask 255.255.255.0
        network 192.168.0.0
        gateway 192.168.0.222
        dns-nameservers 8.8.8.8