Posts belonging to Category 'MIKROTIK'

Install Mikrotik on VMware

1. Download mikrotik iso

choose new virtual machine

choose typical

choose operation system linux cause mikrotik duplication from linux for version choose other linux.

give name and place virtual machine

For network connection choose bridge networking.
Disk capacity for installation vmware.
If everything is finished vmware look like this.
But we can make cd rom using file ISO mikrotik has been downloaded, and [...]

Burst Mikrotik

Burst Mikrotik
Burst is a feature that allows to satisfy queue requirement for additional bandwidth even if required rate is bigger that MIR (max-limit) for a limited period of time.
Burst can occur only if average-rate of the queue for the last burst-time seconds is smaller that burst-threshold. Burst will stop if average-rate of the queue for [...]

Mikrotik Blocking Web

Mikrotik Blocking Web
This example will explain you “How to Block Web Sites” & “How to Stop Downloading”. I have use Web-Proxy test Package.First, Configure Proxy.
/ip proxy
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 0.0.0.0:0
cache-drive: system
cache-administrator: “ASHISH PATEL”
max-disk-cache-size: none
max-ram-cache-size: none
cache-only-on-disk: no
maximal-client-connections: 1000
maximal-server-connections: 1000
max-object-size: 512KiB
max-fresh-time: 3d
Now, Make it Transparent
/ip firewall nat
chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
Make sure that your proxy is NOT [...]

VLAN MIKROTIK TUTORIAL

Summary
VLANs allow you to have multiple Virtual LANs on a single ethernet or wireless interface, giving the ability to segregate LANs efficiently. It supports up to 4095 VLAN interfaces, each with a unique VLAN ID, per ethernet device. VLAN priorites may also be used and manipulated. Many routers, including Cisco and Linux based, and many [...]

Mikrotik Traffic Load Balancing Tutorial

Introduction
Bandwidth management is an essential part of everyday operation for typcial ISPs, businesses, and even everday home users. There are many different types of management tools available to RouterOS users, QOS, rate-limiting, packet-limiting, to name a few.
I personally operate a wireless ISP, in an area that has no other type of convential high-speed internet (ie. [...]

Mikrotik Simple Firewall Tutorial

Make simple but powerfull.
triky of Mikrotik firewall management
1. To make Mikrotik filter brute forces
/ ip firewall filter
add chain=input protocol=tcp dst-port=22 src-address-list=ssh_blacklist action=drop comment=”Drop SSH brute forcers” disabled=no
add chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage3 action=add-src-to-address-list address-list=ssh_blacklist
address-list-timeout=1w3d comment=”” disabled=no
add chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage2 action=add-src-to-address-list address-list=ssh_stage3
address-list-timeout=1m comment=”” disabled=no
add chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage1 action=add-src-to-address-list address-list=ssh_stage2
address-list-timeout=1m comment=”” disabled=no
add chain=input [...]

Mikrotik Hotspot and RADIUS Server Tutorial

Mikrotik, to setting hotspot could be very easily, just repeated click in steps until finished. But how with the case where users more than one (the example of the student that brought laptop to the campus plus the guest, friend etc) that the wish continue to be able to connected in the network but continue [...]

Mikrotik Bandwidth Test Tutorial

Overview
The Bandwidth Tester can be used to monitor the throughput only to a remote MikroTik router (either wired or wireless) and thereby help to discover network ‘bottlenecks’.
The TCP test uses the standard TCP protocol with acknowledgments and follows the TCP algorithm on how many packets to send according to latency, dropped packets, and other features [...]

Hardware Reset Mikrotik Tutorial

Mikrotik RouterOS password can only be reset by reinstalling the Mikrotik router, or using the reset jumper (or jumper hole) in case the hardware is Mikrotik RouterBOARD. For Mikrotik RouterBOARDS just close the jumper and boot the board until the configuration is cleared. For some Mikrotik RouterBOARDs there is not a jumper, but a jumper [...]

Create Server Dota Game Online in Mikrotik Tutorial

DOTA is one of the Warcraft games for the online version. GameNet games on this is the best-selling games in addition to games, other online games like ragnarok, sealonline, Pangya, deco and much more. other than these games for free, also very fun. Here I try to write about how to create the dota server [...]