Community discussions

MikroTik App

Search found 16 matches

by balanila
Thu Sep 10, 2020 4:45 pm
Forum: Scripting
Topic: How to get members of interface list [SOLVED]
Replies: 4
Views: 4798

Re: How to get members of interface list [SOLVED]

Did a bit of testing and I came up with this: :foreach interface in=[/interface list member print as-value where list=WAN] do={:put ($interface->"interface")} Wow! It's works! Thank you very much! I don't know why mikrotik doesn't make answer by default with "name" of interface ...
by balanila
Thu Sep 10, 2020 3:11 pm
Forum: Scripting
Topic: How to get members of interface list [SOLVED]
Replies: 4
Views: 4798

Re: How to get members of interface list [SOLVED]

If you want to get the interface's names you can do this: :local interfaces [/interface list member find list=WAN]; :foreach interface in=$interfaces do={ :put [/interface get $interface name] } In the code I only print them, but you can store the values in a second array or so. Thank you for reply...
by balanila
Thu Sep 10, 2020 1:21 pm
Forum: Scripting
Topic: How to get members of interface list [SOLVED]
Replies: 4
Views: 4798

How to get members of interface list [SOLVED]

Hello everyone! Please help me. I have static address list name=WAN I need to get members of address list WAN I have two interfaces in the list WAN: ether1 and vlan interface "Internet" I tried to get with command: :local interfaces [/interface list member find list=WAN] but I got like thi...
by balanila
Mon Sep 18, 2017 5:04 pm
Forum: Announcements
Topic: v6.40.3 [current]
Replies: 95
Views: 45896

Re: v6.40.3 [current]

Hi I have CRS125-24G-1S After update to 6.40.3 seems it ok, but then I selected from winbox "Switch -> Settings" then device is rebooted. After reboot I see in logs: "router rebooted because some critical program crashed" and after 10-15 second vpn tunnels disconnected with messa...
by balanila
Fri Jul 28, 2017 3:48 pm
Forum: General
Topic: LCD blinking on RB 2011 UiAS-2HnD-IN
Replies: 2
Views: 1608

Re: LCD blinking on RB 2011 UiAS-2HnD-IN

OK, thank you.
by balanila
Fri Jul 28, 2017 3:38 pm
Forum: General
Topic: LCD blinking on RB 2011 UiAS-2HnD-IN
Replies: 2
Views: 1608

LCD blinking on RB 2011 UiAS-2HnD-IN

Hi After update RouterOS to 6.40 on Mikrotik RouterBoard RB 2011 UiAS-2HnD-IN LCD screen after boot is blinking. Dont matter is ON or is OFF Blinking with status led of ether1 alternately If I unckeck or ckeck "Enabled" option - blinking stoped. If I unplug UTP cable from ether1 and put in...
by balanila
Tue Dec 24, 2013 2:06 pm
Forum: General
Topic: I can not upgrade from 5.26 to 6.x x86
Replies: 2
Views: 1610

Re: I can not upgrade from 5.26 to 6.x x86

Nothing helps.
Wanted to clarify that I was doing it for Citrix XenServer 5.6
by balanila
Wed Nov 27, 2013 4:25 pm
Forum: General
Topic: I can not upgrade from 5.26 to 6.x x86
Replies: 2
Views: 1610

I can not upgrade from 5.26 to 6.x x86

Hello! I have a problem RouterOS 5.26 on x86. I want to upgrade to 6.6 After update i get kernel panic http://s2.ipicture.ru/uploads/20131127/thumbs/GTFGLCXA.jpg i updated to 6.0 b1 and b2 it's ok i updated to 6.0 b3, 6.0 rc1, 6.1 - kernel panic reset configuration... and no effect, kernel panic on ...
by balanila
Tue Oct 29, 2013 3:44 pm
Forum: General
Topic: Mikrotik and dynamic address list
Replies: 6
Views: 4126

Re: Mikrotik and dynamic address list

Here's the code. add action=reject chain=forward comment="Drop wp-login.php" dst-address=\ 192.168.30.18 dst-port=80 in-interface=ether1-gateway protocol=tcp \ reject-with=tcp-reset src-address-list=web_ip add action=add-src-to-address-list address-list=web_ip address-list-timeout=\ 1w3d3h...
by balanila
Tue Oct 29, 2013 2:38 pm
Forum: General
Topic: Mikrotik and dynamic address list
Replies: 6
Views: 4126

Mikrotik and dynamic address list

Hello! Is it possible to add a function that would address list with dynamic addresses that are added by a time, was not cleared after restarting the router? I have a rule that collects addresses that brute force me. The lifetime of address 10 days. This week recruited thousands of addresses, and af...
by balanila
Wed Oct 23, 2013 9:57 am
Forum: General
Topic: Port Forwarding Port 80 not working
Replies: 1
Views: 1281

Re: Port Forwarding Port 80 not working

You have opened the port 80 in the firewall?
by balanila
Mon Sep 09, 2013 10:22 am
Forum: General
Topic: Android phone and Mikrotik wireless
Replies: 1
Views: 1447

Re: Android phone and Mikrotik wireless

Hello!
I have that problem.
Change the frequence on mikrotik wireless interface
by balanila
Wed Aug 28, 2013 9:27 am
Forum: General
Topic: WebProxy dont work on 6.2
Replies: 3
Views: 1911

Re: WebProxy dont work on 6.2

in 6.3 rc1 WebProxy working ok.
by balanila
Mon Aug 26, 2013 11:20 am
Forum: General
Topic: [Firewall] Drop rule from address-list not working.
Replies: 4
Views: 2464

Re: [Firewall] Drop rule from address-list not working.

maybe dst-port=22 ?
by balanila
Sun Aug 25, 2013 1:01 pm
Forum: General
Topic: MUM Live video from South Africa starting now
Replies: 5
Views: 4370

Re: MUM Live video from South Africa starting now

Internet in Moldova was better?
by balanila
Sun Aug 25, 2013 12:59 pm
Forum: General
Topic: WebProxy dont work on 6.2
Replies: 3
Views: 1911

WebProxy dont work on 6.2

Hello! I have some rules in WebProxy. /ip proxy access add src-address=xxx.yyy.www.zzz ..... add action=deny to version 6.2, this rule did not allow anyone. Only allowed ip. and after the upgrade to 6.2 all allow rules stopped working except deny. Rules stopped to let someone or through a proxy I ro...