Community discussions

MikroTik App

Search found 12972 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 44
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: 323

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: 4178

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: 316

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: 4178

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: 105
Views: 86721

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: 316

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: 121

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: 180

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: 316

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 [stable] is released!
Replies: 298
Views: 44439

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 [stable] is released!
Replies: 298
Views: 44439

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 [stable] is released!
Replies: 298
Views: 44439

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 [stable] is released!
Replies: 298
Views: 44439

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: 323

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: 8369

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: 2791

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: 3
Views: 327

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: 3
Views: 327

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: 8369

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: 1600

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: 1600

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: 1600

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: 1600

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: 1600

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: 1600

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: 232

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: 1600

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: 348

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: 1289
Views: 239580

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: 1057
Views: 1192923

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: 1167

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: 474

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: 474

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: 105
Views: 86721

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: 105
Views: 86721

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: 321

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: 536

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: 134175

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: 356

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 [stable] is released!
Replies: 298
Views: 44439

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: 105
Views: 86721

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: 1289
Views: 239580

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: 1289
Views: 239580

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: 474

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: 474

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 [stable] is released!
Replies: 298
Views: 44439

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: 1289
Views: 239580

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 [stable] is released!
Replies: 298
Views: 44439

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: 474

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 [stable] is released!
Replies: 298
Views: 44439

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 [stable] is released!
Replies: 298
Views: 44439

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 [stable] is released!
Replies: 298
Views: 44439

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: 23756

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 [stable] is released!
Replies: 298
Views: 44439

Re: v7.16 [stable] is released!

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

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 [stable] is released!
Replies: 298
Views: 44439

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 [stable] is released!
Replies: 298
Views: 44439

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 [stable] is released!
Replies: 298
Views: 44439

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: 1289
Views: 239580

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: 74530

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: 1167

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: 2
Views: 588

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: 507

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: 957

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: 706

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: 510

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: 1289
Views: 239580

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: 1057
Views: 1192923

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: 605

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: 617

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: 969

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: 22582

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: 22582

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: 317

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: 506

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: 617

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: 617

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: 4383

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: 4383

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: 3535

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: 475

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: 475

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: 569

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: 407
Views: 148056

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: 882

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: 1561

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: 609

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: 882

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: 609

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: 1289
Views: 239580

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: 1289
Views: 239580

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: 4080

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: 1289
Views: 239580

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: 938

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: 1289
Views: 239580

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: 1289
Views: 239580

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: 1289
Views: 239580

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: 1289
Views: 239580

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: 1289
Views: 239580

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: 2311

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: 425

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: 11875

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: 11875

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: 11875

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: 1767
Views: 662969

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: 1128

Re: variables in string

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

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: 1128

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: 1128

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: 1128

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: 941

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: 1128

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: 1128

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: 1128

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: 1128

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: 1128

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: 924

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: 924

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: 924

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: 924

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: 924

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: 1561

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: 1561

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: 65
Views: 11251

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: 1013

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: 1013

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: 749

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: 857

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: 2626

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: 498

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: 857

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: 857

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: 437

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: 872

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: 653

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: 1050

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: 3344

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: 1050

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: 786

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: 439

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: 256490

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: 2315

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: 2311

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: 2311

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: 2315

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: 584

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: 771

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: 1603

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: 1603

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: 1603

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: 7830

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: 1603

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: 1603

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: 1603

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: 1603

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: 1603

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: 1603

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: 1603

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: 1603

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: 404

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: 694

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: 694

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: 694

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: 694

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: 710

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: 628

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: 977

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: 977

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: 1379

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: 1475

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: 17704

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: 1475

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: 17704

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: 1798

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: 2315

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: 884

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: 6984

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: 436

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: 5659

Re: A function for url encoding

Some user write a tons of script for character encoding/decoding and mikrotik add some commands on v7....
by rextended
Fri Jul 26, 2024 1:53 am
Forum: General
Topic: Poor 10G performance when routed through a RB5009 [SOLVED]
Replies: 69
Views: 5957

