
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
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 |
3 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 »

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

November 7, 2009 | Posted by admin
Difficulties monitoring your LAN / WAN..??
do not worry, now there is “The Dude” a free program from the proxy reply for Mikrotik network monitoring functions.
The Dude network monitor mikrotik is a new application by MikroTik which can dramatically improve the way you manage your mikrotik network environment. It will automatically scan all devices within specified [...]
Categories: MIKROTIK |
Tags: MIKROTIK, tutorial |
No Comments »

November 6, 2009 | Posted by admin
ISP where we work as an administrator to use more than one gateway to connect to the Internet. Everything must be able to serve the upstream & downstream service. Because the case would be different if one of them can only serve downstream, for example when using VSAT DVB One-way.
For this case such ISPs have [...]
Categories: MIKROTIK |
Tags: MIKROTIK, tutorial |
No Comments »
Recent Comments