Hi, I'm trying to handle errors in mikrotik scripts, and I have found the command do/ on-error in the wiki, as it follows: :do { :put [:resolve www.example.com]; } on-error={ :put "resolver failed"}; I have done my code and tested copying and pasting in the console and it works, but when I...
Hello, We are about to buy 300 RB951Ui-2HnD and 300 USB modem to connect the MikroTik to the internet wirelessly, and we would like you to tell us which models of USB modem are more stable with MikroTik, if it is possible. Does anybody know which is the best options? Please, tell us your experience ...
After contacting the mikrotik support, we found what was happening: packets could not reach Hotspot because VLAN traffic was been redirected to IP firewall once before. To solve this:
/interface bridge settings set use-ip-firewall-for-vlan=no
Hello! I want to create an HMTL page inside mikrotik (for example, creating setup.html and uploading to the router by ftp), which can be accessible for example at 192.168.1.10/setup.html. The problem is that I want this page to be a form, and the values entered in this form should be available later...
Thanks for your reply! I have been investigating in these two methods and I'm interested in the first one. I understand almost what you are saying, but when you say 'run 2 DNS servers', I don't know how to do it. ¿Is it possible to run different DNS servers inside mikrotik? or do you mean external D...
Hi, I want to associate a static DNS entry to an interface or a pool of address or something similar: if I'm connected to ethernet 5, I want mikrotik to resolve example.com to 192.168.5.1, but if I'm connected in ethernet 4, I want mikrotik to resolve example.com to 192.168.4.1 Does anyone know how ...
Hi. I'm trying to associate a different Hotspot to each VLAN that I create. That configuration has a pecularity, indepently the port where the ethernet wire is connected all the VLANs have to be available. To obtain that, I've created a bridge that contains all the ethernet ports and I created 2 VLA...