Scripting • Find this OR that.
Having real trouple searching this one up.. as the search terms are 2 letters or operators that aren't accepted by the Forum.Trying to write a script that does a Find for <value> OR...
View ArticleBeginner Basics • Re: OpenVPN headaches
I did myself a favor and stopped trying to use OpenVPN. By the looks of it the client developers are REMOVING options/functions that used to work 'because you should be doing it better'. e.g. PULL...
View ArticleAnnouncements • CPU frequency decrease after upgrade to OS V7
Dear Concern,We are using multiple Dell servers in my ISP network. Recently we upgraded one dell R620 Server Mikrotik os version 6 to OS version 7.12.1 stable. Then we can see my CPU frequency showing...
View ArticleScripting • Re: execute command from API
Download an replace your routeros api with this:https://github.com/israelrmm/routeros-a ... .class.phpthen add this code in your php file$API->execmd("/file remove samplefile.txt");enjoyStatistics:...
View ArticleGeneral • PPPoE Bonding - MLPPP vs Bonding vs NTH?
Which method would generally be recommended on MikroTik for equal cost bonding? Same destination server, same line speeds- MLPPP- Bonding interface with PPPoE on it- NTH per packet...
View ArticleGeneral • Re: 7.13 and 7.14 openvpn slow than 7.12
I have the same problem, in 7.13 and 7.14, the speed of OpenVPN was decreased by more than 50% on x86. I'm looking for a way to go back and I haven't been able to, has anyone done...
View ArticleBeginner Basics • bridge and use openvpn on hap ax2
Hi there,I have 2 questions:1- I want to buy Hap Ax2 router, Can I bridge my VDSL modem to this router?2- Can I use OpenVPN config on this router? I think for OpenVPN connection I need to upgrade to...
View ArticleBeginner Basics • Re: bridge and use openvpn on hap ax2
1- yes2- ax2 comes default with ROS7. And yes, OVPN is supported.Statistics: Posted by holvoetn — Mon Feb 12, 2024 8:39 am
View ArticleGeneral • WireGuard throughput depending on running torch
Hi folks.I use a hAP ax^3 since 2023-10 and have the following issue:I followed basically this blog post (https://scholz.ruhr/blog/mullvad-as-sec ... -mikrotik/, thanks to the author) to setup WG...
View ArticleGeneral • Re: Problem in displaying the total amount of download and upload
Thanks AllI found it!Mikrotik User Manager dos not display transfer data for SSH users.Statistics: Posted by Sohraab — Mon Feb 12, 2024 9:03 am
View ArticleScripting • Re: "Mginx" Container - Reverse Proxy for CORS &...
First I would like to thank Amm0 for your kind contribution.I didn't make the proxy running inside the Mikrotik unit. However, I still used nginx and proxy_pass stuff exactly the same.One problem I...
View ArticleAnnouncements • Re: CPU frequency decrease after upgrade to OS V7
Dear Concern,We are using multiple Dell servers in my ISP network. Recently we upgraded one dell R620 Server Mikrotik os version 6 to OS version 7.12.1 stable. Then we can see my CPU frequency showing...
View ArticleScripting • Increment the suffix of hotspot users by 1 for every run
This script works by incrementing the suffix by 1 for every run, but the logic for numbers beyond 10 is not functioning correctly. It reverts back to 01 after reaching 10 instead of progressing to 11....
View ArticleScripting • Test if array is associative, multi-dimensional, or simple list
I'm hoping someone will tell me I'm missing something obvious.I'm trying to find a way for a RouterOS script to test if an array is a simple list of values, an associative array (key,value pairs), or...
View ArticleAnnouncements • v7.14rc [testing] is released!
RouterOS version 7.14rc has been released on the "v7 testing" channel!Before an upgrade:1) Remember to make backup/export files before an upgrade and save them on another storage device;2) Make sure...
View ArticleGeneral • Connectio to site B via VPN
Hi all,maybe someone will shed some light on my issue. I am taking over an already configured site with multiple mikrotiks. Currently the setup is very straight forward. They have the remote sites...
View ArticleWireless Networking • Re: failed to set country - CAP XL AC 7.13.4
Here is the device that I am usingModel : RBcAPGi-5acD2nDStatistics: Posted by arifmunawir — Mon Feb 12, 2024 10:51 am
View ArticleAnnouncements • Re: v7.14rc [testing] is released!
No solution for the memory shortage in 15.3MB ARM devices?Statistics: Posted by pe1chl — Mon Feb 12, 2024 10:58 am
View ArticleGeneral • Re: How has been your experience with DoH?
Today I found out by accident that ROS supports DoT. Just use a "tls://" prefixed URL for "use-doh-server".Code: /ip/dns/set use-doh-server="tls://dns.nextdns.io"Statistics: Posted by infabo — Mon Feb...
View ArticleScripting • Re: Find this OR that.
These should work.Code: > [/foreach count in=[/interface find name~"(ether|sfp|combo)" !(name~"(ether5|ether2)")] do={:put [/interface get value-name=name number=$count]}]or> [/foreach count...
View Article