
December 9, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: MIKROTIK |
1 Comment »

November 16, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: MIKROTIK |
2 Comments »

November 16, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: MIKROTIK, tutorial |
2 Comments »

November 14, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: MIKROTIK, tutorial |
3 Comments »

November 9, 2009 | Posted by admin
MikroTik RouterOS™ is a router operating system and software which turns a regular Intel PC or MikroTik RouterBOARD™ hardware into a dedicated router.
download mikrotik 2.9.27 cracked
1 people like this post.
Like
Categories: SOFTWARE |
Tags: MIKROTIK, SOFTWARE |
No Comments »

November 9, 2009 | Posted by admin
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. [...]
Categories: MIKROTIK |
Tags: firewall, MIKROTIK, SOFTWARE, tutorial |
2 Comments »

November 9, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: firewall, MIKROTIK, tutorial |
No Comments »

November 8, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: MIKROTIK, tutorial |
2 Comments »

November 8, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: MIKROTIK, tutorial |
No Comments »

November 7, 2009 | Posted by admin
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 [...]
Categories: MIKROTIK |
Tags: MIKROTIK, tutorial |
No Comments »
Recent Comments