Community discussions

MikroTik App

Search found 13039 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 44
by rextended
Thu Oct 31, 2024 5:06 pm
Forum: Announcements
Topic: Long range wireless links - share your experience
Replies: 61
Views: 71108

Re: Long range wireless links - share your experience

During the Costa Concordia tragedy I had a temporary ~40km link to provide internet from the mainland to the company that was handling the recovery. Now things have changed a bit and I always make links with licensed frequencies, because doing them (long distance) with any shared frequency device is...
by rextended
Thu Oct 31, 2024 4:55 pm
Forum: Beginner Basics
Topic: Not enough permissions? [SOLVED]
Replies: 13
Views: 551

Re: Not enough permissions? [SOLVED]

If I wrote it here it would be public knowledge...
by rextended
Thu Oct 31, 2024 11:15 am
Forum: Announcements
Topic: Long range wireless links - share your experience
Replies: 61
Views: 71108

Re: Long range wireless links - share your experience

Not Mikrotik microwave hardware

You sure?
by rextended
Thu Oct 31, 2024 12:43 am
Forum: Beginner Basics
Topic: Not enough permissions? [SOLVED]
Replies: 13
Views: 551

Re: Not enough permissions? [SOLVED]

Do NOT "only" disable admin, set to the admin one random long password, create one empty group with no privileges (policies) and assign it to admin....
by rextended
Wed Oct 30, 2024 7:10 pm
Forum: Beginner Basics
Topic: Not enough permissions? [SOLVED]
Replies: 13
Views: 551

Re: Not enough permissions? [SOLVED]

Probably your device is compromised, the only solution, without lost time is to full netinstall it.
by rextended
Tue Oct 29, 2024 5:43 pm
Forum: Scripting
Topic: Command to remove a Value [SOLVED]
Replies: 6
Views: 2223

Re: Command to remove a Value [SOLVED]

Thank you, sir
The avatar is a cat shitting? Seriously?

Your avatar is shitty and disrespectful to others.
by rextended
Tue Oct 29, 2024 3:26 pm
Forum: Scripting
Topic: Voltage monitoring script not working in ROS v7
Replies: 1
Views: 178

Re: Voltage monitoring script not working in ROS v7

Find on the forum other topics about new health system on v7, there are dozens of already opened topic for health monitoring.
by rextended
Tue Oct 29, 2024 3:24 pm
Forum: RouterOS beta
Topic: Feature Request: IP address aliases
Replies: 4
Views: 3498

Re: Feature Request: IP address aliases

I didn't quite understand what you wanted to write,
or you don't know how to do it.
Explain yourself better.
by rextended
Tue Oct 29, 2024 3:15 pm
Forum: Beginner Basics
Topic: Mikhmon voucher validity problem
Replies: 6
Views: 1380

Re: Mikhmon voucher validity problem

No matter, this is not the Mikhmon forum.

Is it your choice to give trust to unsupported programs.
What do you expect from something free? That there is support if you have problems?
by rextended
Mon Oct 28, 2024 5:48 pm
Forum: Scripting
Topic: Command fails in script but runs properly in the terminal
Replies: 6
Views: 338

Re: Command fails in script but runs properly in the terminal

This is the "BIOS" vesion... not the OS... (/system/package)
by rextended
Mon Oct 28, 2024 5:22 pm
Forum: Scripting
Topic: Polling?
Replies: 12
Views: 612

Re: Polling?

Jokes aside, I don't have any UPS directly connected to a RouterBOARD otherwise I would have helped you better,
but if you are not familiar with scripting the 1 second scheduler is more than enough and practically does not consume CPU.
by rextended
Mon Oct 28, 2024 5:15 pm
Forum: Scripting
Topic: Polling?
Replies: 12
Views: 612

Re: Polling?

Need to run Assassin's Creed on your router?

Does setting a infinite loop for every nanosecond create a more large CPU overhead?
by rextended
Mon Oct 28, 2024 5:12 pm
Forum: Scripting
Topic: Command fails in script but runs properly in the terminal
Replies: 6
Views: 338

Re: Command fails in script but runs properly in the terminal

Is already false at the start: The latest available is 7.16.1, what you write?
by rextended
Mon Oct 28, 2024 4:48 pm
Forum: Scripting
Topic: Polling?
Replies: 12
Views: 612

Re: Polling?

It's quicker to set it in the scheduler every second rather than doing intricate things, especially for those who are not familiar with scripting...
by rextended
Mon Oct 28, 2024 4:43 pm
Forum: Scripting
Topic: Script to obtain vendor info from MAC addresses (help needed) [SOLVED]
Replies: 11
Views: 1093

Re: Script to obtain vendor info from MAC addresses (help needed) [SOLVED]

Do not forget also the other considerations: the first is that the entire mac-address is sent to the site (uselessly), instead of just the vendor part, screwing up privacy, the second is that the invented/random or local-use mac-addresses are also requested (bit 2 and 1 of the first byte), which are...
by rextended
Sun Oct 27, 2024 9:37 am
Forum: Scripting
Topic: why do global vars not work?
Replies: 16
Views: 2249

Re: why do global vars not work?

Usually following happens when work with global variables. When you test to print global variable in CLI, it works. But somehow exact same in the script doesn't work. Even you can see that variable is clearly set in the scripting environment. This is because, when we read global variable inside the...
by rextended
Sun Oct 27, 2024 1:23 am
Forum: Scripting
Topic: Script for CENTRAL-BACKUPS
Replies: 3
Views: 318

Re: Script for CENTRAL-BACKUPS

Lasciate perdere, è una cassata, del tipo scrivimi che poi ti faccio vedere lo script. E' solo un modo per raccattare contatti e monetizzare con youtube. Kindly translated for forum users: Forget it, it's bulls—t, like "write me and then I'll show you the script". It's just a way to collec...
by rextended
Fri Oct 25, 2024 5:31 pm
Forum: Scripting
Topic: Appending file within foreach
Replies: 10
Views: 369

Re: Appending file within foreach

That is fabulous! I incorporated it into my script (removing the set of brackets so that the variable $allIPs remains), but the output is still repeating. If I write something, it mean is it needed... :put [:tostr $allIPs] Do not forget to correct ALL: add name=systeminfo contents="$resources\...
by rextended
Fri Oct 25, 2024 4:39 pm
Forum: Scripting
Topic: command for traffic resetig of ethernet
Replies: 2
Views: 179

Re: command for traffic resetig of ethernet

/interface reset-counters [find]
by rextended
Fri Oct 25, 2024 4:32 pm
Forum: Scripting
Topic: Appending file within foreach
Replies: 10
Views: 369

Re: Appending file within foreach

All is useless.

Just this:
{
/ip address
:local allIPs [:toarray ""]
[pri as-value where [:set allIPs ($allIPs,$address)]]
:put [:tostr $allIPs]
}
by rextended
Fri Oct 25, 2024 8:51 am
Forum: Scripting
Topic: Enhanced IP Scan with Vendor and Additional Name Sources
Replies: 22
Views: 1832

Re: Enhanced IP Scan with Vendor and Additional Name Sources

