Difference between revisions of "OpenWRT: Konfigurasi UBNT NanoStation2 tanpa WebGUI"
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) (→reboot) |
||
| Line 114: | Line 114: | ||
reboot | reboot | ||
| + | |||
| + | ==Pranala Menarik== | ||
| + | |||
| + | * [[OpenWRT]] | ||
| + | * [[OpenWRT: Download Firmware yang sudah jadi]] | ||
| + | * [[OpenWRT: Source Repository Download]] | ||
| + | * [[OpenWRT: Melihat Daftar Package]] | ||
| + | |||
| + | ===Build Firmware=== | ||
| + | |||
| + | * [[OpenWRT: Build Firmware]] | ||
| + | * [[OpenWRT: Build Firmware Buffalo WZRHPG450H]] | ||
| + | * [[OpenWRT: Build Firmware Buffalo WZRHPG300N]] | ||
| + | * [[Buffalo]] | ||
| + | * [[Buffalo: WZRHPG450H Cara Recovery]] | ||
| + | * [[Buffalo: WZRHPG450H OpenWRT mengaktifkan setelah di flash]] | ||
| + | * '''[[Buffalo: WZRHPG450H Membuat Firmware OpenWRT Sendiri]]''' '''COOL''' | ||
| + | * [[Buffalo: WZRHPG450H OpenWRT instalasi aplikasi Pendukung OLSRD]] | ||
| + | * [[OpenWRT: Build Firmware Ubiquiti NanoStation2]] | ||
| + | * [[OpenWRT: Build Firmware Mikrotik RB433]] | ||
| + | * [[OpenWRT: Build Firmware Linksys WRT160NL]] | ||
| + | * [[OpenWRT: Build Firmware Linksys WRT54GL]] | ||
| + | |||
| + | ===Flash Firmware=== | ||
| + | |||
| + | * [[OpenWRT: Flash Linksys WRT54GL]] | ||
| + | * [[OpenWRT: Flash Linksys WRT160NL]] | ||
| + | * [[OpenWRT: Flash Buffalo WZRHP450H]] | ||
| + | * [[OpenWRT: Flash Buffalo WZRHP300N]] | ||
| + | * [[OpenWRT: Flash UBNT NanoStation2]] | ||
| + | * [[OpenWRT: Flash UBNT NanoStation M2]] | ||
| + | * [[OpenWRT: Flash UBNT NanoStation Loco M2]] | ||
| + | |||
| + | ===Misc=== | ||
| + | |||
| + | * [[OpenWRT: Setup OLSR di UBNT via CLI]] | ||
| + | * [[OpenWRT: Mikrotik RB433]] | ||
| + | * [[OpenWRT: Setup OLSR Sederhana]] | ||
| + | * [[OLSR - di OpenWRT]] | ||
| + | * [[OpenWRT: 3G modem]] | ||
| + | * [[OpenWRT: Build Firmware dengan 3G Modem Support]] | ||
| + | * [[OpenWRT: Setup Firewall]] | ||
| + | * [[OpenWRT: Konfigurasi UBNT NanoStation2 tanpa WebGUI]] | ||
| + | * [[UBNT]] | ||
Revision as of 05:44, 19 April 2013
Dalam salah satu contoh compile firmware di bagian sebelumnya adalah firmware OpenWRT yang sengaja di compile tanpa HTTP dan LuCI. Akibatnya, firmware tersebut jadi sangat ringan karena di operasikan tanpa WebGUI. Konfigurasinya sebetulnya relatif sederhana juga. Secara umum langkah yan perlu di lakukan ada empat (4) yaitu,
- Aktifkan Wifi menjadi adhoc network.
- Set IP address agar statik
- Set /etc/olsrd.conf
- Edit /etc/rc.local agar olsrd jalan dengan baik.
Aktifkan WiFi
Untuk mengaktifkan Wifi kita perlu mengedit,
vi /etc/config/wireless
Masukan
config wifi-device radio0
option type mac80211
option channel 1
option macaddr 00:15:6d:da:ec:d1
option hwmode 11g
option antenna auto
option diversity 0
option txpower 15
option disabled 0
config wifi-iface
option device radio0
option network mesh
option mode adhoc
option ssid MESH
option encryption none
option bssid 02:CA:FF:EE:BA:BE
Biasanya di konfigurasi awal /etc/config/wireless ada kata-kata
# REMOVE THIS LINE TO ENABLE WIFI: option disabled 1
Ubah menjadi option disable 0
Konfigurasi IP address Wireless
Edit konfigurasi IP address untuk wireless,
vi /etc/config/network
Masukan
config interface mesh
option ifname wlan0
option type bridge
option proto static
option ipaddr 172.16.123.12
option netmask 255.255.0.0
restart network
/etc/init.d/network restart
cek di console apakah sudah operasional dengan baik, ketik perintah
iwconfig
akan keluar kurang lebih
wlan0 IEEE 802.11bg ESSID:"MESH"
Mode:Ad-Hoc Frequency:2.412 GHz Cell: 02:CA:FF:EE:BA:BE
Tx-Power=15 dBm
RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Konfigurasi OLSR
Edit konfigurasi olsrd
vi /etc/olsrd.conf
Masukan
Hna4
{
}
Hna6
{
}
LoadPlugin "olsrd_txtinfo.so.0.1"
{
PlParam "accept" "0.0.0.0"
}
InterfaceDefaults
{
}
Interface "wlan0" "eth0" "br-lan"
{
Mode "mesh"
}
Masukan rc.local
masukan ke /etc/rc.local
ifconfig wlan0 172.16.123.12 /etc/init.d/olsrd stop rm /var/run/olsrd-ipv4.lock olsrd -f /etc/olsrd.conf &
reboot
Selesai sudah proses konfigurasi UBNT NanoStation2 agar menjadi Mesh Node, kita perlu me-restart menggunakan perintah
reboot
Pranala Menarik
- OpenWRT
- OpenWRT: Download Firmware yang sudah jadi
- OpenWRT: Source Repository Download
- OpenWRT: Melihat Daftar Package
Build Firmware
- OpenWRT: Build Firmware
- OpenWRT: Build Firmware Buffalo WZRHPG450H
- OpenWRT: Build Firmware Buffalo WZRHPG300N
- Buffalo
- Buffalo: WZRHPG450H Cara Recovery
- Buffalo: WZRHPG450H OpenWRT mengaktifkan setelah di flash
- Buffalo: WZRHPG450H Membuat Firmware OpenWRT Sendiri COOL
- Buffalo: WZRHPG450H OpenWRT instalasi aplikasi Pendukung OLSRD
- OpenWRT: Build Firmware Ubiquiti NanoStation2
- OpenWRT: Build Firmware Mikrotik RB433
- OpenWRT: Build Firmware Linksys WRT160NL
- OpenWRT: Build Firmware Linksys WRT54GL
Flash Firmware
- OpenWRT: Flash Linksys WRT54GL
- OpenWRT: Flash Linksys WRT160NL
- OpenWRT: Flash Buffalo WZRHP450H
- OpenWRT: Flash Buffalo WZRHP300N
- OpenWRT: Flash UBNT NanoStation2
- OpenWRT: Flash UBNT NanoStation M2
- OpenWRT: Flash UBNT NanoStation Loco M2