Re: Poor 10G performance when routed through a RB5009 [SOLVED]

Windows 11 tries to update *anything* that begins with 10? :?:
w19.jpg
by rextended
Fri Jul 26, 2024 1:46 am
Forum: Scripting
Topic: Update Cloudflare DNS with script
Replies: 5
Views: 1630

Re: Update Cloudflare DNS with script

:local ip4new [/ip address get [/ip address find interface=$wanif] address]

+ "the first assigned only"

=

:local ip4new [/ip address get ([/ip address find interface=$wanif]->0) address]

But what I write before is still valid.
by rextended
Wed Jul 24, 2024 4:44 pm
Forum: Scripting
Topic: Having issues with the script scheduler
Replies: 2
Views: 489

Re: Having issues with the script scheduler

Funziona quasi casualemnte:

example code

/queue simple
:foreach q in=[find] do={ 
    :log info "$[get $q target]"
}

or more shortly:
/queue simple print where [:log info $target]
by rextended
Wed Jul 24, 2024 3:08 pm
Forum: General
Topic: A discussion about UDP hole punching and how to prevent it.
Replies: 15
Views: 3569

Re: A discussion about UDP hole punching and how to prevent it.

Almost 94% of the traffic on my network (I'm an ISP) is on IPv6...
there's very little left only IPv4 (just as there once was little HTTPS, now it's practically very rare to find anyone who doesn't use it).
by rextended
Wed Jul 24, 2024 1:30 pm
Forum: Beginner Basics
Topic: Simpler Failover for two Gateways I found working
Replies: 17
Views: 5470

Re: Simpler Failover for two Gateways I found working

(Reply to #15) In fact, I didn't comment on the rest, because there was nothing to add. I'm usually very critical (not by chance, but always explaining the reasons), and if I haven't added anything else, it means you did a good job (and I thank you for putting it on the forum). I just explained how ...
by rextended
Wed Jul 24, 2024 11:20 am
Forum: Beginner Basics
Topic: Simpler Failover for two Gateways I found working
Replies: 17
Views: 5470

Re: Simpler Failover for two Gateways I found working

It is always wrong to use the firewall to decide the routes (except in exceptional cases). For routes must be used... routes... /ip firewall mangle add action=mark-routing chain=output dst-address=3.3.3.3 routing-table=!mytable new-routing-mark=mytable /ip route add dst-address=3.3.3.3/32 gateway=3....
by rextended
Wed Jul 24, 2024 10:35 am
Forum: RouterBOARD hardware
Topic: Default password Frustration
Replies: 101
Views: 11875

Re: Default password Frustration

C*mb*um do not force anything, and is still shipped on EU...
by rextended
Tue Jul 23, 2024 6:26 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

So, regardless of the quality, those antennas are just plastic that goes to pollute the world.

Just for a commercial reason that the antennas seem bigger...
by rextended
Tue Jul 23, 2024 6:08 pm
Forum: Scripting
Topic: need more knowledge about this syntax [SOLVED]
Replies: 4
Views: 1834

Re: need more knowledge about this syntax [SOLVED]

You can also call them pippo and pluto, they are just the names of two variables.
by rextended
Tue Jul 23, 2024 5:30 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

You do not open the left, probably is like what I posted before.
by rextended
Tue Jul 23, 2024 2:23 pm
Forum: Scripting
Topic: need more knowledge about this syntax [SOLVED]
Replies: 4
Views: 1834

Re: need more knowledge about this syntax [SOLVED]

the first is wrong, because find results is one array, and get do not accept arrays as parameters.

Coincidentally if exist only one possible results from find, it work, because pass only one array with one single item
by rextended
Tue Jul 23, 2024 2:21 pm
Forum: Scripting
Topic: Fetch Download with Password
Replies: 1
Views: 374

Re: Fetch Download with Password

too much parameters, avoid mode and url at the same time.
You must specify correct URL. What you write is not a URL.
by rextended
Tue Jul 23, 2024 2:19 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

[*]They are typically, but not always, higher-gain. This is usually , but not always, a benefit, since it increases the sensitivity of the AP So can hear better the interferencies. [*]External antennas are sometimes replacable, and that's just plain nice in this depressing world where everything is...
by rextended
Tue Jul 23, 2024 12:18 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

https://forum.mikrotik.com/viewtopic.php?p=60282#p60282 (2007-01-04 18:37:36) Not, not clearer, just louder. Assume that you are trying to listen to some music on your stereo, but in the next room some construction workers are using heavy tools that make so much noise that they are almost as loud as...
by rextended
Tue Jul 23, 2024 2:55 am
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

But You knew it, didn't You? You just ignored it
:oops:
by rextended
Mon Jul 22, 2024 8:41 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

So, in your opinion, the "bigger" an omnidirectional antenna is, the more directive it is... Interesting... Come on, he is probably trying to say that the doughnut is flatter. Ok, it may be, but for "square" chassis antennas (like #2 ) I also heard of those who believed that the...
by rextended
Mon Jul 22, 2024 8:33 pm
Forum: General
Topic: Poor 10G performance when routed through a RB5009 [SOLVED]
Replies: 69
Views: 5957

Re: Poor 10G performance when routed through a RB5009 [SOLVED]

Did I misunderstand or do you have speed problems between server and NAS when the SFP is physically inserted?

So we understand if it depends on the configuration, or simply by inserting the adapter and making the link something "happens" to the hardware...
by rextended
Mon Jul 22, 2024 8:29 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

The bigger it is, the more directive it is. It allows you to focus the power in one direction/plane better.
So, in your opinion, the "bigger" an omnidirectional antenna is, the more directive it is... Interesting...
by rextended
Mon Jul 22, 2024 5:10 pm
Forum: General
Topic: Poor 10G performance when routed through a RB5009 [SOLVED]
Replies: 69
Views: 5957

Re: Poor 10G performance when routed through a RB5009 [SOLVED]

With both machines running RouterOS, post BOTH exports to the forum. Then do a test: remove on both machine the two interconnection sfp from any bridge, dhcp, ip, etc., so that apparently the two ports are not used by anything, and see if things change... This eliminates any doubts about the configu...
by rextended
Mon Jul 22, 2024 4:38 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

Not even GSM reception

I ENVY YOU... :evil:
by rextended
Mon Jul 22, 2024 4:31 pm
Forum: RouterBOARD hardware
Topic: CRS310-8G+2S+ with free flying heat sink
Replies: 10
Views: 2743

Re: CRS310-8G+2S+ with free flying heat sink

It's standard 4-pin PWM connector, you'll find it in modern PCs too. Before answering randomly, it would be better to read the previous posts first. It has already been written (on post #2 !!!), and already badly interpreted. It is very OBVIOUS that it refers to the CAP that forms the connector in ...
by rextended
Mon Jul 22, 2024 4:14 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

And in any case the access point, in principle, should be placed in the center of the apartment, not on the side... Half the power goes to cover the neighbors... Classic problem caused by a lot of installers. They provide internet access somewhere in a basement or garage or some corner and as a con...
by rextended
Mon Jul 22, 2024 4:13 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

One last comment, then I feel like I've written everything: If you are not isolated from the world, no matter how hard you try, your neighbor always ruins everything. No matter how much you spend, if you don't insulate all windows, external walls, floor and roof, interference will always enter your ...
by rextended
Mon Jul 22, 2024 4:09 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

while in EU metal profiles supports are generally used, which I suspect can form some kind of Faraday cage). The wave is too small to be stopped by metal profiles far apart from each other, both at 5 and 2.4GHz. The wall should have a denser grid of profiles, practically a metal wall... It should b...
by rextended
Mon Jul 22, 2024 4:05 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

two best 2024 routers according to PC-Mag for Most People : From the commercial PC-Mag site: *Deals are selected by our commerce team Apparently the small one also takes better at the bottom right. Then I would like to see these simulations in the field, which do not take into account TVs, hanging ...
by rextended
Mon Jul 22, 2024 3:49 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

Nice that for the small antenna they cropped the image to make it look like it doesn't have reception "outside",
while for the other the image overflows...
by rextended
Mon Jul 22, 2024 3:38 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

Finally someone who thinks on his own.


Public have been brainwashed to believe the external antennas provide superior performance ...
More plastic... More power.
The size of the plastic case matter (see previous picture...) :lol: :lol: :lol:
by rextended
Mon Jul 22, 2024 3:34 pm
Forum: RouterBOARD hardware
Topic: Default password Frustration
Replies: 101
Views: 11875

Re: Default password Frustration

You're sending wrong people to hell. Exactly, anyone who accuses this or that person should go there, without even knowing what they are writing. If everyone drove correctly, pretending that mechanical accidents don't exist, what's the point of spending BILLIONS on bollards and traffic islands??? T...
by rextended
Mon Jul 22, 2024 3:17 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

Ah, by the way: by law they must have a maximum transmit power. THEREFORE, if they have an integrated antenna, whatever happens, they cannot transmit more than what the law requires in order to be sold.... THEREFORE, to be approved, the more high gain antennas they have, the less strong they transmi...
by rextended
Mon Jul 22, 2024 3:12 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

The same concepts above apply.


Like the packaging, just waste, they sell them with the antennas straight, half the box is empty.

Does it even matter how much plastic you put in more than you need?

Is just a joke.
troiaio.jpg
by rextended
Mon Jul 22, 2024 2:59 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

And speaking of the antenna, it's not how much plastic they put in that makes the antennas gain better... The concept is simple: The better he gets, he gets better... the interferencies. The better it transmits, the better it is heard far away... but the clients continue to have an integrated micros...
by rextended
Mon Jul 22, 2024 2:51 pm
Forum: Wireless Networking
Topic: Does size of antenna matter?
Replies: 64
Views: 4201

Re: Does size of antenna matter?

Do not spam forum with that 5h17.

I have nothing but 5h17 with those shitty routers, all it takes is a power surge and they lose the configuration.
You can't put UPS everywhere they go.

To my clients, either they buy MikroTik APs from me, or they take it up the a55.
by rextended
Mon Jul 22, 2024 2:34 pm
Forum: Scripting
Topic: Script is not working after update
Replies: 11
Views: 1429

Re: Script is not working after update

I can't help you with services I don't use. I can only tell you the errors in the script, but setting Google and the correct parameters in the script is up to you. I understand that it doesn't work anymore since you put the 7 on, but I wonder: Why did you upgrade if it worked before? Quick fix: Put ...
by rextended
Mon Jul 22, 2024 1:03 pm
Forum: Scripting
Topic: dos2unix script
Replies: 4
Views: 462

Re: dos2unix script

ignoring others various errors, why? :local check [:find $char "\r"] :if ($check < 0 ) do={ :set cleanedContent ($cleanedContent . $char) } just: :if ($char != "\r") do={:set cleanedContent "$cleanedContent$char"}
by rextended
Mon Jul 22, 2024 12:54 pm
Forum: General
Topic: Please add basic portScan tool ( port scanner scan )
Replies: 92
Views: 54298

Re: Please add basic portScan tool ( port scanner scan )

-2^666

Shall we add more tools for break the balls with compromised routers?
by rextended
Mon Jul 22, 2024 12:52 pm
Forum: General
Topic: Public-Mikrotik-Bandwidth-Test-Server(s)
Replies: 1057
Views: 1192923

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

Or only 1 attempts a day for the same /24...
by rextended
Sat Jul 20, 2024 10:43 am
Forum: General
Topic: Routerboard as bandwidth measurement instrument
Replies: 1
Views: 276

Re: Routerboard as bandwidth measurement instrument

>>> Can one use a routerboard […]
Why not?

>>> Is the native bandwidth test tool a reliable method ?
Yes, but only if the device have enough CPU power. I never use "switch" to do that tests.

>>> Which hardware is suggested ?
CCR // CHR
by rextended
Sat Jul 20, 2024 10:40 am
Forum: General
Topic: DSTNAT ports Hikvision
Replies: 6
Views: 884

Re: DSTNAT ports Hikvision

The ports are 554 and 8000, do the same you do for the port 80.
On doubt (i do not remember) both tcp and udp.
by rextended
Sat Jul 20, 2024 10:37 am
Forum: General
Topic: mynetname.net down?
Replies: 14
Views: 1384

Re: mynetname.net down?

As a general guideline, don’t rely on Mikrotik IP Cloud (xxxx.sn.mynetname.net) for mission-critical operations.

In fact: I would never rely on a service whose name I could "lose" if it breaks down or if I change the device...
by rextended
Sat Jul 20, 2024 10:25 am
Forum: Scripting
Topic: script notify and email if bgp status change
Replies: 3
Views: 685

Re: script notify and email if bgp status change

Of course: As he sees that script, he changes the topic.
by rextended
Sat Jul 20, 2024 10:12 am
Forum: General
Topic: Public-Mikrotik-Bandwidth-Test-Server(s)
Replies: 1057
Views: 1192923

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

It was getting tons of abuse by many other Mikrotik network admins.

May God let them *** in atrocious suffering.



EDIT: added quote for clarification....
by rextended
Fri Jul 19, 2024 6:56 pm
Forum: General
Topic: How to force "Actual MTU" on PPPoE client [SOLVED]
Replies: 11
Views: 3949

Re: How to force "Actual MTU" on PPPoE client [SOLVED]

pinging with a packet size payload of 1464 (1464+28=1492). Let's not confuse packet/MTU with payload, which is a whole other thing. MikroTik certainly supports MTU 1492, in fact, I, like other more correct ISPs, who know how to do their job better, give an MTU of 1500. If is true that your ISP can ...
by rextended
Wed Jul 17, 2024 4:23 pm
Forum: Beginner Basics
Topic: Is it possible to modify the 403 error page? [SOLVED]
Replies: 5
Views: 2502

Re: Is it possible to modify the 403 error page? [SOLVED]

is error.html inside webproxy folder................ if the page do not exist, press Reset HTML............. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="...
by rextended
Wed Jul 17, 2024 3:49 pm
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 655
Views: 256490

Re: v7.15.2 [stable] is released!

Just install on CHR / x86, do experiments, do reset configuration and........................
by rextended
Wed Jul 17, 2024 2:35 am
Forum: General
Topic: Inconsistent WG connection via 2 ISPs
Replies: 31
Views: 1656

Re: Inconsistent WG connection via 2 ISPs

Since the mangle alone do not do all the works, all the other part of the config must be analyzed, like missing interface on WAN list, error on routing table, etc. etc.

If you need to have your car checked out, do you just bring only the tank cap to the mechanic?
by rextended
Wed Jul 17, 2024 2:03 am
Forum: Beginner Basics
Topic: Router settings from beginners
Replies: 18
Views: 1957

Re: Router settings from beginners

I would also add that it is wrong to leave only one administrative way. The router L009UiGS-RM has a serial port, so if necessary you can access it from there (but you must have a PC with serial port and the serial cable). But in routers that do not have it, it is wrong to disable everything else ex...
by rextended
Wed Jul 17, 2024 1:53 am
Forum: Beginner Basics
Topic: Router settings from beginners
Replies: 18
Views: 1957

Re: Router settings from beginners

BAD HABIT to disable IPv6: Disabling it does not mean that it does not transit in the network. However, firewall rules should not be deleted: In case of accidental activation or for an update, the device would no longer be protected. BAD HABIT to disable physical ports: (yes, you can disable ALL of...
by rextended
Wed Jul 17, 2024 1:35 am
Forum: Beginner Basics
Topic: Router settings from beginners
Replies: 18
Views: 1957

Re: Router settings from beginners

For one house the internal LAN security based on IP is excessive and useless. Do all the guests you have at home try to modify your router? At most dedicate a port exclusively to the MGMT, in which you must use a VLAN, have a specific MAC address and use IPSec & co. all to connect at the end via...
by rextended
Wed Jul 17, 2024 1:19 am
Forum: Beginner Basics
Topic: Can a PowerBOX RB750P-PBr 2 do this?
Replies: 8
Views: 973

Re: Can a PowerBOX RB750P-PBr 2 do this?

when the device must be a plain switch, if you are able to use winbox with MAC address, reset the configuration without the defaults, set a strong password and do not use "admin" but create another one with no stupid names like "root" and disable "admin", add one bridge...
by rextended
Wed Jul 17, 2024 1:15 am
Forum: Beginner Basics
Topic: Port forwarding with hairpin NAT and dynamic IP combo
Replies: 12
Views: 1154

Re: Port forwarding with hairpin NAT and dynamic IP combo

Thank goodness the OP seems to have solved it,
however a detailed network diagram would have helped to suggest something probably better than NAT...
by rextended
Wed Jul 17, 2024 1:03 am
Forum: Scripting
Topic: Address List triggers
Replies: 8
Views: 678

Re: Address List triggers

Mmmmmmmmmmm............................................................

All this got me thinking about new ways to efficiently import and update blacklists from large lists....
by rextended
Wed Jul 17, 2024 12:36 am
Forum: Scripting
Topic: Address List triggers
Replies: 8
Views: 678

Re: Address List triggers

/ip firewall address-list :global test [:toarray ""] [print as-value where [:set ($test->[:tostr $".id"]) $address]]] :put $test 3 seconds on CCR1036-12G-4S with ~8000 items on address-list (mixed dynamic and static, of all address-lists). The free memory apparently not change. ...
by rextended
Tue Jul 16, 2024 10:54 pm
Forum: RouterBOARD hardware
Topic: CCR1009 replacement for BGP
Replies: 13
Views: 1729

Re: CCR1009 replacement for BGP

Why do you think badly? It wasn't to contradict you, but to confirm: I also modified my previous post...
by rextended
Tue Jul 16, 2024 10:34 pm
Forum: General
Topic: Block 4 websites version 7.14
Replies: 11
Views: 899

Re: Block 4 websites version 7.14

You could have done a search on this forum before opening the hundredth post about the same old thing. There are dozens and dozens of posts that all lead to the same conclusion: IT-CAN'T-BE-DONE All it takes is a simple FREE "VPN", and you get screwed. Is it a company? Have a resolution si...
by rextended
Tue Jul 16, 2024 10:26 pm
Forum: Scripting
Topic: Address List triggers
Replies: 8
Views: 678

Re: Address List triggers

If router have enough memory, just at the start create in memory one array with all IDs and address pairs. When something is removed just call the ID from the array, without any time consuming search or find and you have the results.... for example if the log is "/ip firewall address-list remov...
by rextended
Tue Jul 16, 2024 10:23 pm
Forum: Beginner Basics
Topic: Port forwarding with hairpin NAT and dynamic IP combo
Replies: 12
Views: 1154

Re: Port forwarding with hairpin NAT and dynamic IP combo

(Before IPv6) I have been an ISP since October 18, 2007 and there has never been a need to do a NAT hairpin... Just organize things well, and the need for a hairpin disappears... As the user is asking for help with NAT, he can ask for help with IPv6. Then whether his ISP actually provides it or not,...
by rextended
Tue Jul 16, 2024 10:19 pm
Forum: Beginner Basics
Topic: Port forwarding with hairpin NAT and dynamic IP combo
Replies: 12
Views: 1154

Re: Port forwarding with hairpin NAT and dynamic IP combo

In fact, and I didn't change the subject, I proposed a better solution...
by rextended
Tue Jul 16, 2024 10:18 pm
Forum: RouterBOARD hardware
Topic: CCR1009 replacement for BGP
Replies: 13
Views: 1729

Re: CCR1009 replacement for BGP

The CCR2004-1G-12S+2XS does not have a switch chip. All ports are bridged to the CPU by way of the PIPE chip thing.
Image
by rextended
Tue Jul 16, 2024 7:30 pm
Forum: RouterBOARD hardware
Topic: CCR1009 replacement for BGP
Replies: 13
Views: 1729

Re: CCR1009 replacement for BGP

specify what you intend for other model...

The RB5009 and CCR2004-1G-12S+2XS is the only model with SFP directly connected to switch chip...

CCR2004-16G-2S+ and RB4011 not.

Image
by rextended
Tue Jul 16, 2024 7:16 pm
Forum: Beginner Basics
Topic: Port forwarding with hairpin NAT and dynamic IP combo
Replies: 12
Views: 1154

Re: Port forwarding with hairpin NAT and dynamic IP combo

Seriously?

I have one hEX S at my house and all working well......................

If you get one /64 or one /56 at home, that do not mean that you have 18446744073709551616 or 4722366482869645213696 of addresses on router....
by rextended
Tue Jul 16, 2024 6:48 pm
Forum: Beginner Basics
Topic: Load balance first attempt
Replies: 6
Views: 733

Re: Load balance first attempt

The basic mistake is splitting packets, perhaps from the same connection, between two different sources. The device that receives the packets, if it sees them coming from two different IPs, blocks the connection, and if instead they had the same source, the ISPs doing their job would block the spoof...
by rextended
Tue Jul 16, 2024 6:41 pm
Forum: Beginner Basics
Topic: Port forwarding with hairpin NAT and dynamic IP combo
Replies: 12
Views: 1154

Re: Port forwarding with hairpin NAT and dynamic IP combo

The best is use seriously IPv6: no needed any form of NAT.
by rextended
Tue Jul 16, 2024 6:19 pm
Forum: Scripting
Topic: Address List triggers
Replies: 8
Views: 678

Re: Address List triggers

The linked example work only on added or changed address, not when removed. When removed create empty logs: you can not know what address is removed. And when is changed, do not know what are the previous IP... :global EventHandlerAddList do={ :local addnum $1 :local addlist $2 /log info "Addre...
by rextended
Tue Jul 16, 2024 3:51 pm
Forum: General
Topic: Help feature no longer working with question mark "?"
Replies: 10
Views: 533

Re: Help feature no longer working with question mark "?"

In Italy the population doesn't drink wine all the time...
You remind me of someone... ( ͡~ ͜ʖ ͡°) So... Like in Canada they don't put maple syrup everywhere... right?
by rextended
Tue Jul 16, 2024 3:47 pm
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 655
Views: 256490

Re: v7.15.2 [stable] is released!

I'll refresh it for you briefly: Sometimes the "BIOS" gets confused and formats the NAND/Flash thinking that the protected-routerboot device reset procedure has been activated, causing the classic continuous boot-loop which can only be resolved by netinstalling the device. The latest versi...
by rextended
Tue Jul 16, 2024 3:42 pm
Forum: General
Topic: Help feature no longer working with question mark "?"
Replies: 10
Views: 533

Re: Help feature no longer working with question mark "?"

Why on earth would you assign F1 to something else than to pass to the current window?
Don't joke about it.
There are people with physical problems or other debilitating problems who unfortunately have keyboards configured in a particular way.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 44