Change language

1.How to change language ?

2.If I will install new ver6.11, my settings in router will be saved ?

  1. language where?
  2. yes, if you upgrade, not reinstall.

on router

RouterOS only works in English, but if you use Webfig, you can use “Design Skin” button to translate the menus.

Really ?

http://wiki.mikrotik.com/wiki/User_Manager/Languages

How to install new packages ?

User manager is not RouterOS. It is a RADIUS server for user management.

Thank you. How to install Webfig ?

Webfig is installed by default. Open the router IP address in your web browser.

I did it, but interface is still in english, how to do it russian ?

You will need to find somebody to create a translation. Click ‘Design Skin’ and start changing names to Russian. We have not made a Russian Skin, so you can be the first.

Thanks.

I cant understand what the difference between forward and outgoing in firewall rules ?

“forward” means “traffic going from one network to other, throguh the router”
“output” means “traffic coming from the router itself”
“input” means “traffic destined to the router itself”

Ok, if I want to connect to my router using ftp, I have to choose input, source ip 0.0.0.0(any ip), and destination ip, what ip in destination ?

You want to allow FTP connection to router, and block others?
Make input rule with action “allow” and the needed ports, and protocol “tcp”. IP leave any.

any means 0.0.0.0 ?

Forward means traffic goes from one local network to another local ?

  1. yes
  2. forward includes any traffic that goes from one port to another, through the device. this includes LAN to Internet and Internet to LAN also.

Ok thank you.

If I want block http trafic from local to internet what I have to use ?

forward or output ?

if “local” is local users, then you have to use forward.