Skip to main content

The Dude network monitor

The Dude network monitor is a new application by MikroTik which can dramatically improve the way you manage your network environment. It will automatically scan all devices within specified subnets, draw and layout a map of your networks, monitor services of your devices and alert you in case some service has problems.

The Dude demo system: Our RouterOS demo routers are viewable from within the Dude, install The Dude and connect to our Demo dude system with the Dude Secure connection to 159.148.147.209




RouterOS package is currently only suited for v3.17 and above
The Dude for Windows

the dude stable download
Dude v3.6 Optional RouterOS package

* For X86 (RB200, PC)
* For MIPS-LE (RB100, RB500)
* For MIPS-BE (RB400)
* For PPC (RB300, RB600, RB1000)

The Dude for Windows

the dude beta download
Dude v4.0beta3 Optional RouterOS package
Note: v4beta3 PPC package is currently not working

* For X86 (RB200, PC)
* For MIPS-LE (RB100, RB500)
* For MIPS-BE (RB400)
* For PPC (RB300, RB600, RB1000)

Some of it's features:

* The Dude is free of charge!
* Auto network discovery and layout
* Discovers any type or brand of device
* Device, Link monitoring, and notifications
* Includes SVG icons for devices, and supports custom icons and backgrounds
* Easy installation and usage
* Allows you to draw your own maps and add custom devices
* Supports SNMP, ICMP, DNS and TCP monitoring for devices that support it
* Individual Link usage monitoring and graphs
* Direct access to remote control tools for device management
* Supports remote Dude server and local client
* Runs in Linux Wine environment, MacOS Darwine, and Windows
* Best price/value ratio compared to other products (free of charge)

Comments

Popular posts from this blog

OSI Reference Model: Layer 2 Hardware

In my last article, I introduced the Open System Interconnect (OSI) reference model and discussed it's first layer; the Physical Layer. In this article I will discuss the second layer, the Data Link Layer, from a hardware perspective. The data link layer provides functional and procedural methods of transferring data between two points. There are five general functions which the Data Link layer is responsible for. These functions are: * Logical Link Control * Media Access Control * Data Framing * Addressing * Error Detection Logical Link Control The Logical Link Control (LLC) is usually considered a sublayer of the Data Link layer (DLL), as opposed to a function of the DLL. This LLC sublayer is primarily concerned with multiplexing protocols to be sent over Media Access Control (MAC) sublayer. The LLC does this by splitting up the data to be sent into smaller frames and adding descriptive information to these frames, called headers. Media Access Control Like LLC...

Routers

In the first part of this article series, I talked about some basic networking hardware such as hubs and switches. In this article, I want to continue the discussion of networking hardware by talking about one of the most important networking components; routers. Even if you are new to networking, you have probably heard of routers. Broadband Internet connections, such as those utilizing a cable modem or a DSL modem, almost always require a router. A router's job isn't to provide Internet connectivity though. A router's job is to move packets of data from one network to another. There are actually many different types of routers ranging from simple, inexpensive routers used for home Internet connectivity to the insanely expensive routers used by giant corporations. Regardless of a router’s cost or complexity, routers all work on the same basic principles. That being the case, I'm going to focus my discussion around simple, low budget routers that are typically used to c...