Community discussions

MikroTik App

Search found 8 matches

by relam
Tue Feb 25, 2014 3:10 pm
Forum: Scripting
Topic: Manage script errors in rsc file
Replies: 2
Views: 2410

Re: Manage script errors in rsc file

Thanks for your reply!

I have noticed that there was a syntax error, it worked in terminal but not in an script. Now I have corrected and it works fine!

Thank you
by relam
Mon Feb 17, 2014 2:49 pm
Forum: Scripting
Topic: Manage script errors in rsc file
Replies: 2
Views: 2410

Manage script errors in rsc file

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...
by relam
Fri Jan 24, 2014 6:46 pm
Forum: General
Topic: USB Modem
Replies: 1
Views: 819

USB Modem

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 ...
by relam
Fri Nov 22, 2013 11:00 am
Forum: General
Topic: Hotspot in a bridged interface
Replies: 1
Views: 757

Re: Hotspot in a bridged interface

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
by relam
Wed Nov 20, 2013 3:03 pm
Forum: General
Topic: HTML form inside mikrotik
Replies: 1
Views: 1095

HTML form inside mikrotik

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...
by relam
Tue Nov 19, 2013 2:40 pm
Forum: General
Topic: Static DNS entries
Replies: 2
Views: 1154

Re: Static DNS entries

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...
by relam
Mon Nov 11, 2013 6:34 pm
Forum: General
Topic: Static DNS entries
Replies: 2
Views: 1154

Static DNS entries

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 ...
by relam
Thu Nov 07, 2013 2:37 pm
Forum: General
Topic: Hotspot in a bridged interface
Replies: 1
Views: 757

Hotspot in a bridged interface

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