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 0 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.