Mikrotik Limit Bandwidth Download by Extension

siapkan extention, buat rule firewall dan masukkan ke adress list network  contoh:

/ip firewall filter add chain=forward src-address=10.10.11.240/28 protocol=tcp content=.exe action=add-dst-to-address-list address-list=cekek address-list-timeout=01:00:00 Read More »

Hotspot, apply different limits and traffic priorities / burst

Introduction

Many users are always asking about how to prioritize the traffic using the Mikrotik RouterOS Hotspot service.
The following method helps to manage the network traffic and customize it the way you want. It also insure to provide the correct service for a specific use in a big network, giving priority for the VIPs, Special users or services in a congested network.
Also, you can use the same method if you want to make sure that heavy users should not keep downloading or uploading files for long period in order to save the rest of available traffic for light users who are looking for good speed for browsing or occasionally access. This can be applied using the burst limit or a combination of minimum and burst limit with priority.
The trick with bandwidth management in Hotspot is to use the Users Profiles, and assign the different type of speeds that is related to a specific group. Read More »

Netinstall di Mikrotik

yang perlu di siapkan adalah :

  1. PC dengan interface Ethernet dan Serial/COM
  2. Kabel UTP
  3. Routerboard atau  PC

Netinstall bisa di download di http://www.mikrotik.com/download.html

net-txt

next…

scripts manual queue simple hotspot

/queue simple
add burst-limit=70000/70000 burst-threshold=50000/50000 burst-time=2m/2m interface=ether5 max-limit=40000/40000 name=40kb-IP-2 target-addresses=10.10.12.2
add burst-limit=70000/70000 burst-threshold=50000/50000 burst-time=2m/2m interface=ether5 max-limit=40000/40000 name=40kb-IP-3 target-addresses=10.10.12.3
add burst-limit=70000/70000 burst-threshold=50000/50000 burst-time=2m/2m interface=ether5 max-limit=40000/40000 name=40kb-IP-4 target-addresses=10.10.12.4 Read More »

Addons Firefox

firefox

Firefox merupakan browser favorit saya sejak beberapa tahun terakhir. Salah satu alasan utamanya adalah banyaknya addon gratis yang bisa ditambahkan untuk memperkaya fitur Firefox. Ini tentunya berbeda dengan Internet Explorer dan Opera yang hanya memiliki sedikit pilihan addons atau plugins. Read More »

Sedikit mengingat perintah DOS

ipconfig /all
Menampilkan informasi konfigurasi koneksi, misalnya Host Name, Primary DNS Type, Ethernet Adapter LAN.

ipconfig /displaydns
Menampilkan DNS Cache. Read More »

Install Webmin di Slackware

Tadinya sih mo ngerjain pagi, ternyata ada aja halangannya, pengin coba install webmin ,mulai surfing dengan mengetikkan http://www.webmin.com. Kemudian mencari link download , ternyata gak ada paket slackware, hiks !!
Gak jadi soal , mulai download paket resource wget -c http://internode.dl.sourceforge.net/sourceforge/webadmin/webmin-1.430.tar.gz
kemudiaan lakukan extrak : Read More »

Mikrotik Cacti Templates

Development

From WanWiki

There is a development server on the WAN, that provides a bit of a development “area” for people that interested, like for example development of the wifimap.

Available are:

  • web
  • mysql (incl. phpMyAdmin access)
  • cvs (incl. auto deployment to web)
  • daily backup of cvs and sql
  • local ssh access on waldorf Read More »

Proxy set

/ip proxy
set cache-administrator=admin@proxy1.net.net cache-on-disk=yes enabled=yes max-cache-size=130702000KiB max-client-connections=999 max-server-connections=999 port=8080
/ip proxy access Read More »

Mengkonfigurasi Linux sebagai Gateway

Telah berhasil dilakukan pada sistem distribusi Redhat dan Mandrake
1. Konfigurasi I (Hubungan Dial-Up)
Pada konfigurasi pertama ini yang akan dilakukan adalah memasang 2 jenis interface dalam Linux yg kita miliki (Dial Up Modem dan ethernet card). Read More »