Skip to main content

Posts

Memisahkan 2 Line Internet untuk 2 LAN di 1 Mikrotik

  Kali ini saya diminta untuk mengaktifkan 2 line internet (ISP) yang dipisahkan untuk 2 LAN yang berbeda. Topologinya adalah seperti ini: Topologi Memisahkan 2 Line Internet untuk 2 LAN Dari topologi tersebut dimaksudkan bahwa user dengan IP 192.168.1.1/24 menggunakan ISP dengan IP 103.78.123.194/28 sebagai koneksi internetnya. Begitu juga user dengan IP 192.168.88.1/24 menggunakan ISP dengan IP 119.110.123.70/30 sebagai koneksi internetnya. Pertama, lakukan konfigurasi IP Addressnya terlebih dahulu (sesuikan IP Address dengan jaringan milik anda) /ip address add address=103.78.123.194/28 interface=ether1-isp1 network=103.78.123.192 add address=119.110.123.70/30 interface=ether2-isp2 network=119.110.123.68 add address=192.168.1.1/24 interface=ether3-lan1 network=192.168.1.0 add address=192.168.88.1/24 interface=ether4-lan2 network=192.168.88.0 Lalu buatlah mangle untuk memisahkan jalur trafficnya /ip firewall mangle add action=mark-routing chain=prerouting new-routing-mark=is...

Load Balancing 2 ISP + Failover 3 ISP (PCC dan Recursive Route)

Pada lab ini, anggap saja kita mempunyai 3 ISP (2 dedicated bandwidth 50Mbps dan 1 shared bandwidth 100Mbps). Jika kita melakukan load balancing sekaligus ke 3 ISP tersebut maka performa jaringan kita akan menjadi tidak optimal karena ada 1 ISP memiliki shared bandwidth. Meskipun angkanya lebih besar daripada yang dedicated, tetapi shared artinya 100Mbps itu masih dibagi-bagi lagi, biasanya bandwidth rata-rata yang kita dapatkan hanya sekitar 15-20Mbps. Oleh karena itu, kita hanya akan melakukan load balancing menggunakan 2 ISP yang memiliki dedicated bandwidth. Sementara ISP yang memiliki shared bandwidth akan dijadikan sebagai backup ketika semua ISP dedicated bandwidth mengalami masalah (down). A. TOPOLOGI Hostname Interface Address ISP-1 (to Gateway) 11.11.11.1/24 ISP-2 (to Gateway) 22.22.22.1/24 ISP-3 (to Gateway) 33.33.33.1/24 Gateway ether1-ISP1 11.11.11.254/24 ether2-ISP2 22.22.22.254/24 ether3-ISP3 33.33.33.254/24 ether4-LAN 192.168.1.1/24 PC (LAN) eth (to Gateway) 192.168.1.X...

CEK SUPERADMIN MODEM

 Cara melihat username dan password ONU ZTE ZXHN F460 menggunakan telnet - Aktifkan fitur telnet di windows atau menggunakan program telnet lain (putty) - Pastikan ip address laptop/pc sudah satu segmen dengan F460 - Masuk ke cmd, ketik : telnet 192.168.1.1 - masukkan username : root , password : Zte521 - ketik : sendcmd 1 DB p UserInfo - jika tidak tampil dan muncul tulisan : RowCount="0" - ketik : sendcmd 1 DB p DevAuthInfo - akan terlihat username dan passwordnya ----------------------------------------------------------------------------------------- user standar username : useradmin password : bdufh ----------------------------------------------------------------------------------------- super user username : superadmin password : suportadmin ----------------------------------------------------------------------------------------

UniFi - TFTP Recovery for Bricked Access Points Net install unifi

Table of Contents Introduction TFTP for Windows TFTP for Linux & macOS Related Articles Introduction The method described in this article should help recover a "bricked" UniFi AP. This method will not void the device warranty, whereas opening the chassis for serial TTL  will void your warranty . Most soft brick issues will be resolved via this procedure. If your issue continues unresolved, it might indicate a hardware issue that cannot be resolved via software. Feel free to  contact support  if you believe this to be the case. IMPORTANT: When Recovering UAP  Gen1 Devices , The device itself will need approximately 5 minutes to finish recovering after the  put  command is entered. TFTP for Windows 1. Prior to beginning the TFTP recovery, download the firmware for the device needed by visiting the  UniFi Downloads  section. Navigate to the UAP in question using the menu on the left, and find the latest firmware file. Confirm it is...

ROM Monitor Commands

Enter  ?  or  help  at the ROM monitor prompt to display a list of available commands and options, as follows: rommon 1 > ? alias set and display aliases command boot boot up an external process confreg configuration register utility dev list the device table dir list files in file system help monitor builtin command help history monitor command history meminfo main memory information repeat repeat a monitor command reset system reset set display the monitor variables sysret print out info from last system return unalias unset an alias unset unset a monitor variable Commands are case sensitive. You can halt any command by pressing the Break key on a terminal. If you are using a PC, most terminal emulation programs halt a command when you press the Ctrl and the Break keys at...