What is the Dude
By admin | January 1, 2009
The Dude is a visual and easy to use network monitoring and management system designed to represent network structure in one or more crosslinked graphical diagrams, allowing you to draw (includes automatic network discovery tool) and monitor your network however complicated it might be. The Dude is capable of monitoring particular services run on the network hosts, and alerting you about any changes in their status. It can read statistics from the devices monitored and show you graphs of the monitored values, allows you to test and connect to the devices easily, and provides some very basic RouterOS configuration tools.
It is written in two parts:
- Dude server is the actual program, which runs in the background. It does not have any graphical interface, and may only be controlled by a Dude client application located either on the local machine, or anywhere on the network. There is also a web interface for basic functionality, mostly designed as a quick and accessible review tool, not a full-fledged configuration application.
- Dude client may connect to the local or a remote Dude server, and is used as a graphical interface to it. That means that every action is really executed on the server machine and the client is just showing pictures. Thus, user window layouts are stored on the server and are not lost on disconnect.
Topics: Dude | No Comments »
MikroTik Password Recovery
By admin | November 13, 2008
RouterOS password can only be reset by reinstalling the router, or using the reset jumper (or jumper hole) in case the hardware is RouterBOARD. For RouterBOARDS just close the jumper and boot the board until the configuration is cleared. For some RouterBOARDs there is not a jumper, but a jumper hole - just put a metal object into the hole, and boot the board.
Topics: Install | No Comments »
Limit Different Bandwidth In Day and Night
By admin | May 3, 2008
There are lot many ways to limit bandwidth for day and Night, but personally I found this is the easiest way, Here it is.
I have used Simple Queue, Script and Scheduler.
Suppose we have one network 192.168.1.0/24 and want to limit Bandwidth for day and Night Time.
Network 192.168.1.0/24 Bandwidth = 06:00am – 18:00pm – 1Mbps. <Max-Limit> Bandwidth = 18:00pm – 06:00am – 2Mbps. <Max-Limit>
Create two simple queues for the same network with different Bandwidth Limit.
/queue simple
#name=”Day” target-addresses=192.168.1.0/24 dst-address=0.0.0.0/0
interface=<ether-x> parent=none direction=both priority=8
queue=default-small/default-small limit-at=512k/512k
max-limit=1M/1M total-queue=default-small
Read the rest of this entry »Topics: QOS | No Comments »
Queue Tree with more than two interfaces
By admin | May 2, 2008
Basic Setup
This page will tak about how to make QUEUE TREE in RouterOS that with
Masqueradingfor more than two interfaces.It’s for sharing internet connection among users on each interfacess.
In manual this possibility isn’t writted.First, let’s set the basic setting first. I’m using a machine with 3
or more network interfaces:[admin@instaler] > in pr
# NAME TYPE RX-RATE TX-RATE MTU
0 R public ether 0 0 1500
1 R wifi1 wlan 0 0 1500
2 R wifi2 wlan 0 0 1500
3 R wifi3 wlan 0 0 1500And this is the IP Addresses for each interface:
Read the rest of this entry »Topics: QOS | No Comments »
« Previous Entries