Announcements • Re: v7.18.2 [stable] is released!
Hello all,I have two L009 routers in my network. Till some time back they was working very well with software 7.16.2Recently i upgraded them to 7.17.2 (and later to 7.18.2) and then start problems....
View ArticleBeginner Basics • Re: Clients cannot use DNS names from static DNS cache
@eltikpad, thank you for your assistance. I was able to resolve the issue myself in the meantime.The names did show up in the static entries and were resolved locally.I could pinpoint the issue to one...
View ArticleMikroTik hardware questions • heX vs hEX Refresh pricing
Everywhere I see the original hEX price is still the same as the refresh. Does it make any sense? Who would buy the original version when the cost is the same?I would like to get a MT switch, ideally,...
View ArticleMikroTik hardware questions • Re: hAP ac2 revisions
Yes, it's 16MB flash and 128MB RAM, no changes there.Statistics: Posted by anserk — Sun Apr 06, 2025 11:35 pm
View ArticleScripting • What returns :find it it finds nothing?
Hi, Mikrotik community!Could anyone help me to find out what is returned by :find when nothing is found?I've tried the following:Code: [Savanture@SRouter] > :put [:find "asd" "p"...
View ArticleGeneral • This "Sorry but the board is temporarily unavailable, please...
I get that Mikrotik's forum is being DDOsed.I get that's there are costs AND challenges to be overcomed.BUTWhen a user tries to access the forum, and get this message, he will (probably?) learn to NOT...
View ArticleScripting • Re: What returns :find it it finds nothing?
"nil" is a type, NOT a keyword in scripting. Instead, you need to use the syntax [:nothing] to "create" a "nil type" & then compare the "new nil".Code: :put ([:find "asd" "p" -1] =...
View ArticleGeneral • Re: L009 crash after upgrading to newer software
As a first step, could you try downgrading one of your crashing L009s back to 7.16, and see if the crashes stop? That would at least lend more evidence to the theory of a grievous regression in 7.17+...
View ArticleGeneral • Re: This "Sorry but the board is temporarily unavailable,...
Hahaha, I thought it was simply my browser, I keep forgetting they use a haplite to run their website, the free schnapps in the web lounge is not helping work output either.Statistics: Posted by anav...
View ArticleScripting • Re: Script to Test WAN and Reset USB Power on Down?
I may make mistakes, but before you write, you better double check what I wrote and what you did...(note: I'm on GMT+02:00)terminal example code[rex@test-v7.16.2] > :global unixtodatetime do={{......
View ArticleScripting • Re: Scripting style
Hello rextended!I notice you do not use CamelCase ou camelCase in your variable names.To me it is a bit hard to imagine why...Could you elaborate a little on why?Simple: I act according to how I feel...
View ArticleScripting • Re: ✂ Rextended Fragments of Snippets
I see that within your scripts you usually enter the configuration context and handle things there. Example:Code: /log[...]:foreach rlog in=[find where...
View ArticleGeneral • Re: Issue with 2.4GHz Wi-Fi on hAP ax² After Upgrade to RouterOS...
Did downgrades one by one till 7.13, then did factory reset, then installed 7.19beta6 again with upgrading routerboard firmware.Then had issues with restoring config from rsc file, edited it...
View ArticleWireless Networking • Integration of Wave2 to existing CAPSMAN
Hello @all,I'm trying to integrate a new wAP AX (wave2) into an existing CAPSMAN network (hAP AC, 3 wAP). There is an "internal" (192.168.0.0) and a guest (192.168.100.0) wifi. I'm also blocking the...
View ArticleForwarding Protocols • Re: OSPF with unnumbered IPs results in inactive...
Same problem on routeros 7.18.2 in the same scheme. Are there any solutions?Statistics: Posted by KabanGSM — Mon Apr 07, 2025 1:12 am
View ArticleBeginner Basics • Re: 1:1 NAT / DNAT configuration help
Hi lurker888,thanks again(!) for the review! So, if I understand correctly, two concerns:1. redundancy / over-complication by using first a connection-mark and then converting to routing-mark2. not...
View ArticleScripting • Get string instead of printing in terminal
Hello everyone. I have a script that nicely formats the output of information about certificates on the router. It looks like this: Code: :for i from=0 to=([/certificate print count]-1) do={ :local...
View ArticleBeginner Basics • Re: VLANs not working
Got it working. Followed documentation at:https://help.mikrotik.com/docs/spaces/R ... ccessPortshttps://help.mikrotik.com/docs/spaces/R ... figurationhttps://help.mikrotik.com/docs/spaces/R ......
View ArticleScripting • Re: Inline buttons for telegram bot
It's weird, but I changed the bot, inserted a new token and everything worked.Statistics: Posted by DyadyaGenya — Mon Apr 07, 2025 2:51 am
View ArticleBeginner Basics • Re: Configuring Separate Ethernet for Wi-Fi
Based on the original question,You should have NO dhcp (server or client) or ip address on either bridgeWL1 or bridgeWL2.However this does make it difficult to manage.If these 2 bridges and attached...
View Article