Showing posts with label mikrotik router. Show all posts
Showing posts with label mikrotik router. Show all posts

Download Mikrotik Backup File Configuration

Posted by Admin Friday, June 20, 2014 0 comments
Download Mikrotik Backup File Configuration - To backup your mikrotik configuration, you can use winbox, under file button and click backup button. It's better to keep the backup file to another location,
for example, i will save that backup to my local disk.

To Download Mikrotik Backup File Configuration you can use ftp client software like filezilla or other. I use fielzilla in this tuttorial.

Open ftp client software i. e. filezilla and login to your mikrotik router with your user and password.
Host : your ip address mikrotik router
Username : your User of mikrotik router
Password : your password
port : ftp port, default is 21



After you succesfully login to your mikrotik router with ftp client, there are showing the backup files on the directory of mikrotik router. You can simply drag and drop to your local directory to backup your mikrotik router configuration files.

Mikrotik Router Port Forwarding

Posted by Admin 0 comments
Mikrotik Router Port Forwarding - Its possible to configure port forwarding with mikrotik router. There is very simple configuration to make port forwarding, i. e. you can access your PC's or any local devices from the internet.

This is the configuration to remote your PC's using the remote desktop connection :

 /ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no add action=dst-nat chain=dstnat comment="" disabled=no dst-address= "your ip public" dst-port=80 protocol=tcp to-addresses="your pc addrss" to-ports=3389



For other devices, all you need is just configure with appropriate local ip address and the port of the devices that you want to set port forwarding with mikrotik router.

Winbox, Download And How To Use

Posted by Admin Monday, March 24, 2014 1 comments
Winbox is a small program that allows users to control and monitor Mikrotik RouterOS using a fast and simple graphical user interface. To download last vesion of mikrotik winbox click the download button below :



download last version of winbox from mikrotik site, to download another version of winbox you can chose one of the follow :

winbox v2.2.18.exe

winbox v2.2.16.exe

winbox-2.2.15.exe

winbox-2.2.13.exe

Winbox loader can be downloaded directly from the router.

Open your browser and enter router's IP address, RouterOS welcome page will be displayed. Click on the link to download winbox.exe

Winbox is a small program that allows users to control and monitor Mikrotik RouterOS using a fast and simple graphical user interface. 

Basic MikroTik RouterOS Configuration Using Winbox

Posted by Admin Saturday, October 26, 2013 0 comments
Using Winbox - This article explains how to configure a Mikrotik device straight out of the box. It goes through the Winbox configuratoin utility and some of the basic setup procedures to turn your MikroTik device into a home or office wireless and wired router. In this tutorial we will go through a step by step guide to make it as simple as possible to learn and implement these setting s on your own routers.


Downloading and running winbox
Winbox in more detail including configuration files
Setting an identity on the router
Setting an IP address on the router
Setting a password
Coming soon...

Setting up dhcp client
Setting up a dhcp server on a bridge
Setting up a nat (Network Address Translation)
Securing services on the router
Setting up the wireless Access Point
Implementing a basic firewall for security

Downloading and running Winbox

Winbox is the graphical configuration utility for MikroTik RouterOS. It is a small application that can be downloaded from the MikroTik website at htttp://www.mikrotik.com Once you download winbox it can be run straight away, as no installation is required. It does however when running, setup a number of folders in your application data folder in order to save login data and plugins. This is transparent to the user but worthwhile to be aware, in order to diagnose problems and also understand the security implications of saving sensitive login information in the utility.

Winbox in more detail - including configuration files

Setting an identy on the router :

1. Go to http://www.mikrotik.com/download.html and download the latest Winbox Configuration Tool under the Tools and Utilities section to you desktop.
2. Double click on the Winbox icon on your desktop.
3. Click on System menu item then on the Identy sub menu as in the image below.