[...] if vendor = "IEEE Registration Authority" [...] :set url ("https://api.maclookup.app/v2/macs/".[:pick $macAddress 0 11]."/company/name") [...] if vendor = "IEEE Registration Authority" [...] :set url ("https://api.maclookup.app/v2/macs/".[:pick...
by rextended
Thu Oct 24, 2024 10:17 pm
Forum: Scripting
Topic: Scripting skills
Replies: 15
Views: 691

Re: Scripting skills

You could have avoided many questions by comparing what I wrote with what you wrote. What is wrong with: :local version ([/system resource get version]) Easy: useless parenthesis ( ) that cause other useless calcs... And, I cannot get this line to work: :local newline [:find \$value \"\\\"...
by rextended
Thu Oct 24, 2024 10:06 pm
Forum: Scripting
Topic: MtkManager (Remote upgrade tool for RouterOS)
Replies: 35
Views: 15100

Re: MtkManager (Remote upgrade tool for RouterOS)

Don't send any links to people who can't read.

Don't send any links to people who are so lazy that they don't read the whole topic (at least until post #6...).
by rextended
Thu Oct 24, 2024 9:54 pm
Forum: RouterOS beta
Topic: Router crashes are wiping the config
Replies: 17
Views: 12372

Re: Router crashes are wiping the config

/file set $dfile contents=$dfile
What's the point? It doesn't make any sense.


this command create the licence key file on internal memory
/system license output
and the file has for name the licence key Software ID dot key

Stop.
by rextended
Wed Oct 23, 2024 8:05 pm
Forum: Scripting
Topic: Scripting skills
Replies: 15
Views: 691

Re: Scripting skills

Is beter you lost instantly bad habit like :local version ([ /system resource get version ]) and do not post export like a script because on this way is full of errors. Copy & paste from winbox to the forum, or posst all the exported script parts. Also use space indentation, or is hard readable....
by rextended
Wed Oct 23, 2024 8:01 pm
Forum: Scripting
Topic: Scripting skills
Replies: 15
Views: 691

Re: Scripting skills

While I like @rextended, I know he uses notepad.exe to edit script..
Not true, I use Macromedia HomeSite 5.5+ for almost everything...
by rextended
Wed Oct 23, 2024 12:45 pm
Forum: Scripting
Topic: How to access time with milliseconds in a script?
Replies: 4
Views: 272

Re: How to access time with milliseconds in a script?

Useless data, RouterBOARDs do not have RTC and any load fluctuation affects the accuracy of the time.
Might as well put random milliseconds in there.
by rextended
Wed Oct 23, 2024 12:41 pm
Forum: Scripting
Topic: execute & parse
Replies: 28
Views: 2972

Re: execute & parse

I already gave you the "solution" in the previous post... :D
by rextended
Wed Oct 23, 2024 12:09 pm
Forum: Scripting
Topic: execute & parse
Replies: 28
Views: 2972

Re: execute & parse

How do you guarantee that if someone else messes with the script everything will continue to work the same?

I don't waste time with useless things.

Anyway, a parse within a parse is enough...
by rextended
Wed Oct 23, 2024 10:26 am
Forum: Scripting
Topic: execute & parse
Replies: 28
Views: 2972

Re: execute & parse

As mentioned, RouterOS scripts are not a programming language. Beyond a certain point things are useless and excessive. Some things are excessive even if it were a programming language. When will you ask for a script without any variable or function having a name, and assigns the names of the variab...
by rextended
Wed Oct 23, 2024 10:16 am
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16.1 [stable] is released!

And you could convert that to a string by adding 0.0.0.0 to it?
I always done on that way, ":toip" do not convert numbert to IP...
viewtopic.php?t=177551#p953746
by rextended
Tue Oct 22, 2024 1:12 pm
Forum: Announcements
Topic: Newsletter #116 | January 2024
Replies: 106
Views: 36323

Re: Newsletter #116 | January 2024

Actually, after 2 years, no one single "ac" MikroTik outdoor product is broken or damaged,
other competitor force me to change 4 times the 450i broken AP... Very s**tty hardware (and software).
by rextended
Tue Oct 22, 2024 12:54 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16.1 [stable] is released!

Netwatch bug : On script $ip provide the wrong IP. For example, if www.example.com is used, instead of 93.184.215.14 is returned 249018461, that is 0E D7 B8 5D = 14.215.184.93, the IP on reversed bytes position... /tool netwatch add disabled=no host=www.example.com type=dns \ up-script=":log i...
by rextended
Tue Oct 22, 2024 12:44 pm
Forum: Scripting
Topic: A strange bug in firmware 7.16.1: netwatch and variable $ip
Replies: 1
Views: 260

Re: A strange bug in firmware 7.16.1: netwatch and variable $ip

It is the usual common mistake of anyone who writes scripts without thinking or without knowledge. "ip" and other words that are or could be reserved words in scripts, should be absolutely avoided. Sometimes it also happens that experts make mistakes with unsuspected words. Sometimes it is...
by rextended
Tue Oct 22, 2024 12:21 pm
Forum: Announcements
Topic: Newsletter #116 | January 2024
Replies: 106
Views: 36323

Re: Newsletter #116 | January 2024

You have no advantage if you use an AP in "ax" and then the clients are all in "ac" or "n". It makes no sense to hope that by using an AP in "ax" miraculously all the clients go to "ax"... I no longer use outdoor MikroTik wifi products as a CPE since...
by rextended
Mon Oct 21, 2024 11:10 am
Forum: Beginner Basics
Topic: Can I use both sim slots in SXT LTE router
Replies: 7
Views: 770

Re: Can I use both sim slots in SXT LTE router

I think the right answer is not, because the right question mean "at same time", because if you can insert two sim at the same time (on two different slots), is obvious that can be from different providers. As have to use a script to change the slot used, nothing prevents from changing the...
by rextended
Mon Oct 21, 2024 10:58 am
Forum: General
Topic: how to filter and block multicasting?
Replies: 7
Views: 15069

Re: how to filter and block multicasting?

igmp is the protocol behind multicasting. you could google that.

Good thing you explained to me how to do it, otherwise I would have been lost...
by rextended
Fri Oct 18, 2024 11:19 am
Forum: Scripting
Topic: import dry-run inconsistent results (bug?)
Replies: 3
Views: 586

Re: import dry-run inconsistent results (bug?)

In second case, each lines are considered not in same session,
so, is obvious that previous /... command is ignored....
by rextended
Thu Oct 17, 2024 3:18 pm
Forum: Scripting
Topic: where is the error?
Replies: 10
Views: 409

Re: where is the error?

Still useless do all that instead of simply [/user get admin last-logged-in]
by rextended
Thu Oct 17, 2024 3:07 pm
Forum: Scripting
Topic: where is the error?
Replies: 10
Views: 409

Re: where is the error?

As usual, is missing what you try to do....

At RouterOS start memorize in one global variable
:put [/user get admin last-logged-in]
And check if is changed on scheduler.
When is changed, you know the exact time the user log in.

Works on both v6/v7
by rextended
Thu Oct 17, 2024 2:57 pm
Forum: Scripting
Topic: Fetch for Rocket Chat
Replies: 4
Views: 329

Re: Fetch for Rocket Chat

for sure this must not be doed:

mode=https url=https:
if you use mode, you must not use url protocol and vice-versa

and if you write
, x-user-id: MYUSERID
you create
[SPACE]x-user-id
filed with value
[SPACE]MYUSERID
by rextended
Thu Oct 17, 2024 2:42 pm
Forum: General
Topic: MAC-address case sensitive? are you kidding me?
Replies: 10
Views: 7281

Re: MAC-address case sensitive? are you kidding me?

Preprepredecessor of ASCII comes from 1932 ( ITA2) and only had 5 bits. Only uppercase.
Precisely...
by rextended
Wed Oct 16, 2024 6:57 pm
Forum: General
Topic: MAC-address case sensitive? are you kidding me?
Replies: 10
Views: 7281

Re: MAC-address case sensitive? are you kidding me?

the right question is: why did the person who invented the characters table waste time distinguishing between uppercase and lowercase letters that have the exact same meaning??? Wasting 33% of the bits of the time (7 bits // 127 characters) to represent something useless (from the computer's point o...
by rextended
Wed Oct 16, 2024 1:48 pm
Forum: General
Topic: Backup/Export Dude Syslog Filter Rules?
Replies: 3
Views: 216

Re: Backup/Export Dude Syslog Filter Rules?

Full backup or nothing.
/dude export-db
by rextended
Wed Oct 16, 2024 1:47 pm
Forum: General
Topic: Is RouterOS a real-time system?
Replies: 5
Views: 470

Re: Is RouterOS a real-time system?

RouterOS use kernel 5.x, so not PREEMPT_RT patch at all.
by rextended
Wed Oct 16, 2024 1:43 pm
Forum: General
Topic: Disappearing IPv6 configuration?
Replies: 4
Views: 280

Re: Disappearing IPv6 configuration?

If a system reset configuration fail,
netinstall the device, the internal config database is corrupted.

Do not use backup because already have corrupted files inside.

For reconfig just use old export.
by rextended
Wed Oct 16, 2024 12:39 pm
Forum: Scripting
Topic: check DoH availability
Replies: 1
Views: 255

Re: check DoH availability

Is a bad idea to edit export, at least do copy & paste as is. Or paste script directly from winbox. if this already gives error, incorrect syntax, how do you think that it can works, or is RouterOS problem? Just open on browser: https://d.adguard-dns.com/dns-query? name =sun.com&type=A no 'd...
by rextended
Tue Oct 15, 2024 7:03 pm
Forum: Scripting
Topic: Auto Update Scheduler
Replies: 6
Views: 907

Re: Auto Update Scheduler

( Does it have the same meaning as Italian, in the way of speaking Russian? )

Yes, Русская рулетка
by rextended
Tue Oct 15, 2024 12:36 pm
Forum: General
Topic: Not enough permission to export config
Replies: 11
Views: 464

Re: Not enough permission to export config

Contact the person you bought it from and have them disable "protected-routerboot & Co." . They probably also installed a custom script with the branding package that sets users when you reset the device. There is a good chance that the device is not compromised , but is behaving exact...
by rextended
Tue Oct 15, 2024 12:25 pm
Forum: Scripting
Topic: ✂ Rextended Fragments of Snippets
Replies: 107
Views: 91137

Re: ✂ Rextended Fragments of Snippets

Prego! 8)
by rextended
Mon Oct 14, 2024 4:11 pm
Forum: Scripting
Topic: Inconsistent boolean conversion
Replies: 6
Views: 436

Re: Inconsistent boolean conversion

These examples show exactly what the result SHOULD look like, so what's wrong with these examples results, is your expectations. Just write the scripts properly. This is just a forcing. When happening this on one script, if is just made for this case? :put [:typeof "$(true)"] [admin@Mikrot...
by rextended
Mon Oct 14, 2024 2:10 pm
Forum: RouterBOARD hardware
Topic: Many PSU failures in CCR1036
Replies: 49
Views: 4718

Re: Many PSU failures in CCR1036

Is relevant also that I use dozen of CCR1036 from various revisions, and just on one i have that problem on all this years


Image
by rextended
Mon Oct 14, 2024 1:39 pm
Forum: Scripting
Topic: Help with this script
Replies: 12
Views: 595

Re: Help with this script

I won't add anything else, just read post #9
by rextended
Mon Oct 14, 2024 1:25 pm
Forum: Scripting
Topic: Inconsistent boolean conversion
Replies: 6
Views: 436

Re: Inconsistent boolean conversion

So do that, or more logically stop using string as true/false values, no mater if the string have the characters "true" or "false" inside and also as yes/no for true / false :put (true=!!"true") true :if (!!"true") do={:put "-y-"} else={:put "-n...
by rextended
Mon Oct 14, 2024 12:46 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

Is correct, the "root" on flash device is mounted as /flash, anything outside /flash is just a ram-dirve
by rextended
Mon Oct 14, 2024 12:43 pm
Forum: General
Topic: how to filter and block multicasting?
Replies: 7
Views: 15069

Re: how to filter and block multicasting?

what you mean for "multicast"?...
drop 224.0.0.0/4
drop ff00::/8
by rextended
Mon Oct 14, 2024 12:36 pm
Forum: Wireless Networking
Topic: security wpa2 and wpa3 psk : how to know wich one is used per clients ?
Replies: 14
Views: 651

Re: security wpa2 and wpa3 psk : how to know wich one is used per clients ?

If you want to force everyone to "throw away" all their perfectly working devices, just because some moron of a salesman said that WPA3 is better for "mind games" on the internet, and produce tons more garbage, go ahead. Because while you're watching and distracted by WPA3 you do...
by rextended
Mon Oct 14, 2024 10:13 am
Forum: Beginner Basics
Topic: Drop filter rule between subnets, not work.
Replies: 7
Views: 510

Re: Drop filter rule between subnets, not work.

Ignoring firewall rules.

This is my firewall config:
А къде е останалото?

Всичко, което е необходимо, е разтоварването на хардуера да е активно и пакетите дори не преминават през защитната стена...
by rextended
Sat Oct 12, 2024 2:07 pm
Forum: Scripting
Topic: Help with this script
Replies: 12
Views: 595

Re: Help with this script

I want to use it to eliminate those clients who use random Macs on their computers, I hope you understand me. Do it on wifi, do not allow fake/service MAC. But experienced user can still change to one apparenlty valid MAC... I want to eliminate users who connect to the hotspot with a different mac ...
by rextended
Sat Oct 12, 2024 12:45 pm
Forum: Scripting
Topic: Help with this script
Replies: 12
Views: 595

Re: Help with this script

You want remove all user with same name but different mac-address? See my previous script example.
Not using hotspots I do not guarantee that work as expected, but the script is correct.
by rextended
Sat Oct 12, 2024 3:26 am
Forum: Scripting
Topic: Enhanced IP Scan with Vendor and Additional Name Sources
Replies: 22
Views: 1832

Re: Enhanced IP Scan with Vendor and Additional Name Sources

EDIT: This post is still valid but is referred to first version of the OP. I see "on the fly" two big mistakes: the first is that the entire mac-address is sent to the site (uselessly), instead of just the vendor part, screwing up privacy, the second is that the invented/random or local-us...
by rextended
Sat Oct 12, 2024 3:14 am
Forum: Scripting
Topic: Help with this script
Replies: 12
Views: 595

Re: Help with this script

at least, untested, something like this:
 /ip hotspot active remove [find where user=$username and mac-address!=$"mac-address"]

and you do not provide any relevant detail, like routeros version and where the script is put.
by rextended
Fri Oct 04, 2024 1:01 pm
Forum: Scripting
Topic: Find and disable/enable users by part of their name
Replies: 6
Views: 481

Re: Find and disable/enable users by part of their name

Thanks @msatter actually, there is a different six-digit order of numbers, which is always different on all routers. This match user that start with abc and have a numeric range 0-999999 and also with "0" 000000-099999 # match from abc0 to abc999999 included abc000000-abc099999 /user disab...
by rextended
Fri Oct 04, 2024 12:52 pm
Forum: General
Topic: Device got hacked 1 min after connected to internet
Replies: 51
Views: 4951

Re: Device got hacked 1 min after connected to internet

There is an even simpler solution: On newer versions of RouterOS leave LTE turned off, it will be turned on in case of defconf that also set firewall in place.


Reset or netinstall without default config = no interface active except etherX and sfpX, like wifi is disabled if no default config.
by rextended
Thu Oct 03, 2024 9:49 pm
Forum: Scripting
Topic: DNS Update script error after 7.15 upgrade [SOLVED]
Replies: 8
Views: 511

Re: DNS Update script error after 7.15 upgrade [SOLVED]

Well, you also have the advantage that the IPs update themselves when the DNS TTL expires...
by rextended
Thu Oct 03, 2024 9:46 pm
Forum: General
Topic: Device got hacked 1 min after connected to internet
Replies: 51
Views: 4951

Re: Device got hacked 1 min after connected to internet

Since in my test lte1 started immediately, but it took a while for the SIM to register to the network, it is more than enough to immediately set the password to the admin user, logging in immediately as soon as RouterOS has started... Easy step for not remove the SIM: Enable PIN, netinstall, do conf...
by rextended
Thu Oct 03, 2024 9:36 pm
Forum: Scripting
Topic: ✂ Rextended Fragments of Snippets
Replies: 107
Views: 91137

Re: ✂ Rextended Fragments of Snippets

I guess everything is relative.
I didn't quite understand the meaning, because of the language, but if what I understood is right:

It's fine for me :)
by rextended
Thu Oct 03, 2024 5:46 pm
Forum: Scripting
Topic: DNS Update script error after 7.15 upgrade [SOLVED]
Replies: 8
Views: 511

Re: DNS Update script error after 7.15 upgrade [SOLVED]

Why? Just use the same name for the address list...
by rextended
Thu Oct 03, 2024 5:25 pm
Forum: Scripting
Topic: Best way to check whether [find] yields results? [SOLVED]
Replies: 1
Views: 253

Re: Best way to check whether [find] yields results? [SOLVED]

The correct method is only the first. :if ([:len [/interface find where name="the name"]] > 0) do={} else={} # or if used with print :if ([:len [/interface print as-value where name="the name"]] > 0) do={} else={} Stop. Too often in scripts you get strange results when using an a...
by rextended
Thu Oct 03, 2024 2:57 pm
Forum: Scripting
Topic: Run script on user login [SOLVED]
Replies: 2
Views: 384

Re: Run script on user login [SOLVED]

There is nothing foolproof even in your life. There is no "on-login(/on-logout/on-fail-login/on-pwd-change)" function for users on RouterOS. End of discussion. So, the only logical way is to create a schedule that run each 5 (can suffice, for no stress CPU) seconds or more appropiately, wh...
by rextended
Thu Oct 03, 2024 11:52 am
Forum: Scripting
Topic: DNS Update script error after 7.15 upgrade [SOLVED]
Replies: 8
Views: 511

Re: DNS Update script error after 7.15 upgrade [SOLVED]

If you add the DNS name to the address list, it does everything automatically without using a half-baked script.
by rextended
Thu Oct 03, 2024 11:10 am
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

No, that is a bug. It is not related to the logging, it is just that you now see what is happening. Ever since using v7 connected to v6 I have seen those issues... You are right, I hadn't noticed because this is a service line, not in production, (otherwise I wouldn't have installed the 7.16 that j...
by rextended
Wed Oct 02, 2024 2:15 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

???
TEST: Fastweb IPv6-1 {l_addr: 2a03:dead:beef::1, r_addr: 2001:beef::dead} Starter {openOk: false} Unsupported capability received, code: 128
???

128: Prestandard Route Refresh (deprecated)

Apparently enabling bgp logging dropped my IPv6 BGP session...
by rextended
Wed Oct 02, 2024 2:09 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

Done, when something is come up I let you know.
SYSTEM: log rule added by winbox-3.41/tcp-msg(winbox):rex@222.173.190.239/terminal (*2D = /system logging add topics=bgp,debug,!packet,!timer)
by rextended
Wed Oct 02, 2024 1:30 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

On my CCR2116-12G-4S+ all 3 BGP session (2 IPv4 and 1 IPv6) still up from when I install 7.16 (upgraded from 7.15.3) 8 days ago,
despite the fact some IPsec session keep disconnecting when they are not used.
by rextended
Wed Oct 02, 2024 11:15 am
Forum: Scripting
Topic: Find and disable/enable users by part of their name
Replies: 6
Views: 481

Re: Find and disable/enable users by part of their name

is better 1 + 1 + 1 + 1 + 1 + 1 = 6 or 1 * 6 = 6 ?

/user disable [find where name~"abc123"]

EDIT: Thanks @msatter
by rextended
Wed Oct 02, 2024 11:13 am
Forum: The User Manager
Topic: Adding users using script
Replies: 10
Views: 8875

Re: Adding users using script

the user manager package with the name "User manager" what should it be called? RADIUS server I don't think it's correct to say that User manager is not on Ros7. Since you don't work with it, you don't know the difference, otherwise you wouldn't have written this way. The previous web int...
by rextended
Mon Sep 30, 2024 5:41 pm
Forum: Scripting
Topic: PPPOE Notification Cannot run in ROSv7.xx
Replies: 3
Views: 2922

Re: PPPOE Notification Cannot run in ROSv7.xx

@CHUPAPEE do not necropost, after 1 year the user do not wait your reply, for sure...
by rextended
Mon Sep 30, 2024 12:54 pm
Forum: Scripting
Topic: Auto Update Scheduler
Replies: 6
Views: 907

Re: Auto Update Scheduler

Does anyone have a script that will add this to the scheduler to run nightly at 12AM? Simply, once you have created the scheduled action, "export" the scheduler to the terminal and you will have the script to create the script inside the scheduler, it goes for anything... And speaking of ...
by rextended
Mon Sep 30, 2024 12:50 pm
Forum: Scripting
Topic: Auto Update Scheduler
Replies: 6
Views: 907

Re: Auto Update Scheduler

(No opinions needed on auto updating thanks) Facts , not opinons: I think among the dumbest things you can do in the world, the dumbest of all is automatically updating a device to a newly released software version. Another stupid thing is to update all at the exact same time. For example, if a PoE...
by rextended
Mon Sep 30, 2024 12:21 pm
Forum: The User Manager
Topic: Adding users using script
Replies: 10
Views: 8875

Re: Adding users using script

User-Manager no longer exist on v7 (and only v7 containing :rndnum, v6 not).
On v7 user manager name is recyled for one new RADIUS system, that have nothing to do with user-manager.

So, all of this is just necroposting and writing random stuff without even thinking.
by rextended
Thu Sep 26, 2024 6:20 pm
Forum: Scripting
Topic: logical "or" over number
Replies: 20
Views: 1864

Re: logical "or" over number

Without any concrete needs/use, are all useless.
by rextended
Thu Sep 26, 2024 6:07 pm
Forum: Scripting
Topic: logical "or" over number
Replies: 20
Views: 1864

Re: logical "or" over number

:put [:convert to=byte-array from=raw "10101010"]
# 49;48;49;48;49;48;49;48

Probably you want write another thing..... ;)
:put [:convert to=byte-array from=raw "\01\00\01\00\01\00\01\00"] 
# 1;0;1;0;1;0;1;0
by rextended
Thu Sep 26, 2024 6:05 pm
Forum: Scripting
Topic: logical "or" over number
Replies: 20
Views: 1864

Re: logical "or" over number

Firsto obstacle on OP is arbitrary lenght. Can happen. A byte can contain various information in specific points. For example:

0 0 0 = 0
0 0 1 = 1
0 1 0 = 2
0 1 1 = 3
1 0 0 = -4
1 0 1 = -3
1 1 0 = -2
1 1 1 = -1

Or simply none are negative, is from 0 to 7 (or from 1 to 8..)
by rextended
Thu Sep 26, 2024 5:37 pm
Forum: Scripting
Topic: logical "or" over number
Replies: 20
Views: 1864

Re: logical "or" over number

Do not do the same error, is not a OR or XOR, the number is only one, is just INVERT or at least NOT (can not really be NOT since the base is unknow.....)
by rextended
Thu Sep 26, 2024 4:39 pm
Forum: Scripting
Topic: logical "or" over number
Replies: 20
Views: 1864

Re: logical "or" over number

@Amm0 It would be easier to know where that 01001 came from and why it needs to be transformed into 10110.
by rextended
Thu Sep 26, 2024 4:32 pm
Forum: Scripting
Topic: logical "or" over number
Replies: 20
Views: 1864

Re: logical "or" over number

Maybe Rex will laugh and it can be much simpler and shorter? More versatile ? Just one example on the string, but obviously my previous post it wasn't that rich in explanations, but it highlights the lack in what was being written... { :local invert01onstr do={ :local result "" :for i fro...
by rextended
Thu Sep 26, 2024 4:06 pm
Forum: Scripting
Topic: script: run to populate 600 ip pool ranges
Replies: 1
Views: 439

Re: script: run to populate 600 ip pool ranges

Too much $$$ on that line...

Otherwise the script is completely wrong...
One example over all...
10.0.1.0 + 256 = 10.0.2.0
by rextended
Thu Sep 26, 2024 3:27 pm
Forum: Scripting
Topic: logical "or" over number
Replies: 20
Views: 1864

Re: logical "or" over number

The topic is wrong at the start. Then it's not even written, but I suppose they are binary numbers... OR and XOR are operation between two bit/number. Then in the second post an IP number pops up... (1.1.1.1) This topic starts badly and its meaning is not clear... Anyway: (000)01001 XOR (000)11111 =...
by rextended
Thu Sep 26, 2024 2:27 pm
Forum: Scripting
Topic: Bug Report: Incorrect Conversion of Numeric Strings to JSON in RouterOS
Replies: 2
Views: 572

Re: Bug Report: Incorrect Conversion of Numeric Strings to JSON in RouterOS

I am an official Mikrotik trainer-- You are an official trainer (but your 5 minutes only 1-post-account says no...) and you don't know that bugs should be reported to support, not (only) on the user forum??? <self-promotion removed> The best part on the post, and probably the only reason the post w...
by rextended
Thu Sep 26, 2024 2:16 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

NOT if the session is closed from other reason than ctrl+D
by rextended
Tue Sep 24, 2024 6:33 pm
Forum: General
Topic: Public-Mikrotik-Bandwidth-Test-Server(s)
Replies: 1058
Views: 1202592

Re: Public-Mikrotik-Bandwidth-Test-Server(s)

Thanks for the effort.
by rextended
Tue Sep 24, 2024 6:04 pm
Forum: Beginner Basics
Topic: ipv6 security
Replies: 14
Views: 1449

Re: ipv6 security

Ridiculous to be "scared" of it...

Currently, as an ISP, about 90% of traffic of my customers is on IPv6...
by rextended
Tue Sep 24, 2024 6:00 pm
Forum: General
Topic: all logs are showing log in and log out
Replies: 9
Views: 679

Re: all logs are showing log in and log out

Apparently we don't speak the same language.

In my house a service does not identify the router, the service runs on the router,
so it is certainly not the NTP service that acts as a NAT, but the router on which the NTP runs.
by rextended
Tue Sep 24, 2024 4:31 pm
Forum: General
Topic: all logs are showing log in and log out
Replies: 9
Views: 679

Re: all logs are showing log in and log out

You have ptp, wireguard, eoip, etc. dozen of other devices can connect to the router where NTP server is used, one of those can be natted and apparently is the router where NTP server is, but really can be anything. And about this... /ip firewall nat add action=masquerade chain=srcnat dst-address=17...
by rextended
Tue Sep 24, 2024 4:03 pm
Forum: Scripting
Topic: ✂ Rextended Fragments of Snippets
Replies: 107
Views: 91137

Re: ✂ Rextended Fragments of Snippets

This is the 100th post in this thread! :D
(The Amm0's one... ;) )
by rextended
Tue Sep 24, 2024 4:00 pm
Forum: Scripting
Topic: ✂ Rextended Fragments of Snippets
Replies: 107
Views: 91137

Re: ✂ Rextended Fragments of Snippets

Most of the elements of the image are intentional, apart from mistakes like the door, and others. They seem trivial details, (some are mistakes anyway), but often they have a precise meaning. dutch impressionist art. I love Van Gogh... Leonardo da Vinci & Co. are overrated in my country, just be...
by rextended
Tue Sep 24, 2024 3:49 pm
Forum: General
Topic: ROS-7: /ip/route/check
Replies: 2
Views: 520

Re: ROS-7: /ip/route/check

IOS-7?
by rextended
Tue Sep 24, 2024 3:48 pm
Forum: The Dude
Topic: Dude Client/Server communication security
Replies: 4
Views: 871

Re: Dude Client/Server communication security

(right)
by rextended
Tue Sep 24, 2024 3:43 pm
Forum: General
Topic: CRS354-48P-4S+2Q+ traffic problem on ports 1 to 8
Replies: 446
Views: 135107

Re: CRS354-48P-4S+2Q+ traffic problem on ports 1 to 8

Yes... but... I never have problem on that hardware... Probably one failed batch??? Inefficent cooling??? After reading this topic, I was expecting similar problems, but I've been waiting for 3 years for something to stop working... Probably users who have problems have caused the device to overheat...
by rextended
Tue Sep 24, 2024 3:36 pm
Forum: Scripting
Topic: executing script from dhcp failed, nothing change, only upgrade to 7.16
Replies: 2
Views: 536

Re: executing script from dhcp failed, nothing change, only upgrade to 7.16

[Translation Concentrate: That's not true, the script never worked properly even in previous versions.] Non è vero, lo script non ha mai funzionato correttamente neanche nelle versioni precedenti. Per esempio la 7.15 https://forum.mikrotik.com/viewtopic.php?p=1097575#p1097575 Ovvio che usare uno scr...
by rextended
Tue Sep 24, 2024 3:09 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

There's no guarantee that if someone can do it, you can do it too.
I don't think there's any real reason why you should update them, do you?
by rextended
Tue Sep 24, 2024 2:47 pm
Forum: Scripting
Topic: ✂ Rextended Fragments of Snippets
Replies: 107
Views: 91137

Re: ✂ Rextended Fragments of Snippets

I would like to "celebrate" my post #12345 with a small summary image...

It is made with artificial intelligence, since at least in this case imagination is useful...
2024-09-24.jpg
by rextended
Tue Sep 24, 2024 2:21 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

@infabo: He quote, so have read... ( ͡~ ͜ʖ ͡°)



@mozerd: I don't think things have changed in the time of a few posts...
there are practically no keyboard shortcuts/commands (for now, I hope...)
by rextended
Tue Sep 24, 2024 2:11 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

+1000
by rextended
Tue Sep 24, 2024 2:08 pm
Forum: General
Topic: all logs are showing log in and log out
Replies: 9
Views: 679

Re: all logs are showing log in and log out

I understood that they were 2 different routers...

the same thing I wrote before applies,

If you don't know why it connects where there is NTP, how can we know? Are we fortune tellers?

Put the complete export of the 243.2 configuration on the forum
by rextended
Tue Sep 24, 2024 1:13 pm
Forum: General
Topic: all logs are showing log in and log out
Replies: 9
Views: 679

Re: all logs are showing log in and log out

Since you do not reveal the config, probably you install the dude agent or the dude itself also where is present the NTP.
by rextended
Tue Sep 24, 2024 12:31 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

I noticed an issue with WDS. there are two fields "WDS default cost" and "WDS cost range" that may be new they have always been there since 6.x Yes, in previous versions they were 0 when created (and I put them in the default ones). Evidently they added the cost control in the r...
by rextended
Tue Sep 24, 2024 12:17 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

Please add the Search and Highlight function like in the old winbox version
You read post #1 before posting?
by rextended
Tue Sep 24, 2024 12:15 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

If it's not written, it's not written, so it wasn't done.
By what logic should it have been done, if it's not written?
by rextended
Tue Sep 24, 2024 12:12 pm
Forum: General
Topic: all logs are showing log in and log out
Replies: 9
Views: 679

Re: all logs are showing log in and log out

Disable "Router OS" flag on each device on the dude.

viewtopic.php?t=160451#p1098872
by rextended
Tue Sep 24, 2024 12:07 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

CHR x86_64 (ESXi 6.5) updated without problem [from 7.15.3], DHCP work as expected.
by rextended
Tue Sep 24, 2024 12:06 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

@inteq: Is better to use another topic for probably unrelated problems.
by rextended
Tue Sep 24, 2024 12:05 pm
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

Until someone change the config, or if is set at the start..............
by rextended
Tue Sep 24, 2024 12:03 pm
Forum: The Dude
Topic: Dude connects to ROS devices every minute and then disconnects
Replies: 46
Views: 24120

Re: Dude connects to ROS devices every minute and then disconnects

v6 is not longer developed, except for critical fix, and this, is not a critical fix or problem... It's perfectly normal than the connection is open just for execute the command and then closed, It's perfectly normal than the connection is logged on RouterBOARD log, Probably that is a new choice, in...
by rextended
Tue Sep 24, 2024 11:39 am
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

So, is all "random"...
by rextended
Tue Sep 24, 2024 11:35 am
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

Update sucessfully one CCR2116-12G-4S+ [from 7.15.3] with 2 BGP full table IPv4 and 1 BGP IPv6 full table.
Apparently work.
by rextended
Tue Sep 24, 2024 11:31 am
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

*) ip - added max-sessions property for services;
Missing (CLI only) on changelog...
by rextended
Tue Sep 24, 2024 11:28 am
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

*) console - fixed negative values for gmt-offset clock property;

My scripts are already ready ;)
:global intGoff [:tonum [get gmt-offset]]
:if ($intGoff > 0x7FFFFFFF) do={:set intGoff ($intGoff - 0x100000000)}
by rextended
Tue Sep 24, 2024 10:57 am
Forum: Announcements
Topic: v7.16.1 [stable] is released!
Replies: 401
Views: 94264

Re: v7.16 [stable] is released!

With all those change, is like a long-term release........



Bravi, ottimo lavoro.
by rextended
Tue Sep 24, 2024 10:54 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

I am missing a lot of keyboard functions such as page up/down, ctrl+e etc..
You read post #1 instead of random posting something?
by rextended
Tue Sep 24, 2024 10:51 am
Forum: Beginner Basics
Topic: Recommend way to block Ads with Mikrotik
Replies: 68
Views: 75533

Re: Recommend way to block Ads with Mikrotik

What you write is correct, but the other two users are just necroposting with a topic from 2022 just to post something random...
by rextended
Mon Sep 23, 2024 1:07 pm
Forum: Beginner Basics
Topic: ipv6 security
Replies: 14
Views: 1449

Re: ipv6 security

Regardless of whether you disable IPv6 or not, the obvious thing to do is to leave the default MikroTik rules in place. There is no guarantee that in a future update IPv6 will be mandatory and there will no longer be the option to disable it, so altering the firewall exposes the router to the intern...
by rextended
Sun Sep 22, 2024 9:04 pm
Forum: Beginner Basics
Topic: Mikhmon voucher validity problem
Replies: 6
Views: 1380

Re: Mikhmon voucher validity problem

Ask Mikhmon producer, not?
by rextended
Sat Sep 21, 2024 8:35 pm
Forum: General
Topic: :find vs. find
Replies: 3
Views: 716

Re: :find vs. find

You wrote the same thing three times... and never :find 1 + 2 + 3 = 2 + 1 + 3 = 3 + 2 + 1 = etc. etc. etc. :foreach i in=[/ip addr find] do={ is the same of :foreach i in=[find] if the context is already /ip address , so temp in this case /ip address :local temp [find] and on this is the same /inter...
by rextended
Sat Sep 21, 2024 8:26 pm
Forum: General
Topic: Too many winboxes
Replies: 11
Views: 1182

Re: Too many winboxes

How do you all deal with keeping winbox connections open to multiple devices?
I think I speak for almost everyone,
writing that there is no one who does such a foolish thing.

As written above, explain what you want to achieve in the end, not how to correct your flaw in how you handle things.
by rextended
Sat Sep 21, 2024 8:23 pm
Forum: The User Manager
Topic: Script to reset all mac addresses
Replies: 3
Views: 1090

Re: Script to reset all mac addresses

Very clear description.

The same effort you put into asking the question correctly, will be applied by those who answer you.
by rextended
Sat Sep 21, 2024 8:23 pm
Forum: Scripting
Topic: Script to reset mac addresses
Replies: 1
Views: 691

Re: Script to reset mac addresses

Very clear description.

The same effort you put into asking the question correctly, will be applied by those who answer you.
by rextended
Fri Sep 20, 2024 1:56 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

I remind you that not everyone is "playing" at home on sofa, with dimmed ligths, with WinBox in 4K.
There are also people who really work and find themselves working on site with very normal laptops, and under direct sunlight...
by rextended
Fri Sep 20, 2024 1:33 pm
Forum: General
Topic: Public-Mikrotik-Bandwidth-Test-Server(s)
Replies: 1058
Views: 1202592

Re: Public-Mikrotik-Bandwidth-Test-Server(s)


here is my set
IP 23.162.144.123
btest/btest
authentication failed
OBVIOUS.

Si ingresa username y password aleatoriamente y sin significado, ¿qué espera lograr?
by rextended
Thu Sep 19, 2024 10:40 am
Forum: Scripting
Topic: fetch failure: maximum connection count reached
Replies: 5
Views: 829

Re: fetch failure: maximum connection count reached

The script I'm running: :global influxApiUrl "http://URLtomyserver:8086/api/v2/write?org=ORGname&bucket=BucketName&precision=ns" [...] /tool fetch keep-result=no url=($influxApiUrl) mode=https http-method=post http-data=($dataToPush1) http-header-field=($authHeader) [...] Start to...
by rextended
Tue Sep 17, 2024 6:20 pm
Forum: Scripting
Topic: Get a variable from a variable? [SOLVED]
Replies: 5
Views: 886

Re: Get a variable from a variable? [SOLVED]

Thank you, but remember that you too are a piece that everyone needs.
by rextended
Mon Sep 16, 2024 8:16 pm
Forum: Beginner Basics
Topic: Connecting NetPower16P to IE-SW-BL08T-6TX-2ST
Replies: 1
Views: 1143

Re: Connecting NetPower16P to IE-SW-BL08T-6TX-2ST

If the code you is correct, on IE-SW-BL08T-6TX-2ST the maximum fiber speed is 100Mb. Are you trying to make it go to 1Gb (1Gb ~ 10 * 100Mb)? I reached out to Weidmuller support, but their responses haven't been helpful. Maybe they answered you correctly, but it was you who, not knowing what they wer...
by rextended
Mon Sep 16, 2024 8:06 pm
Forum: Scripting
Topic: disable reset button
Replies: 14
Views: 23051

Re: disable reset button

... cat may be hissing at me now ...
?Why? You didn't write anything invented in your post...
necroposting is in 3rd part, so is less relevant
by rextended
Mon Sep 16, 2024 3:59 pm
Forum: Scripting
Topic: disable reset button
Replies: 14
Views: 23051

Re: disable reset button

Since version OS 6.47 Mikrotik has added a software option to be able to disable the hardware button > system routerboard reset-button set enabled=no (or yes). Source? Your fantasy? ChatGPT? What the heck are you writing? It's just to run a script (when RouterOS is already booted) if you press it (...
by rextended
Fri Sep 13, 2024 7:36 pm
Forum: General
Topic: Port Sanitization Help Needed with STP
Replies: 2
Views: 480

Re: Port Sanitization Help Needed with STP

remove config, still contain personal IP and info...
by rextended
Fri Sep 13, 2024 7:27 pm
Forum: Scripting
Topic: Date script not working from 6 to 7 [SOLVED]
Replies: 4
Views: 725

Re: Script [SOLVED]

@xrlls: 1) The field "routes" is used just as text filed with the date 2) The existing user still have old "routes" date style written, so the new do not match. 3) Also the script (if not doed by hand) that set the date inside the routes field is broken. If you notice, I don't re...
by rextended
Fri Sep 13, 2024 6:53 pm
Forum: Scripting
Topic: Get a variable from a variable? [SOLVED]
Replies: 5
Views: 886

Re: Get a variable from a variable? [SOLVED]

[:parse ":global $WANif $WANip"] <- THANKS to REXTENDED for this! Thanks *********************************** Bad approach. Simply create one global array with inside interface / ip pair "WANx=o.l.d.ip;WANy=an.othe.r.ip", is more easy and intuitive. # WRITE :global globalvarname ...
by rextended
Fri Sep 13, 2024 10:39 am
Forum: Scripting
Topic: Get a variable from a variable? [SOLVED]
Replies: 5
Views: 886

Re: Get a variable from a variable? [SOLVED]

is a nonsense
[/interface get [find name=WAN1] name]
everytime, if WAN1 exist, the result is WAN1

goal is to "get" the WAN name to set $WAN1/2
If you must insert WAN1 or WAN2 on the script, are already WAN1 and WAN2...

Be more clear.
by rextended
Wed Sep 11, 2024 10:05 pm
Forum: Useful user articles
Topic: There is no indication when connecting the router to the computer
Replies: 14
Views: 4598

Re: There is no indication when connecting the router to the computer

Appunto... Sono Italiano!

[Exactly... I'm Italian!]
by rextended
Wed Sep 11, 2024 2:17 pm
Forum: Useful user articles
Topic: There is no indication when connecting the router to the computer
Replies: 14
Views: 4598

Re: There is no indication when connecting the router to the computer

It seems to me more like you stole it or misappropriated it. Is it possible that you lose the password and don't know how this device was turned on, which is not even that old as a model...
viewtopic.php?t=210609
by rextended
Wed Sep 11, 2024 2:16 pm
Forum: Useful user articles
Topic: Forgot my password, how to save settings
Replies: 3
Views: 3757

Re: Forgot my password, how to save settings

It seems to me more like you stole it or misappropriated it. Is it possible that you lose the password and don't know how this device was turned on, which is not even that old as a model...
viewtopic.php?t=210382
by rextended
Wed Sep 11, 2024 12:22 pm
Forum: Scripting
Topic: /tool fetch vs. :tool fetch and /ping vs. :ping
Replies: 5
Views: 562

Re: /tool fetch vs. :tool fetch and /ping vs. :ping

Short: better use "/" just when you need to change actual path or call functions not directly on root. Just some examples: https://forum.mikrotik.com/viewtopic.php?t=177551 About spaces or / Since 7.x it's all than really done, and for other reasons, better use space for thing shared with ...
by rextended
Wed Sep 11, 2024 11:21 am
Forum: Scripting
Topic: /tool fetch vs. :tool fetch and /ping vs. :ping
Replies: 5
Views: 562

Re: /tool fetch vs. :tool fetch and /ping vs. :ping

: = predefinited functions (like :pick :put etc.) / = subsection fetch is a function, but inside the tool subsection no a real differencies, but "tool" is a subsection, so is better to write :ping and /tool also for future changes and consistency. Another example: global can be :global or ...
by rextended
Wed Sep 11, 2024 11:17 am
Forum: Scripting
Topic: Scripting using /system telnet
Replies: 4
Views: 752

Re: Scripting using /system telnet

url="telnet://

do not exist on fetch.
by rextended
Mon Sep 09, 2024 7:31 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 409
Views: 150580

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

Fast fix until more than one is managed. :local dname [/ip dhcp-server get ([find where address-pool=$poolname]->0) name] "find" everytime return one array, "get" do not support array... So expect error if find is directly used by get . For sure some of my script containing that ...
by rextended
Mon Sep 09, 2024 2:48 pm
Forum: Beginner Basics
Topic: Amazon Firestick issues
Replies: 8
Views: 1063

Re: Amazon Firestick issues

Any of you have had this same issue?

No, because luckily you didn't come to tamper with any of our routers.
by rextended
Mon Sep 09, 2024 2:41 pm
Forum: Scripting
Topic: Error of script netwatch 7.15.3 [SOLVED]
Replies: 9
Views: 1926

Re: Error of script netwatch 7.15.3 [SOLVED]

/ip firewall connection {remove [find]}
First of all it is already wrong to write it this way.

I've already explained exactly on 2021 why it's bu11sh1t to write something like that in other posts.
viewtopic.php?p=853800#p853800
by rextended
Mon Sep 02, 2024 6:20 pm
Forum: Scripting
Topic: put members of /interface member list into variable array [SOLVED]
Replies: 4
Views: 715

Re: put members of /interface member list into variable array

im back from hospital ..

:? I hope nothing serious...
by rextended
Mon Sep 02, 2024 12:19 pm
Forum: Beginner Basics
Topic: Amazon Firestick issues
Replies: 8
Views: 1063

Re: Amazon Firestick issues

All other devices work + Firestik not work = Firestik problem...
I have Firestik and is working (on Italy).

What happens last week?
You ask your ISP?
Reload old backup...
by rextended
Mon Sep 02, 2024 12:04 pm
Forum: Scripting
Topic: put members of /interface member list into variable array [SOLVED]
Replies: 4
Views: 715

Re: put members of /interface member list into variable array

It's all full of errors, obviously it doesn't work. Where did you read this 5h1t? [...]:local ilm {:toarray [/int[...] if you overwrite the variable every time (recreating it) it is obvious that it always contains only the last entry. You really lack the ABC of programming, regardless of whether it ...
by rextended
Mon Sep 02, 2024 11:48 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

You are right, added into list
Also missing start parameters...
"C:\Program Files\Winbox\winbox.exe" [Device.FirstAddress] [Device.UserName] [Device.Password]
Not only for The Dude...
by rextended
Fri Aug 30, 2024 6:11 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

at end od the line
And some typo:
od -> of

:P
by rextended
Fri Aug 30, 2024 6:08 pm
Forum: Useful user articles
Topic: Checking if an IP is free, without having an IP address [MS Windows]
Replies: 2
Views: 4317

Re: Checking if an IP is free, without having an IP address [MS Windows]

And where is the MikroTik device at this point?

All loss of time.

Just power on the mikrotik device.

Start IP scan on right interface, done.

The IP scan do not need IP on device, just specify the IP interval, like 192.168.1.0/24 and the RouterBOARD do all automatically.
by rextended
Fri Aug 30, 2024 12:13 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

Since RouterOS features are not dependent on WinBox, how about making it OpenSource now that it exists on all 3 major platforms? So all the programmers would have concentrated on improving and finishing v7 , instead of worrying about developing an application that does NOT run RouterOS ... Already ...
by rextended
Thu Aug 29, 2024 5:06 pm
Forum: General
Topic: How to Stop the DNS server and free port 53 [SOLVED]
Replies: 7
Views: 1307

Re: How to Stop the DNS server and free port 53 [SOLVED]

I didn't quite understand the question, or maybe you didn't understand it...
/ip dns
set allow-remote-requests=no
by rextended
Thu Aug 29, 2024 4:26 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

Since RouterOS features are not dependent on WinBox,
how about making it OpenSource now that it exists on all 3 major platforms?

So all the programmers would have concentrated on improving and finishing v7,
instead of worrying about developing an application that does NOT run RouterOS...
by rextended
Thu Aug 29, 2024 4:22 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

Since RouterOS features are not dependent on WinBox,
how about making it OpenSource now that it exists on all 3 major platforms?
by rextended
Thu Aug 29, 2024 1:07 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

This is very good!
However, a simple Linux CLI application would also be required, similar to the Windows terminal.exe application.
Your version of Linux doesn't have telnet???
by rextended
Thu Aug 29, 2024 1:06 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

Jokes aside (the source code is real), a nice start.

I can't figure out the icon it represents (based on the new MikroTik logo).
by rextended
Thu Aug 29, 2024 12:51 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 1389
Views: 305273

Re: 📣 WinBox 4 is here 📣

Bravi.
by rextended
Wed Aug 28, 2024 11:44 am
Forum: General
Topic: executing script from winbox failed, please check it manually
Replies: 13
Views: 2908

Re: executing script from winbox failed, please check it manually

I would recommend netinstall and configure device from scratch or export (not backup).
+1
by rextended
Tue Aug 27, 2024 1:01 pm
Forum: General
Topic: Device on local lan to obtain public ip
Replies: 1
Views: 493

Re: Device on local lan to obtain public ip

Yes and no. No details = no precision.
by rextended
Tue Aug 27, 2024 12:57 pm
Forum: RouterBOARD hardware
Topic: Default password Frustration
Replies: 101
Views: 12436

Re: Default password Frustration

crappy reality.
:(


OT: You can't imagine what happens when you have to block DNS by law and use your own... Do you know how many Chinese things call home?...
by rextended
Mon Aug 26, 2024 4:50 pm
Forum: RouterBOARD hardware
Topic: Default password Frustration
Replies: 101
Views: 12436

Re: Default password Frustration

So I'm a white fly compared to everyone else?
The basics, like blocking spoofing and blocking incoming connections on standard ports, for me is the a-b-c of civilization...
by rextended
Mon Aug 26, 2024 3:33 pm
Forum: RouterBOARD hardware
Topic: Default password Frustration
Replies: 101
Views: 12436

Re: Default password Frustration

The fact that I was able to easily enter other operators' networks also makes you understand that the quality of professional technicians counts, who often improvise without knowing what they are doing... So, for me botnet (all brand) = 33% blank/standard/weak password + 33% ignorance of ISP... + 34...
by rextended
Fri Aug 23, 2024 6:12 pm
Forum: General
Topic: Feature requests
Replies: 1770
Views: 666484

Re: Feature requests

If I do not remember bad, Windows use 2 IPs, overlapped for 12h
by rextended
Fri Aug 23, 2024 5:51 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

:shock:
by rextended
Fri Aug 23, 2024 3:50 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

or masochism:
It's why my reply to OP on post #2... :wink:
by rextended
Fri Aug 23, 2024 3:24 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

Notice: " must not be escaped on string, is parsed first $"..." than the rest of the string. eg: :log warn "$"test_Str"$""2" $"test_Str" is replaced with his contents 198 and $"" do not exist, so, is replaced with string of zero length...
by rextended
Fri Aug 23, 2024 3:14 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

like the previous 3 examples: :local "test_Str" "198" ; :log warn "$($"test_Str")2" :local "test_Str" "198" ; :log warn ($"test_Str"."2") :local "test_Str" "198" ; :log warn "$"test_Str"...
by rextended
Fri Aug 23, 2024 2:43 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

fix: if the var name containing one at least one upper case... do not work...
by rextended
Fri Aug 23, 2024 2:41 pm
Forum: General
Topic: How to predefine hostnames for DHCP leases?
Replies: 9
Views: 1054

Re: How to predefine hostnames for DHCP leases?

Every other DHCP server supports this.
If you say so...
by rextended
Fri Aug 23, 2024 2:37 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

Ok, parser error apart, there is no way (except the 3 + 1 proposed) to not write more code for print vars followed from something fixed.
by rextended
Fri Aug 23, 2024 2:28 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

I do not use global, because on OP is using locals. I test, one moment please. what t. f. ???????? [admin@TEST-v7] > :local testStr "198" ; :put "$( testStr )2" 2 [admin@TEST-v7] > :local teststr "198" ; :put "$( teststr )2" 1982 if the var name containing one...
by rextended
Fri Aug 23, 2024 2:19 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

Lol. Sry Mr rextended for polite wording. "Use" instead of "Try". Because I actually verified and tried myself before posting. (orignal post edited later) But on ROS 7.15.3 tested. Sorry, but :local testStr "198" ; :put "$(testStr)2" print only 2, on both v6 ...
by rextended
Fri Aug 23, 2024 2:04 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

Try: :log warn "$(testStr)2" Why "Try"? You can't try yourself before posting other oddities? without add too much complexity, you have 2 solutions: :local testStr "198" ; :log warn "$($testStr)2" :local testStr "198" ; :log warn ($testStr."2&q...
by rextended
Fri Aug 23, 2024 1:01 pm
Forum: Scripting
Topic: variables in string
Replies: 20
Views: 1233

Re: variables in string

You ask seriously? You want 1982?
:log warn "1982"

First of all, it is of no use whatsoever, or if it is, you have been very careful not to write it.

Are you kidding?
It is obvious that if you write a valid variable name, it goes and looks for that variable name.
How do you think?
by rextended
Thu Aug 22, 2024 2:17 pm
Forum: Scripting
Topic: Upgrading BackupToFTP Script to V7 [SOLVED]
Replies: 8
Views: 1225

Re: Upgrading BackupToFTP Script to V7 [SOLVED]

Grazie (Thanks)
by rextended
Thu Aug 22, 2024 1:49 pm
Forum: Scripting
Topic: Upgrading BackupToFTP Script to V7 [SOLVED]
Replies: 8
Views: 1225

Re: Upgrading BackupToFTP Script to V7 [SOLVED]

Non ho nessun dude con la v7, per lavoro non la uso proprio la v7, quindi per la riga del dude non so aiutarti.
(no help for dude, I do not use it, I use only v6)
by rextended
Thu Aug 22, 2024 1:43 pm
Forum: Scripting
Topic: Upgrading BackupToFTP Script to V7 [SOLVED]
Replies: 8
Views: 1225

Re: Upgrading BackupToFTP Script to V7 [SOLVED]

Il formato della data è cambiato (is written on changelogs...) https://forum.mikrotik.com/viewtopic.php?t=196072 prima: {... :local ds [/system clock get date] {... :set ds ([:pick $ds 7 11].[:pick $ds 0 3].[:pick $ds 4 6]) {... :put $ds -22202-0 dopo (se non serve per forza "aug" ma va be...
by rextended
Thu Aug 22, 2024 1:41 pm
Forum: Scripting
Topic: Upgrading BackupToFTP Script to V7 [SOLVED]
Replies: 8
Views: 1225

Re: Upgrading BackupToFTP Script to V7 [SOLVED]

i Noticed that was not working only today // last successful backup was on January the 24th.
Maremma cinghiala... Manco avete controllato?
by rextended
Thu Aug 22, 2024 1:37 pm
Forum: Scripting
Topic: Upgrading BackupToFTP Script to V7 [SOLVED]
Replies: 8
Views: 1225

Re: Upgrading BackupToFTP Script to V7 [SOLVED]

Why you upgrade?

User-Manager no longer exist, on v7 is just another module with the same name.

Why you upgrade blindly without read all changelogs from v6?
Is all expected that the v6 scripts do no longer works on v7.
by rextended
Tue Aug 20, 2024 9:16 pm
Forum: Scripting
Topic: Error of script netwatch 7.15.3 [SOLVED]
Replies: 9
Views: 1926

Re: Error of script netwatch 7.15.3 [SOLVED]

There's something that doesn't add up, I'll check it out.
by rextended
Tue Aug 20, 2024 6:54 pm
Forum: Scripting
Topic: Error of script netwatch 7.15.3 [SOLVED]
Replies: 9
Views: 1926

Re: Error of script netwatch 7.15.3 [SOLVED]

read changelogs:

netwatch = no fetch allowed
by rextended
Mon Aug 19, 2024 11:20 am
Forum: 3rd party tools
Topic: Introducing MikroWizard: An Open-Source Solution for MikroTik Router Management
Replies: 69
Views: 13973

Re: Introducing MikroWizard: An Open-Source Solution for MikroTik Router Management

And also you will get free automatic updates! Free: Ok... Automatic: Bad. What do you mean by automatic? Do the program ask for confirmation or can you stay on the same version forever? Because I ask this: If the program is forced to update and one day the free version is withdrawn to forcefully sw...
by rextended
Sat Aug 17, 2024 10:26 am
Forum: General
Topic: Routing question
Replies: 11
Views: 1055

Re: Routing question

We are using routers on either end of this connection, so it would seem easier to use a route rather than RSTP. Also I've been advised on the Ubiquity forum that using STP may cause problems. Is easier just add two port on bridge that loss time with routing, netwatch, ping and other frills, since t...
by rextended
Fri Aug 16, 2024 11:32 am
Forum: General
Topic: Routing question
Replies: 11
Views: 1055

Re: Routing question

Do not loss time, and simply use correctly RSTP on bridge that contains both ethernet (on both side).
by rextended
Thu Aug 15, 2024 2:28 pm
Forum: Scripting
Topic: Script to delete al user active
Replies: 9
Views: 873

Re: Script to delete al user active

This should work;
Do not write randomly bu115h1t .


********************************


"at a specific time of day" use scheduler for schedule this:
/ip hotspot active remove [find]
Approximative description obtain approximative "solution"
by rextended
Thu Aug 15, 2024 10:30 am
Forum: Beginner Basics
Topic: configuration lost on reboot?
Replies: 11
Views: 1036

Re: configuration lost on reboot?

You really use VLAN 1 for tagging?
and is not changable.
Ok, understand.
by rextended
Thu Aug 15, 2024 1:01 am
Forum: Beginner Basics
Topic: 3rd party system installed, can't connect to any devices on the router.
Replies: 40
Views: 2805

Re: 3rd party system installed, can't connect to any devices on the router.

The request is devoid of any details.

If you were asked the exact same question, what would you say?
by rextended
Thu Aug 15, 2024 12:57 am
Forum: General
Topic: Mikrotik blocks pages
Replies: 2
Views: 511

Re: Mikrotik blocks pages

You say something different here.
viewtopic.php?p=1056440
You do not have correctly configured the devices.
by rextended
Thu Aug 15, 2024 12:50 am
Forum: Beginner Basics
Topic: configuration lost on reboot?
Replies: 11
Views: 1036

Re: configuration lost on reboot?

From post #2
You really use VLAN 1 for tagging?
by rextended
Wed Aug 14, 2024 7:08 pm
Forum: Beginner Basics
Topic: configuration lost on reboot?
Replies: 11
Views: 1036

Re: configuration lost on reboot?

You really use VLAN 1 for tagging?


Wrong title, wrong supposition: If (bad) configuration is lost on reboot,
is already like you have just netinstalled the device...
by rextended
Wed Aug 14, 2024 6:52 pm
Forum: Scripting
Topic: Mac no asignada a dhcp
Replies: 2
Views: 529

Re: Mac no asignada a dhcp

Better English translation (thanks to Rextended): Hello, I would like to make a foreach cycle based on a list of IPs to check if the IPs are assigned in the dhcp to some lease and do something if are found. Search on forum for examples, are present dozen of script that already check MAC on lease and...
by rextended
Wed Aug 14, 2024 4:33 pm
Forum: Beginner Basics
Topic: Can't change network
Replies: 11
Views: 1015

Re: Can't change network

Technical advice : Don't do the stupid thing of putting .0 and .255 in the pool too, because often, even though they are OBVIOUSLY valid addresses, some devices don't digest them because their software is crap. pool: 10.0.10.2-10.0.10.254 + 10.0.11.1-10.0.11.254 + 10.0.12.1-10.0.12.254 + 10.0.13.1-...
by rextended
Wed Aug 14, 2024 3:09 pm
Forum: General
Topic: VRF Configuration doesn't work on MikroTik CCR Router
Replies: 6
Views: 670

Re: VRF Configuration doesn't work on MikroTik CCR Router

I believe I've configured everything correctly, but for some reason, it's not working as expected. It doesn't work the way YOU expected. It doesn't work like that... "WE" should read the export (full of configuration errors and omissions) and from there extract the network graph and all t...
by rextended
Wed Aug 14, 2024 11:08 am
Forum: Beginner Basics
Topic: 2 ISP Internet / 1 LAN WIFI Router Combine 2 ISP to Network
Replies: 11
Views: 1216

Re: 2 ISP Internet / 1 LAN WIFI Router Combine 2 ISP to Network

Before you see why you must use only DHCP clients, [...]
This is one area where Ubiquiti is substantially better as a router. [...]
This is MikroTik forum, you can not advertise other competitor brands.
If you want provide a solution, must still inside MikroTik products.
by rextended
Tue Aug 13, 2024 1:29 pm
Forum: RouterBOARD hardware
Topic: hAP ax3 temperature at 58-60 degrees...
Replies: 24
Views: 3649

Re: hAP ax3 temperature at 58-60 degrees...

In 6 hours after the reboot, the memory decreased by 400MB. Are we talking about /firewall address lists? if so, how do I limit its size? Since on the list is also present 8.8.8.8... You guys need to stop following idiotic advice on YouTube, Reddit and similar 5h1t. If it's your own work, what are ...
by rextended
Mon Aug 12, 2024 10:29 pm
Forum: Beginner Basics
Topic: 2 ISP Internet / 1 LAN WIFI Router Combine 2 ISP to Network
Replies: 11
Views: 1216

Re: 2 ISP Internet / 1 LAN WIFI Router Combine 2 ISP to Network

Before you see why you must use only DHCP clients, know that your efforts to "add" ISPs to get more speed in the end, are completely futile. At most a single device can go as fast as the fastest ISP. Normally it will always be like this, and you can't do anything about it. Now that you kno...
by rextended
Mon Aug 12, 2024 1:14 pm
Forum: General
Topic: How can I access remotely MT behind a modem?
Replies: 13
Views: 808

Re: How can I access remotely MT behind a modem?

input ≠ forward
by rextended
Mon Aug 12, 2024 12:44 pm
Forum: Scripting
Topic: MicroTik Script Read Text File
Replies: 1
Views: 529

Re: MicroTik Script Read Text File

Hi How to detect blank lines when read txt file and remove that? Are you aware of the file size limits that can be handled? For blank lines it depends on what you mean. Search for \r\n\r\n and replace with \r\n , or search for \n\n and replace with \n , (do from start multiple time until occurrence...
by rextended
Fri Aug 09, 2024 11:42 am
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 655
Views: 259521

Re: v7.15.3 [stable] is released!

I have a WAP R LTE kit. working flawlessy with 7.14.3
And why did you update it?...

Start from 0 with netinstall
by rextended
Thu Aug 08, 2024 5:28 pm
Forum: Scripting
Topic: Disable the prompt from the terminal. [SOLVED]
Replies: 17
Views: 2766

Re: Disable the prompt from the terminal. [SOLVED]

(In space /dev/null no one can hear you scream.)
That film have my same age...

Devi spiegare a che ti serve, non cosa vuoi ottenere.
Magari tu pensi sia necessario "ECHO OFF", ma in realtà per fare (ciò che non hai spiegato) si può fare // va fatto // in un altro modo.
by rextended
Thu Aug 08, 2024 5:24 pm
Forum: General
Topic: executing script from winbox failed, please check it manually
Replies: 13
Views: 2908

Re: executing script from winbox failed, please check it manually

maybe if you do an export and check piece by piece....
by rextended
Thu Aug 08, 2024 5:15 pm
Forum: General
Topic: executing script from winbox failed, please check it manually
Replies: 13
Views: 2908

Re: executing script from winbox failed, please check it manually

dhcp server script? dhcp client script? ppp profile script?
by rextended
Thu Aug 08, 2024 4:37 pm
Forum: Scripting
Topic: Disable the prompt from the terminal. [SOLVED]
Replies: 17
Views: 2766

Re: Disable the prompt from the terminal. [SOLVED]

prompt $p$g
by rextended
Wed Aug 07, 2024 10:40 am
Forum: RouterBOARD hardware
Topic: Required wireless Transceiver
Replies: 3
Views: 803

Re: Required wireless Transceiver

No, except supported usb serial ports.

You can not do anything for extend "standard" drone remote control.
by rextended
Tue Aug 06, 2024 4:37 pm
Forum: Scripting
Topic: remove user
Replies: 2
Views: 853

Re: remove user

Too few details, it's tiring for the forum users to rewrite "Which version?", "more details", "the description is not clear", etc., every time...
by rextended
Tue Aug 06, 2024 2:50 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

I just discovered it. Every section can have such rules banner
Thanks.
by rextended
Tue Aug 06, 2024 2:49 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

Sorry for the question, I never see this:

"Forum rules
Only MikroTik related software...."

Is a new feature of phpBB or already exist on old versions?

Thanks.
by rextended
Tue Aug 06, 2024 2:46 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

I think Splunk is some unrelated software, and Jotne is just posting a tutorial for how to make MikroTik work with it. So I don't think it qualifies
Ok, I've never used it, so I was wondering ;)
by rextended
Tue Aug 06, 2024 2:45 pm
Forum: 3rd party tools
Topic: Advertising: "Sharing feedbacks on FlashStart DNS malware & content filtering"
Replies: 56
Views: 8390

Re: Advertising: "Sharing feedbacks on FlashStart DNS malware & content filtering"

I currently use Flashstart, it has improved since this thread was first posted.
Now in Italy it helps to solve all the legal problems (rotture di scoglio ni).
Well done, nice work.
by rextended
Tue Aug 06, 2024 2:43 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

(my criticisms are useful, you will see now that he improves the site....)

And Splunk? Must be moved?
viewtopic.php?t=179960
by rextended
Tue Aug 06, 2024 2:39 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

MikroWizard, please make a clear post in here with decription of what your software does and how much it costs, and what limits there are in the Free tier. I will also move the other mentioned topics into this section: https://forum.mikrotik.com/viewforum.php?f=25 Please move also flashstart... htt...
by rextended
Tue Aug 06, 2024 2:27 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

I don't know about others and who is Engitech? we use the template in WP named Engitech, where is the relation that you are talking with us? I'll answer you simply: Your site is full of links that point to that consulting firm... Which seems to actually exist... on dream :lol: :lol: :lol:
by rextended
Tue Aug 06, 2024 2:24 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

(I had already finished)

I strongly advise to not to pollute this forum with advertisements,
otherwise the meee-too will start and everyone will want their advertising here...
by rextended
Tue Aug 06, 2024 2:20 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

Please tell me what is the difference.
You just saw the "difference", and it was just a taste.
by rextended
Tue Aug 06, 2024 2:19 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

With that thinking, MikroTik itself started in 1997, and other companies were there before! Now I will ask, why you are using MikroTik? Do you think you can put me in difficulty with these questions? I stopped buying new MikroTik hardware for wifi CPEs, now there is definitely better. I continue to...
by rextended
Tue Aug 06, 2024 2:12 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

What you have to do with engitech?

Both "you" and Engitech... the sites are fake like the 3 dollar bill, there is no company reference, addresses, nothing concrete, no one knows who is responsible.
The usual sites made by AI to look convincing, but they don't say nothing.
by rextended
Tue Aug 06, 2024 1:37 pm
Forum: General
Topic: The post was removed after approval opening again because didn't get a Convincing answer
Replies: 26
Views: 1656

Re: The post was removed after approval opening again because didn't get a Convincing answer

The usual considerations apply everywhere... Uhm... 1) Try us for FREE! Your first license is free. 2) Each managed MikroTik unit is $.50 per month. 3) Each managed MikroTik unit is $2.00 per month. Better to wait free solution from MikroTik than to risk that happen something similar of other dozen ...
by rextended
Tue Aug 06, 2024 12:47 pm
Forum: Scripting
Topic: Transfer contents of local array to global array with variable name
Replies: 1
Views: 512

Re: Transfer contents of local array to global array with variable name

Full of errors, is logic that do not work. But also if corrected, :local counter 1 :local arrName "array$counter" :local arrValue {"key1"="value1";"key2"="value2";"key3"="value3"} :put ":global $arrName $arrValue" do not...
by rextended
Mon Aug 05, 2024 3:48 pm
Forum: Scripting
Topic: Strange array index behavior
Replies: 8
Views: 795

Re: Strange array index behavior

For example, 1 can be 1 as a number, "1" as a string and... 1 as true... 1 as array, 1 as time... etc. etc. etc. It all depends on the context and how badly the script was written :if (1) do={:put "true"} ; # NOTE: is not like (1 = true)... # true :local x 1 ; :put [:typeof $x] #...
by rextended
Mon Aug 05, 2024 2:56 pm
Forum: Scripting
Topic: Strange array index behavior
Replies: 8
Views: 795

Re: Strange array index behavior

See previous reply ;)
by rextended
Mon Aug 05, 2024 2:47 pm
Forum: Scripting
Topic: Strange array index behavior
Replies: 8
Views: 795

Re: Strange array index behavior

What happens with?
[...]
for sure:
# output: str 2


This is just an example, but it is a feature that is never kept in mind to call variables with meaningful and non-misunderstanding names...
by rextended
Mon Aug 05, 2024 2:44 pm
Forum: Scripting
Topic: Strange array index behavior
Replies: 8
Views: 795

Re: Strange array index behavior

2 as number is not the same as "2" as string. Is not a bug on RouterOS, you must understand the differencies between one string and one number. "$testIdx" is a redundancy for $testIdx only without quotes, so all "$testIdx" is converted with $testIdx value, 2 as number. ...
by rextended
Mon Aug 05, 2024 2:42 pm
Forum: Scripting
Topic: Script problem in ROS v7
Replies: 3
Views: 826

Re: Script problem in ROS v7

Simply new RouterOS save errors like the address is already on address list.

The script is bad, do not do any check and use :global inside procedures.
by rextended
Mon Aug 05, 2024 1:17 pm
Forum: General
Topic: How to limit Youtube bandwidth in Chrome?
Replies: 3
Views: 642

Re: How to limit Youtube bandwidth in Chrome?

Lost war.

Read the other near identical thousands of topic already opened.
by rextended
Mon Aug 05, 2024 1:16 pm
Forum: General
Topic: Export specefic Address list via command
Replies: 7
Views: 1122

Re: Export specefic Address list via command

Wouldn't it have been easier to change what writes the IPs in the list, so that it did it statically?

Then if every time it exports the same IPs, the import could fail in the destination if one is already present.
by rextended
Mon Aug 05, 2024 1:02 pm
Forum: General
Topic: Export specefic Address list via command
Replies: 7
Views: 1122

Re: Export specefic Address list via command

Either you save the IPs in the address list as static or you export them as: /ip firewall address-list print file=export.txt where list="mylist" but then you have to create a script specifically to import them from the other side. Or you create a script in ssh that for each dynamic IP laun...
by rextended
Mon Aug 05, 2024 12:37 pm
Forum: Scripting
Topic: If the uptime was more than 1 minute
Replies: 14
Views: 1533

Re: If the uptime was more than 1 minute

Seems like a roundabout way to go about it, having to go to an external URL Can achieve the same internally without reaching out to an external source Already wroted, https://forum.mikrotik.com/viewtopic.php?t=209273#p1085695 OP do not like the answers, so open again another thread for the same que...
by rextended
Sat Aug 03, 2024 12:52 pm
Forum: General
Topic: What are the best practices for securing a MikroTik router from external threats?
Replies: 16
Views: 1549

Re: What are the best practices for securing a MikroTik router from external threats?

Who is that Leonardo de Pussy ??

It looks like a combination of Vincent van Purr and Claude Meowet

At least something interesting with artificial intelligence...
by rextended
Fri Aug 02, 2024 2:56 pm
Forum: Announcements
Topic: WinBox v3.41 released!
Replies: 41
Views: 19287

Re: WinBox v3.41 released!

when I configure CAKE queue on the internet interface, and run a L2TP VPN over that,
Interesting, when I have time I try that.
by rextended
Fri Aug 02, 2024 2:54 pm
Forum: General
Topic: What are the best practices for securing a MikroTik router from external threats?
Replies: 16
Views: 1549

Re: What are the best practices for securing a MikroTik router from external threats?

>>>What are the best practices for securing a MikroTik router from external threats?

Leave firewall to default values and do not touch what you do not know, do not follow "youtube & co." advices.
by rextended
Fri Aug 02, 2024 2:52 pm
Forum: Announcements
Topic: WinBox v3.41 released!
Replies: 41
Views: 19287

Re: WinBox v3.41 released!

from time to time, im not able to log in to the MT by using winbox, reboot fixed it.
Does anyone aware of that?
Never seen an issue like this. Using RouterOS since 2014.
The same, but from 2007...
by rextended
Fri Aug 02, 2024 2:48 pm
Forum: Wireless Networking
Topic: Guide: Enable Wave2 on RB4011 WITH both 5GHz and 2,4GHz working simultaneously
Replies: 9
Views: 2007

Re: Guide: Enable Wave2 on RB4011 WITH both 5GHz and 2,4GHz working simultaneously

For sure 7.13+ From 7.13 changelog: Notice - Starting from RouterOS version 7.13, significant changes have been made to the RouterOS wireless packages. [...] [...] 3. The existing "wifiwave2" package has been divided into distinct packages: "wifi-qcom" and "wifi-qcom-ac"...
by rextended
Wed Jul 31, 2024 4:03 pm
Forum: Scripting
Topic: Disable the prompt from the terminal. [SOLVED]
Replies: 17
Views: 2766

Re: Disable the prompt from the terminal. [SOLVED]

No, senza supercazzola.
by rextended
Mon Jul 29, 2024 1:39 pm
Forum: Scripting
Topic: I want save backup to sub folder
Replies: 5
Views: 987

Re: I want save backup to sub folder

Still not work if the user not create directories first...........
by rextended
Mon Jul 29, 2024 1:32 pm
Forum: General
Topic: Upgrading Rooterboot factory software
Replies: 25
Views: 7222

Re: Upgrading Rooterboot factory software

viewtopic.php?t=94303#p580430
UNSUPPORTED:
arm all [AL2(L), DX3230(L), IPQ8060, IPQ4000(L), ...]
by rextended
Fri Jul 26, 2024 6:08 pm
Forum: Scripting
Topic: Convert DYNAMIC IP to STATIC IP
Replies: 1
Views: 537

Re: Convert DYNAMIC IP to STATIC IP

super short code

/ip dhcp-server lease print where [:if ($dynamic) do={make-static $".id"}]
by rextended
Fri Jul 26, 2024 6:00 pm
Forum: Scripting
Topic: A function for url encoding
Replies: 5
Views: 5846

Re: A function for url encoding

Some user write a tons of script for character encoding/decoding and mikrotik add some commands on v7....
  • 1
  • 2
  • 3
  • 4
  • 5
  • 44