Community discussions

MikroTik App

Search found 13771 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 46
by rextended
Mon May 12, 2025 10:15 am
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 48
Views: 2637

Re: Scripting in the context of Netwatch

academically that's one thing,
but in practice, just ignore microseconds and use milliseconds...
so a /1000 suffice...

instead if it were, for example, the voltage "2357",
there is a big difference between writing 23V and 23.57V
by rextended
Sat May 10, 2025 12:41 pm
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

The FACTS are that what you are doing with SUPPORT is completely useless . Use the netinstall 7.12.x that works and forget about them fixing it for old factory-routerboot devices. If then the 7.18.2 factory-firmware update in your model works, MAYBE you have solved the problem. Since netinstall 7.12...
by rextended
Fri May 09, 2025 11:09 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.2 [stable] is released!

To avoid having problems like in other topics, it's better to update while you can... ignoring whether one uses that feature or not.
There is more underneath (unsaid, don't ask) that makes it worth updating.

ERRATA CORRIGE: ARM64 / AMPERE 70x0 (Armada) IS SUPPORTED
by rextended
Fri May 09, 2025 8:49 pm
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

MikroTik has released a new update that also includes the ipq8060
It is worth a try...
viewtopic.php?p=1142236#p1142236
by rextended
Fri May 09, 2025 8:09 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.2 [stable] is released!

Note that the procedure to update the backup bootloader at https://help.mikrotik.com/docs/spaces/ROS/pages/40992878/RouterBOARD#RouterBOARD-Protectedbootloader has now been updated to support version 7.18.2 (ONLY!) so when you get those warnings about NAND stability after an upgrade, now is the tim...
by rextended
Fri May 09, 2025 7:36 pm
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 48
Views: 2637

Re: Scripting in the context of Netwatch

That's just text describing what that value is, it's not operations... >< is used to identify where the value should be written, it's just text... :log info "runtime loss-percent is >$($llosspercent/10)< %" :log info "runtime rtt-avg is >$lrttavg< us >$($lrttavg/1000)< ms" It is ...
by rextended
Fri May 09, 2025 3:43 pm
Forum: General
Topic: What os / browser / version do you use for this forum ?
Replies: 9
Views: 666

Re: What os / browser / version do you use for this forum ?

different internet connection.

:wink:
by rextended
Fri May 09, 2025 3:24 pm
Forum: Beginner Basics
Topic: How can I set a static IP address for a specific device? [SOLVED]
Replies: 3
Views: 462

Re: How can I set a static IP address for a specific device? [SOLVED]

I suggest you to use on pool IP range x.x.x.101 -> x.x.x.199 (99 dynamic devices on home suffice... or not?...) and when you set static lease change the y.y.y.1xx to y.y.y.201 next device y.y.y.202 next y.y.y.203 and so on till y.y.y.254 for each device (~54 static devices on home suffice... or not?...
by rextended
Fri May 09, 2025 3:18 pm
Forum: General
Topic: What os / browser / version do you use for this forum ?
Replies: 9
Views: 666

Re: What os / browser / version do you use for this forum ?

Actualy sometime I get "500" error, but with "F5" all work again until the next time I open the forum next day.
by rextended
Fri May 09, 2025 3:04 pm
Forum: General
Topic: What os / browser / version do you use for this forum ?
Replies: 9
Views: 666

Re: What os / browser / version do you use for this forum ?

W10 Pro for Workstations (64 bit) 22H2 19045.5796
F 138.0.1 (64 bit)
by rextended
Fri May 09, 2025 2:47 pm
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 48
Views: 2637

Re: Scripting in the context of Netwatch

FYI, thr-loss-percent reports a value ten times the actual set value. That is, Netwatch has a value of 80% and the log shows: You do not read??? :log info "runtime loss-percent is >$llosspercent</10 %" $llosspercent /10 % And, the rtt-avg of 24516 actually means 24.516ms. The same: :log i...
by rextended
Fri May 09, 2025 2:45 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 47
Views: 3078

Re: Using AI to help configuring RouterOS and scripting

the unique charm of RouterOS scripting isn't lost when someone stumbles upon rextended’s script collection.
Sorry, but in what sense, I don't understand... :?:
by rextended
Thu May 08, 2025 8:13 pm
Forum: The User Manager
Topic: removing sessions
Replies: 3
Views: 9197

Re: removing sessions

:foreach i in=[/user-manager session find where active=no] do { /user-manager session remove $i; }

This remove only inactive sessions

Necroposting for that????

is better 2+2=4 or 1+2+3+4+5-11=4 ?

/user-manager session remove [find where active=no]
by rextended
Thu May 08, 2025 8:11 pm
Forum: Scripting
Topic: user-manager session Removal
Replies: 4
Views: 3118

Re: user-manager session Removal

Necroposting for that????
:foreach i in=[/user-manager session find where active=no] do { /user-manager session remove $i; }

is better 2+2=4 or 1+2+3+4+5-11=4 ?

/user-manager session remove [find where active=no]
by rextended
Thu May 08, 2025 3:22 pm
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 48
Views: 2637

Re: Scripting in the context of Netwatch

also the name can be omitted (...) or can be duplicated. This is how to read properties and runtime results: /tool netwatch :local lhost [:toip $host] :local lstatus $status :local lsince $since :local ldonetests $"done-tests" :local lfailedtests $"failed-tests" :local lsentcount...
by rextended
Thu May 08, 2025 2:12 pm
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 48
Views: 2637

Re: Error when defining any local variable

Please provide an appropriate title, the current one IS WRONG and ONLY creates CONFUSION. First of all it is wrong to refer to netwatch in this way "/tool/netwatch get [find host=8.8.8.8]" because there can be more than 1 netwatch with the same IP 8.8.8.8, second, thr-avg is a property, an...
by rextended
Thu May 08, 2025 2:11 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 3554

Re: Netwatch UP threshold

///
by rextended
Wed May 07, 2025 1:46 pm
Forum: Beginner Basics
Topic: can not create dummy ip pool 0.0.0.0-0.0.0.0 in routeros 7.18.2
Replies: 8
Views: 792

Re: can not create dummy ip pool 0.0.0.0-0.0.0.0 in routeros 7.18.2

Before judging people [...] I didn't judge what you know, but how you behave. If I do something I don't know, I would never dare to write a title on a forum as if I were a RouterOS expert and there is a problem since 7.18.2. Your attitude is wrong and creates confusion for others. Chatgpt told me [...
by rextended
Tue May 06, 2025 3:07 pm
Forum: Beginner Basics
Topic: can not create dummy ip pool 0.0.0.0-0.0.0.0 in routeros 7.18.2
Replies: 8
Views: 792

Re: can not create dummy ip pool 0.0.0.0-0.0.0.0 in routeros 7.18.2

Topic title: Can not create dummy ip pool 0.0.0.0-0.0.0.0 in routeros 7.18.2 ridiculous title Is there any version of RouterOS where such a stupid thing can be done? Chat gpt advises me chapgpt insist Any insight is much appreciated. SOLVED: The problem is not Sh1tGPT, it's you who listens to it.
by rextended
Fri May 02, 2025 3:03 pm
Forum: Scripting
Topic: Add interface to VRF by script / API
Replies: 16
Views: 3791

Re: Add interface to VRF by script / API

I forgot to specify that you can specify BOTH a list AND an interface in the v7 VRF definition. for example: /ip vrf add name=vrfTEST interfaces=listForVRFtest,ether3 and both previous v7 methods are valid. Then I won't investigate further what happens if an interface is both in the list and specifi...
by rextended
Fri May 02, 2025 3:01 pm
Forum: Scripting
Topic: Add interface to VRF by script / API
Replies: 16
Views: 3791

Re: Add interface to VRF by script / API

I add on previous post "example on v7 without list code"
by rextended
Fri May 02, 2025 2:50 pm
Forum: Scripting
Topic: Add interface to VRF by script / API
Replies: 16
Views: 3791

Re: Add interface to VRF by script / API

More easy add/remove compared with v6 if you use interface list: # create vrf and list, or better, first the list, then the vrf... /interface list add name=listForVRFtest /ip vrf add interfaces=listForVRFtest name=vrfTEST # add interface /interface list member add list=listForVRFtest interface=ether...
by rextended
Fri May 02, 2025 1:18 pm
Forum: Scripting
Topic: Add interface to VRF by script / API
Replies: 16
Views: 3791

Re: Add interface to VRF by script / API

Necroposting for nothing. The OP is very poorly written and explained even worse. Here we are, ten years later, and you still cannot add an interface to an existing VRF without replacing the existing ones... Don't write bulls–t. It's you who can't do it, not others. MikroTik can't fix your incompete...
by rextended
Fri May 02, 2025 12:30 pm
Forum: General
Topic: Here is a script & netwatch to auto reboot if/when you can't ping something
Replies: 4
Views: 938

Re: Here is a script & netwatch to auto reboot if/when you can't ping something

providing scripts in this way, is really a bad way and should not be trusted (but I don't question the author of the OP) >>> dont-require-permissions=yes [...] policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon assigning ALL permissions to a script, especially if "pasted&qu...
by rextended
Thu May 01, 2025 11:46 am
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

You "knew about previous problems" with "old factory bootloader" and "why", but you didn't say any of this in your previous replies, and instead kept that knowledge to yourself. We are not mind readers here...we can only go off of what you actually say out loud , not w...
by rextended
Thu May 01, 2025 11:40 am
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

Sorry you wrote all this for nothing. OP can't read more than 2 lines in a single post that ignores the others, and you wrote a poem... https://forum.mikrotik.com/viewtopic.php?t=216303#p1140488 It has an ipq8060 chipset and the factory-firmware version is not upgradeable Despite what was clearly wr...
by rextended
Tue Apr 29, 2025 8:21 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 47
Views: 3078

Re: Using AI to help configuring RouterOS and scripting

AI, or not AI, that is the question.

The last post.
by rextended
Tue Apr 29, 2025 7:58 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Bug: Phantom empty message in Telegram when sending from a third-party script

<also can be here useless return> Honestly, I'm tired of writing the same thing a hundred times everywhere on the forum. Make do. I'm tired of always having to prove everything and that people constantly try to refute (even writing wrong things before even checking them, like the post before yours)...
by rextended
Tue Apr 29, 2025 7:54 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Bug: Phantom empty message in Telegram when sending from a third-party script

I think you missed the previous pieces, it all started from this post:
viewtopic.php?t=215841#p1135988
and we're talking about how that script was written and why it causes errors when written that way.
by rextended
Tue Apr 29, 2025 10:57 am
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Bug: Phantom empty message in Telegram when sending from a third-party script

Coming here and writing "there is an alternative solution to your solution, but it is more complex" (and it doesn't work) is not a great solution... A simple check in the function body fixes the problem: :if ([$len $0]!=0) do={ }. and something should be put in there anyway, so why not JUS...
by rextended
Mon Apr 28, 2025 8:28 pm
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

On the 23rd I asked you to give some commands and write the result on the forum, but you didn't care. https://forum.mikrotik.com/viewtopic.php?t=94303#p580430 I managed to find a RouterBOARD 3011UiAS and checked it out. It has an ipq8060 chipset and the factory-firmware version is not upgradeable al...
by rextended
Mon Apr 28, 2025 4:01 pm
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

Factory firmware is presently 7.18.2 on both routers. I don't think so, how did you update it? factory-firmware: 3.27 on bad router / 3.41 on good router current-firmware: 7.18.2 upgrade-firmware: 7.18.2 Premise: factory-software and factory-firmware are two completely different things that should ...
by rextended
Mon Apr 28, 2025 2:49 pm
Forum: General
Topic: Device-mode not in backup
Replies: 3
Views: 789

Re: Device-mode not in backup

Well, if you simply base it, without reasoning, that someone work with MikroTik products only if and since is registered on the forum... [and aside from the fact that (read carefully again) the WORK/PLAY part wasn't in the least referred to you] I'll avoid answering the "who has the biggest&quo...
by rextended
Mon Apr 28, 2025 2:27 pm
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

In meantime try to netinstall the device with netinstall64 7.16.2 Did you read it? I wrote it on the 23rd, but like everything else, you didn't care . If you read the post carefully or didn't get distracted by the other roosters, at least for Netinstall you would have solved it immediately. I then ...
by rextended
Sat Apr 26, 2025 2:48 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.2 [stable] is released!

Is a device upgraded from v6, have some leftovers. Remove supout, is only for support@mikrotik.com and not for be shared on user forum because can contain sensitive data. I strongly suggest you change all your RouterBOARD passwords and also your wireguard keys. Consider that everything written insid...
by rextended
Sat Apr 26, 2025 2:45 pm
Forum: General
Topic: Downgrade ROS from 7.18.2
Replies: 3
Views: 619

Re: Downgrade ROS from 7.18.2

use netinstall and install again the 6.48.7
by rextended
Sat Apr 26, 2025 2:25 pm
Forum: General
Topic: Device-mode not in backup
Replies: 3
Views: 789

Re: Device-mode not in backup

Starting from the fact that requests must be made to support@mikrotik.com and not on the user forum, and that the device-mode is made with the feet because it doesn't take into account the equipment already in production, by those who WORK with it and don't PLAY with it... It makes no sense at all, ...
by rextended
Thu Apr 24, 2025 6:38 pm
Forum: MikroTik hardware questions
Topic: Chateau LTE-12 EG12-EA Manula download Link
Replies: 1
Views: 2509

Re: Chateau LTE-12 EG12-EA Manula download Link

The last available is:
https://upgrade.mikrotik.com/firmware/EG12-EA/EG12EAPAR01A12M4G/image

No matter if is reported the last as EG12EAPAR01A13M4G
by rextended
Thu Apr 24, 2025 5:58 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2223

Re: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]

I use S.I.C.E. (Capannori, ~5Km from Lucca) as distributor for the equipments, they have a lot of well trained staff.

I am in the same region, but Lucca is a little far away...

Curious why you asked...
by rextended
Thu Apr 24, 2025 5:53 pm
Forum: Beginner Basics
Topic: Not able to ping any address with pingtool
Replies: 10
Views: 927

Re: Not able to ping any address with pingtool

@jaclaz

on 3rd comment: ether1 is on LAN bridge and also on WAN
by rextended
Thu Apr 24, 2025 3:07 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2223

Re: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]

finally made a personal visit on site... a certain 5hitty tplink did the aforementioned filter... no comment...



Thank you all for your time.
by rextended
Thu Apr 24, 2025 12:15 pm
Forum: General
Topic: How to block YouTube effectively
Replies: 50
Views: 36524

Re: How to block YouTube effectively

check my post and tellme if it works for you
viewtopic.php?t=216387
the usual bull~it, nothing new
by rextended
Thu Apr 24, 2025 12:14 pm
Forum: General
Topic: Block youtube/facebook using Layer 7 working perfect and blocking on pc and phones
Replies: 2
Views: 814

Re: Block youtube/facebook using Layer 7 working perfect and blocking on pc and phones

Blocking YouTube with DNS is something that works only if you have full control of the devices... By default, for example, when some browsers are installed, they use DoH and not the "classic" DNS... Every now and then someone on the forum brings these topics back into fashion with "so...
by rextended
Thu Apr 24, 2025 11:45 am
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

you're right, it's an oversight, and the change is bull–it. It says "accept" in the comment and I got confused add action= drop chain=input comment="defconf: accept ICMP" log=yes log-prefix=fw-3-drop-icmp protocol=icmp anyway for this "problem" I think it doesn't count
by rextended
Thu Apr 24, 2025 10:54 am
Forum: Scripting
Topic: Scripts for black list vpn attackers...
Replies: 2
Views: 655

Re: Scripts for black list vpn attackers...

That's the right way to crash your router by running out of memory. (and often they do it on purpose, because the intent is not to break into the network, but to crash the router...) Automatic blacklists are for ISPs (neither, really...), not consumers. You don't have enough resources to stop real d...
by rextended
Thu Apr 24, 2025 10:50 am
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2223

Re: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]

Thanks for the tip.

For DNS, it definitely works at the command prompt, and there are no extensions installed on the browser.
(use my DNS and the servers server other 2000 customers that do not have that problem.
When I have physical access to the device then I will investigate further.
by rextended
Thu Apr 24, 2025 10:30 am
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

Just press the wrong button, and goodbye everything... /system routerboard reset-button set enabled=yes hold-time=5s..10s on-event=reset-configuration /system script add dont-require-permissions=yes name=reset-configuration owner=admin policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensit...
by rextended
Thu Apr 24, 2025 10:25 am
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

I'm not sure why you're accepting "untracked" in the first rule (i.e. connection-state=established,related ,untracked )... that is actually all traffic if it's first rule, I'm not sure why that is there... is the default https://forum.mikrotik.com/viewtopic.php?p=856824#p856824 untracked ...
by rextended
Wed Apr 23, 2025 8:55 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

I wrote "Maybe", not that you are, you just appeared on the forum.
I have been here longer, and maybe I really am... :lol: ... :-|
by rextended
Wed Apr 23, 2025 8:51 pm
Forum: Beginner Basics
Topic: Load Balancing and Failover not working with my VPN connection
Replies: 4
Views: 556

Re: Load Balancing and Failover not working with my VPN connection

do 2 VPN and use the adequate route like internet1/internet2 change...
by rextended
Wed Apr 23, 2025 8:41 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2223

Re: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]

@eltikpad On the CPE if I connect, for example, with fetch on https://mail.yahoo.com it responds, and the https certificate is correct, once passed their tplink router (I really want to say that I neither sold it to him nor configured it), nothing that contains "mail" anywhere in the domai...
by rextended
Wed Apr 23, 2025 8:20 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2223

Re: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]

That's right, I provide the connection and public IPs, but I don't control or manage their internal routers. Yes, I checked my devices and there is no filter (stupid filter I would say) that does this thing, but if someone had already had to deal with something like this... maybe it was enlightening...
by rextended
Wed Apr 23, 2025 8:13 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

For ALL I mean ALL , not 1,3,4, etc............. sorry, almost all Are exactly 1000 tcp port, less than 2%. For almost , at least I expect 90%... Nmap for default scan exactly 1000 "random" ports? The #9 is still valid, till now... https://forum.mikrotik.com/viewtopic.php?p=1139632#p1139557
by rextended
Wed Apr 23, 2025 7:52 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2223

NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]

NOT MT related: All domains containing "mail" in any part of the FQDN do not work I have a customer who has this problem on his internal PCs. I can't go there to check it out in person right now, I had to limit myself to doing some quick checks with remote desktop. Anyone have any idea wha...
by rextended
Wed Apr 23, 2025 7:16 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

As you can see ALL ports are shown as opened.

For ALL I mean ALL, not 1,3,4, etc.............
by rextended
Wed Apr 23, 2025 5:31 pm
Forum: Beginner Basics
Topic: Load Balancing and Failover not working with my VPN connection
Replies: 4
Views: 556

Re: Load Balancing and Failover not working with my VPN connection

The VPN (what is it?) does not pass through Internet1 or Internet2?

Redo the graph and you will understand why when the current Internet(1|2) does not work the VPN anymore
by rextended
Wed Apr 23, 2025 5:10 pm
Forum: Beginner Basics
Topic: Not able to ping any address with pingtool
Replies: 10
Views: 927

Re: Not able to ping any address with pingtool

The more I look for the the WAN IP & router, the more I couldn't find it. Please edit your post and include verbatim copy of config using < / > code tags. Remove serials. No need to use external services. Is a spammer for the classical NameSurname and edit some week later the post for add the s...
by rextended
Wed Apr 23, 2025 5:02 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

WinBOX: "Couldn 't add New NAT Rule - to-addres or to-ports must be specified (6)" Terminal: "failure: to-addresses or to-ports must be specified" I thought so too, but evidently it is a censorship for the rest of the text of the comment which contained private data that was elid...
by rextended
Wed Apr 23, 2025 2:47 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 4211

Re: Default firewall configuration and nmap outputs [SOLVED]

I wonder what the chances are that all ports are actually open, it's unlikely. Probably "tarpit" & co. are used by the ISP to avoid the hassles you generate with port scanners. Even my customers end up in blacklist for 24 hours if they start doing scans. Either they warn me beforehand,...
by rextended
Wed Apr 23, 2025 2:11 pm
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

I reread everything quite carefully, but perhaps not enough, and nowhere did I read that he netinstalled the two routerboards one after the other instead of one the month before and one today. And I don't even think I read that when it fails with that one, putting another netinstall succeeds, etc. o...
by rextended
Wed Apr 23, 2025 1:02 pm
Forum: MikroTik hardware questions
Topic: Netinstall on RM3011 Fails need help (technical questions)
Replies: 90
Views: 9994

Re: Netinstall on RM3011 Fails need help (technical questions)

If I try to netinstall 6.49.11 it says "Installing" for about 5 seconds then switches to "READY" it never formats the drive or installs routeros. Go on control panel/ethernet connections and disable all (included eg. bluetooth, wifi, etc.) devices except the ethernet used. Not m...
by rextended
Wed Apr 23, 2025 2:47 am
Forum: Scripting
Topic: Remove unit from GPS data - string operators - variable type
Replies: 2
Views: 556

Re: Remove unit from GPS data - string operators - variable type

Bad assumptions: RouterOS do not support decimal numbers, only integer, so, only string if dot is present, or convert (using strings splitting at the dot) 1.480000 m to 1480 mm or 1480000 µm Use correct syntax, is full of errors and omissions. :local monGPS [/system gps monitor once as-value] :local...
by rextended
Tue Apr 22, 2025 4:51 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1503

Re: Public IP pool over pppoe

Obviously the usual firewall considerations need to be made. Per i 2,5G ti consiglio una RB5009, è perfetta... A casa ho una 100M via CPE wireless RBSXTsqG-5acD... con me stesso... e la hEX-S è perfetta... stando in campagna niente fibra.............. Uh, questo è il post #13000, non me ne ero neanc...
by rextended
Tue Apr 22, 2025 11:06 am
Forum: Scripting
Topic: script to add bulk of users to UserMan
Replies: 10
Views: 1124

Re: script to add bulk of users to UserMan

( On v6 web interface exist "add batch" and you can download the list of generated users. )
by rextended
Tue Apr 22, 2025 10:57 am
Forum: General
Topic: Reset RouterOS without losing remote access (Winbox/SSH)
Replies: 21
Views: 1688

Re: Reset RouterOS without losing remote access (Winbox/SSH)

He probably demanded an immediate answer... and he just go away...

However, by not explaining the reason, he doesn't get the right hint.
by rextended
Tue Apr 22, 2025 10:42 am
Forum: General
Topic: Feature Request: Optional ability to restore without keeping MAC addresses
Replies: 18
Views: 1399

Re: Feature Request: Optional ability to restore without keeping MAC addresses

The main problem with .backup files is that if there is an error in the various databases where the configuration is, or "surprises" left by the migration from one version to another (you can read hundreds of cases on the forum) they carry the defects of one device to the next , without t...
by rextended
Sat Apr 19, 2025 2:16 pm
Forum: General
Topic: Reset RouterOS without losing remote access (Winbox/SSH)
Replies: 21
Views: 1688

Re: Reset RouterOS without losing remote access (Winbox/SSH)

He probably demanded an immediate answer... and he just go away...
by rextended
Sat Apr 19, 2025 2:10 pm
Forum: General
Topic: Feature Request: Optional ability to restore without keeping MAC addresses
Replies: 18
Views: 1399

Re: Feature Request: Optional ability to restore without keeping MAC addresses

It's not a competition . Just curiosity. - You have multiple remote customers Ok, you can (must...) have multiple .rsc for each customer, like you have multiple .backup for each custimer..... - Some of those remote customers may have different parts of the updates already configured. My .rsc script...
by rextended
Sat Apr 19, 2025 1:52 pm
Forum: General
Topic: Feature Request: Optional ability to restore without keeping MAC addresses
Replies: 18
Views: 1399

Re: Feature Request: Optional ability to restore without keeping MAC addresses

@Paternot Just let us export the backup from (say) RB5009 *DEAD* to *RB5009 NEW* @rextended Great, if you then explain to me how you export the backup from a dead device without extract nand/flash and put elsewhere, etc. And if she's dead, who cares if the new has that old MACs ... (in fact, it coul...
by rextended
Fri Apr 18, 2025 9:50 pm
Forum: General
Topic: Reset RouterOS without losing remote access (Winbox/SSH)
Replies: 21
Views: 1688

Re: Reset RouterOS without losing remote access (Winbox/SSH)

Maybe the meaning is "you can't use netinstall to install a remote device", if so. Otherwise it seems "You can't use the netinstall remote control "... FALSE: if you have the right devices available and connected properly. It is not the first time I do netinstall remotely from ot...
by rextended
Fri Apr 18, 2025 9:40 pm
Forum: General
Topic: Feature Request: Optional ability to restore without keeping MAC addresses
Replies: 18
Views: 1399

Re: Feature Request: Optional ability to restore without keeping MAC addresses

Great, if you then explain to me how you export the backup from a dead device without extract nand/flash and put elsewhere, etc. And if she's dead, who cares if the new has that old MACs... (in fact, it could sometimes be an advantage...) But... why? Because it's easier than managing .backup It does...
by rextended
Fri Apr 18, 2025 9:34 pm
Forum: Scripting
Topic: Issue- Adding user to UserMan using CLI
Replies: 3
Views: 499

Re: Issue- Adding user to UserMan using CLI

/tool user-manager user profile add user=user1
this do not exist and also not work, so, how you do that?

on user section use
/tool user-manager user create-and-activate-profile <username> profile=<profilename> customer=admin
by rextended
Fri Apr 18, 2025 8:36 pm
Forum: General
Topic: How to implement pppoe dialing with 5 minutes interval between every two dials
Replies: 9
Views: 1169

Re: How to implement pppoe dialing with 5 minutes interval between every two dials

But I have a total of 10 PPPoE interfaces that need to dial.
What are you waiting for to explain the whole situation, instead of wasting people's time by giving them one crumb at a time???
by rextended
Fri Apr 18, 2025 8:32 pm
Forum: General
Topic: Reset RouterOS without losing remote access (Winbox/SSH)
Replies: 21
Views: 1688

Re: Reset RouterOS without losing remote access (Winbox/SSH)

It's quicker to do a /export show-sensitive and then delete or reset to default everything that is not needed, it's safer...

If instead it is done to try to clean something "dirty", netinstall should be used...
by rextended
Fri Apr 18, 2025 8:10 pm
Forum: General
Topic: Feature Request: Optional ability to restore without keeping MAC addresses
Replies: 18
Views: 1399

Re: Feature Request: Optional ability to restore without keeping MAC addresses

[...] As in ISP , we use hundreds/thousands of identically configured Mikrotik routers. [...] [...] When we configure a new Mikrotik CPE [...] [...] the new Mikrotik CPE router is ready to be installed and added to our customer ISP network(s). [...] [..] bulk update newer master configurations to a...
by rextended
Fri Apr 18, 2025 7:58 pm
Forum: Scripting
Topic: Issue- Adding user to UserMan using CLI
Replies: 3
Views: 499

Re: Issue- Adding user to UserMan using CLI

As usual, no RouterOS version.
by rextended
Thu Apr 17, 2025 6:59 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1503

Re: Public IP pool over pppoe

mikrotik default = bridge port 2..5
no default = no birdge...

mikrotik default = firewall OK if pppoe-out1 is added to WAN interface list
no default = NO firewall...


The bridge is internal between ether2...ether5 (+ sfp1)
pppoe-out1 (or ether1) never go on any bridge
by rextended
Thu Apr 17, 2025 6:16 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1503

Re: Public IP pool over pppoe

la configurazione è tipo: pppoe 185.21.12.79 185.62.62.104 sprecato mikrotik brdge 185.62.62.105/29 NIC server1 185.62.62.106 / 255.255.255.248 / Gateway 185.62.62.105 NIC server2 185.62.62.107 / 255.255.255.248 / Gateway 185.62.62.105 NIC server3 185.62.62.108 / 255.255.255.248 / Gateway 185.62.62....
by rextended
Thu Apr 17, 2025 4:10 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1503

Re: Public IP pool over pppoe

I don't want to sound like @anav with the answer, but you didn't even list a prerequisite or how the IPs are provided. Since NO ONE here in the forum is a fortune teller, but EVERYONE doesn't answer you exactly as you want or expect, BUT first they want to know why they should spend time for you... ...
by rextended
Thu Apr 17, 2025 1:55 pm
Forum: General
Topic: Firewall to block Facebook but allow WhatsApp?
Replies: 8
Views: 1087

Re: Firewall to block Facebook but allow WhatsApp?

Who am I to judge? No one, of course. Delete Facebook and fix the problem. If it's addictive, it will surely ruin your life in one way or another. If you don't have enough willpower, deactivating Facebook on this way (if possible), is like putting the bottle on the high shelf at a certain time for a...
by rextended
Thu Apr 17, 2025 11:39 am
Forum: General
Topic: Why does ROS allow the creation of a route table with the same name?
Replies: 8
Views: 812

Re: Why does ROS allow the creation of a route table with the same name?

Useless report without specifing RouterBOARD model (arm/mipsbe, etc.) and RouterOS version , and Useless report on user forum, instead of posting it on relative version topic and report to support@mikrotik.com And please search or read current version topic before post new topic, or at least post i...
by rextended
Wed Apr 16, 2025 7:56 pm
Forum: General
Topic: Allow for some devices, Internet access for 1 hour each day [SOLVED]
Replies: 18
Views: 3013

Re: Allow for some devices, Internet access for 1 hour each day [SOLVED]

All useless, with MAC randomizer on phone that change every hour...
by rextended
Mon Apr 14, 2025 7:03 pm
Forum: Scripting
Topic: SNMP execute scripts
Replies: 12
Views: 7300

Re: SNMP execute scripts

I have the VICE of READING documentation, at least the little written, should be read...

At the time of the OP:
https://wiki.mikrotik.com/Manual:SNMP#R ... s_with_GET

Now:
https://help.mikrotik.com/docs/spaces/R ... ptswithGET
by rextended
Mon Apr 14, 2025 5:04 pm
Forum: Scripting
Topic: SNMP execute scripts
Replies: 12
Views: 7300

Re: SNMP execute scripts

For the OP problem only the solution is simple, add "1" in the right point....


1.2.3.4 1.3.6.1.4.1.14988.1.1.8.1.1.3.3
=>
1.2.3.4 1.3.6.1.4.1.14988.1.1.18.1.1.3.3
by rextended
Fri Apr 11, 2025 12:34 pm
Forum: Scripting
Topic: Operator <%% and copied arrays
Replies: 9
Views: 862

Re: Operator <%% and copied arrays

Whatever happens,
RouterOS is still router software, it is certainly not a reliable compilation language for creating reliable programs,
let alone with instructions that are not even documented or whose existence is not even admitted...
by rextended
Fri Apr 11, 2025 12:21 pm
Forum: Scripting
Topic: Operator <%% and copied arrays
Replies: 9
Views: 862

Re: Operator <%% and copied arrays

however, as already written, the bug is the same of previous post links, already corrected on v7.something { :local a [:toarray ""] ; # define new empty array :set ($a->"x") "7" ; # on new array set x = 7 :local b $a ; # define a copy of the first array # put both 7 as ...
by rextended
Fri Apr 11, 2025 11:39 am
Forum: Scripting
Topic: Operator <%% and copied arrays
Replies: 9
Views: 862

Re: Operator <%% and copied arrays

{ :local a ({}); :local b $a; :local setx do={ :set $x "X"}; ($setx <%% $b); :put $a} Incorrect: $ in front of an undeclared variable means argument! I know very well what $ is for. And where is the $x argument in all script except on :set ??? You pass only $0 So your error is even worse,...
by rextended
Fri Apr 11, 2025 11:17 am
Forum: General
Topic: CCR2216 Rebooting boot loop
Replies: 3
Views: 571

Re: CCR2216 Rebooting boot loop

The question is vague and there are no valid clues, I would never have used a version higher than 7.16.2 in production in devices that must necessarily have v7 because they are not supported by v6. Given the distance and the same problem, I could forcefully deduce that some configuration, applied on...
by rextended
Fri Apr 11, 2025 10:49 am
Forum: Scripting
Topic: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt?
Replies: 20
Views: 2869

Re: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt?

@optio Don't waste your time ("throwing pearls before swine" is rightly a saying that could be misinterpreted by artificial intelligences...) He's focusing on how to leave useless :return instead of understanding that must be removed as he's told from the post #3 (...#2...). Obviously he ...
by rextended
Thu Apr 10, 2025 10:08 pm
Forum: General
Topic: CCR2216 Rebooting boot loop
Replies: 3
Views: 571

Re: Rebooting....

Netinstall.
by rextended
Thu Apr 10, 2025 9:57 pm
Forum: Scripting
Topic: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt?
Replies: 20
Views: 2869

Re: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt?

I have days to get production code running. I wouldn't hire you if you were the last person left. And if I saw any of my employees do something like that, I would have already fired them for incompetence. They both believed ":return" without value was okay. Any intelligent person who read...
by rextended
Thu Apr 10, 2025 9:38 pm
Forum: Scripting
Topic: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt?
Replies: 20
Views: 2869

Re: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt? (SOLVED: must :return SOMETHI

...and without ever once using artificial deficiency to learn it... And of course the author continues to write posts that seem to be written in the same style as ShatGPT... look how conditioned he is... He probably didn't even read my post, let alone understood EVERYTHING that was written... Such a...
by rextended
Thu Apr 10, 2025 4:30 pm
Forum: Scripting
Topic: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt?
Replies: 20
Views: 2869

Re: RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt?

RouterOS Bug - Why Do These Simple Scripts Break? Cause of Mysterious "value:" Prompt? Original title, for future reference Why did you write RouterOS BUG??? Before writing something like that, wouldn't it be better to first ask for advice on the bugs you have ? Do you like large fonts? A...
by rextended
Thu Apr 10, 2025 4:07 pm
Forum: Scripting
Topic: Operator <%% and copied arrays
Replies: 9
Views: 862

Re: Operator <%% and copied arrays

The only way to correct inizialize empty array is [:toarray ""] , any other methods do not work as expected and later give only problems. ({}) // ={} // and other frills must not be used. https://forum.mikrotik.com/viewtopic.php?p=973609#p973609 Then inside the function the use of x is not...
by rextended
Tue Apr 08, 2025 1:02 pm
Forum: General
Topic: This "Sorry but the board is temporarily unavailable, please try again in a few minutes." is getting old.
Replies: 48
Views: 7727

Re: This "Sorry but the board is temporarily unavailable, please try again in a few minutes." is getting old.

If this is not possible for some reason, please let me know as it takes me some time to save all the scripts posted here...

Thanks.
by rextended
Tue Apr 08, 2025 10:35 am
Forum: Wireless Networking
Topic: BSSID randomization support
Replies: 13
Views: 1725

Re: BSSID randomization support

(Not tested on capsman) On interfaces is not needed at all to disable and enable the interface, is automatic when change anything on wifi (also comment...)
by rextended
Mon Apr 07, 2025 3:55 pm
Forum: Scripting
Topic: Script to Test WAN and Reset USB Power on Down?
Replies: 12
Views: 9086

Re: Script to Test WAN and Reset USB Power on Down?

probably you skip "or with a little mod:" on post #9... 8)
by rextended
Mon Apr 07, 2025 2:47 pm
Forum: Useful user articles
Topic: How to export your Mikrotik config and share it (Step-by-Step guide)
Replies: 14
Views: 1704

Re: How to export your Mikrotik config and share it (Step-by-Step guide)

I apologize , not being fully versed in English, I still don't understand the meaning. My concept I think is clear about the MAC address: Anyone, if not directly connected, can't do anything. Then we can talk about compromised ISPs, compromised internal peripherals, etc., but they are already insid...
by rextended
Mon Apr 07, 2025 1:28 pm
Forum: Wireless Networking
Topic: BSSID randomization support
Replies: 13
Views: 1725

Re: BSSID randomization support

Your version have from=num to=hex work only for v7.18 and up. For work also on previous v7.1rc7 and up version using :rndstr is more easy. Do not use for variables names already assigned to something. Ignoring useless logging and useless frills, this suffice: /interface/wifi :foreach item in=[find] ...
by rextended
Mon Apr 07, 2025 12:26 pm
Forum: Scripting
Topic: Get string instead of printing in terminal (info about certificates)
Replies: 2
Views: 490

Re: Get string instead of printing in terminal (info about certificates)

(reply to the first post, before the edit 2025-04-07 11:24:16 and 2nd post) in that case the cycle is done differently, and the variable name should not be the same of one objects (already written)... /certificate :foreach crt in=[find] do={ :local cName [get $crt name ] :local cCommName [get $crt c...
by rextended
Mon Apr 07, 2025 12:07 pm
Forum: Useful user articles
Topic: How to export your Mikrotik config and share it (Step-by-Step guide)
Replies: 14
Views: 1704

Re: How to export your Mikrotik config and share it (Step-by-Step guide)

Even if not exploit it, we are back to the first point: If someone knew my router's WAN port's mac address, and somehow could find it on the Internet, they could simply attack it -- not necessarily 'break in' but certainly bring down the ability of the router to communicate with the Internet. Let's...
by rextended
Mon Apr 07, 2025 11:14 am
Forum: Scripting
Topic: What returns :find it it finds nothing? [SOLVED]
Replies: 6
Views: 3519

Re: What returns :find it it finds nothing? [SOLVED]

This (previous) example suffice to explain that not always in RouterOS nil = nil, nil = nothing or nothing = nothing...

example nothing is not equal to nothing code

[rex@test-v7.16.2] > :local a ; :put [:typeof $a] ; :put ($a = [:nothing])
nothing
false
by rextended
Mon Apr 07, 2025 11:09 am
Forum: Scripting
Topic: Scheduler does not launch LTE scripts
Replies: 22
Views: 2426

Re: Scheduler does not launch LTE scripts

Currently if I am forced to use v7 because the device does not support v6, for me the latest version of RouterOS that works is 7.16.2.
by rextended
Mon Apr 07, 2025 1:20 am
Forum: Scripting
Topic: Scripting style
Replies: 3
Views: 612

Re: ✂ Rextended Fragments of Snippets

I see that within your scripts you usually enter the configuration context and handle things there. Example: /log :foreach rlog in=[find where message~"((25[0-5]|(2[0-4]|[01]\?[0-9]\?)[0-9])\\.){3}(25[0-5]|(2[0-4]|[01]\?[0-9]\?)[0-9])"] do={ And I prefer to use the entire path of the comm...
by rextended
Mon Apr 07, 2025 1:16 am
Forum: Scripting
Topic: Scripting style
Replies: 3
Views: 612

Re: Scripting style

Hello rextended! I notice you do not use CamelCase ou camelCase in your variable names. To me it is a bit hard to imagine why... Could you elaborate a little on why? Simple: I act according to how I feel like it at that moment. Since these are very simple scripts and not parts of the program that o...
by rextended
Mon Apr 07, 2025 12:55 am
Forum: Scripting
Topic: What returns :find it it finds nothing? [SOLVED]
Replies: 6
Views: 3519

Re: What returns :find it it finds nothing? [SOLVED]

Is not clear at all on post #2: not mix nil and nothing, because nothing is also different from nothing. I do not have at the moment one precise example, but often nil and nothing are uncomparable. :local a ; :put [:typeof $a] ; :put ($a = [:nothing]) Better check the lenght of returned value. If is...
by rextended
Mon Apr 07, 2025 12:45 am
Forum: Scripting
Topic: Scheduler does not launch LTE scripts
Replies: 22
Views: 2426

Re: Scheduler does not launch LTE scripts

Era un tentativo... non capisco perché non dovrebbe funzionare....
by rextended
Mon Apr 07, 2025 12:41 am
Forum: Scripting
Topic: Script to Test WAN and Reset USB Power on Down?
Replies: 12
Views: 9086

Re: Script to Test WAN and Reset USB Power on Down?

I may make mistakes, but before you write, you better double check what I wrote and what you did... (note: I'm on GMT+02:00) [rex@test-v7.16.2] > :global unixtodatetime do={ {... :local ux [:tonum $1] {... :local Fzerofill do={:return [:pick (100 + $1) 1 3]} {... :local prMntDays [:toarray "0,0...
by rextended
Sat Apr 05, 2025 4:35 pm
Forum: General
Topic: /tool/flood-ping - failure: not allowed by device-mode
Replies: 4
Views: 1131

Re: /tool/flood-ping - failure: not allowed by device-mode

@dang21000 please do not write random useless things without any use or any solution. socks: yes what is off is on OP, for example... traffic-gen I'd like to let you know that I'm reporting an issue with the [/flood-ping] tool. I updated to version 7.18.2 and it stopped working. But can I know or n...
by rextended
Sat Apr 05, 2025 4:27 pm
Forum: General
Topic: Device got hacked 1 min after connected to internet
Replies: 57
Views: 9919

Re: Device got hacked 1 min after connected to internet

The mistake continues to be the same:
being in such a hurry to connect the device directly to the internet, without caring about protecting it first.

Was there all this urgency?
by rextended
Sat Apr 05, 2025 1:59 pm
Forum: Scripting
Topic: Scheduler does not launch LTE scripts
Replies: 22
Views: 2426

Re: Scheduler does not launch LTE scripts

Lascia perdere gli script, metti direttamente nello scheduler questo, e guarda se funziona:
:execute "/interface lte at-chat [find where name=\"lte1\"] input=\"at+qnwlock=\\\"common/4g\\\",1,1850,100\""
by rextended
Sat Apr 05, 2025 11:04 am
Forum: Scripting
Topic: Variable names and where expressions
Replies: 15
Views: 1556

Re: Variable names and where expressions

Why this "clarification"?
In the previous post the invalid syntax was in the lack of parentheses around true and false...
Obviously it works if the parentheses are used correctly.
by rextended
Fri Apr 04, 2025 9:03 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Bug: Phantom empty message in Telegram when sending from a third-party script

How to fix that? (whitout define global "echo" outside the script) NEVER CALL TWO TIMES THE SAME FUNCTION WITHOUT USE OR ASSIGN THE RETURNED VALUE Simply add void variable for ignore useless return from the function (return everytime something no matter if :return is used [as must be] insi...
by rextended
Fri Apr 04, 2025 8:39 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Bug: Phantom empty message in Telegram when sending from a third-party script

3) do not use " do { } " to completely enclose a script or similar bulls–t. I don't understand how the function, the "do" block, can't be wrapped in curly brackets "{}" Is do { } not do={...} Read better: completely enclose a script do { <all the script here> } ///////...
by rextended
Fri Apr 04, 2025 3:05 pm
Forum: Scripting
Topic: Variable names and where expressions
Replies: 15
Views: 1556

Re: Variable names and where expressions

As per my previous examples, [ ] is not a condition, it is executed for every single value returned by find/print. > /ip/address/find where [false] > /ip/address/find where [true] > /ip/address/find where [($address~"^192.168.1.1/")] Wrong syntax, do not work, because... is wrong... Correc...
by rextended
Thu Apr 03, 2025 11:36 am
Forum: Scripting
Topic: Variable names and where expressions
Replies: 15
Views: 1556

Re: Variable names and where expressions

/ip/arp/find [{ :put $address :put $interface }] Coding style may vary... [rex@test-v7] > /ip arp find [:put "$address\r\n$interface"] 10.11.12.8 ether1 10.11.12.11 ether2 10.11.12.1 ether3 10.11.12.10 ether4 10.11.12.2 ether5 [rex@test-v7] > /ip arp find [:put $address; :put $interface] ...
by rextended
Wed Apr 02, 2025 8:34 pm
Forum: Scripting
Topic: Variable names and where expressions
Replies: 15
Views: 1556

Re: Variable names and where expressions

I understand that it is not documented, but I have known about it for years. If I had time I should write the manual for "ScriptOS" myself... Then there are other users who by dint of digging also discover new things like >[] , >"" , >{} , <%% etc. even more difficult to discover...
by rextended
Wed Apr 02, 2025 7:27 pm
Forum: General
Topic: Public DNS to private IP
Replies: 44
Views: 2941

Re: Public DNS to private IP

Other than that, for private DNS I recommend using _____.mqtt.internal instead of _____.local.mqtt
(or intranet, or private, or corp, or home, or lan)
https://www.rfc-editor.org/rfc/rfc6762#appendix-G
by rextended
Wed Apr 02, 2025 6:18 pm
Forum: General
Topic: Device-mode changes hit or miss? Mikrotik strategy?
Replies: 38
Views: 3338

Re: Device-mode changes hit or miss? Mikrotik strategy?

As I already suggested, wouldn't it be enough to use the factory password for security?
by rextended
Wed Apr 02, 2025 11:41 am
Forum: Scripting
Topic: Variable names and where expressions
Replies: 15
Views: 1556

Re: Variable names and where expressions

Yes, work as expected. A basic rule is to never use variable names that are the names of <anything> in the system. [rex@test] > /ip/arp/print proplist=address Flags: D - DYNAMIC; C - COMPLETE Columns: ADDRESS # ADDRESS 0 DC 10.10.23.8 1 DC 10.10.23.11 2 DC 10.10.23.1 3 DC 10.10.23.10 4 DC 10.10.23.2...
by rextended
Mon Mar 31, 2025 6:14 pm
Forum: Scripting
Topic: Not Get Hotspot active usres data in telegram bot
Replies: 2
Views: 688

Re: Not Get Hotspot active usres data in telegram bot

mode=https & url="https
by rextended
Mon Mar 31, 2025 1:18 pm
Forum: General
Topic: MikroTik RB5009 setting up remotely first time
Replies: 55
Views: 4072

Re: MikroTik RB5009 setting up remotely first time

Better the naysayers of those who implicitly suggest deleting the default configuration and therefore the firewall with all that it entails because is more easy,
creating yet another machine that will cause, in one way or another, DDoS...
by rextended
Mon Mar 31, 2025 12:47 pm
Forum: Scripting
Topic: Script for email backup file
Replies: 2
Views: 927

Re: Script for email backup file

:local EMAIL "it@tlpk.com" :local PASSWORD "xxxx" /system clock :local DATE [get date] :local TIME [get time] /system identity :local FILENAME "Backup $[get name]-$DATE.backup" :local MESSAGE "Please see attached file..." /system backup save name=$FILENAME pa...
by rextended
Mon Mar 31, 2025 12:02 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Bug: Phantom empty message in Telegram when sending from a third-party script

You are not telling us the truth. Only that line cannot give that result. I have already seen errors on the second run , they depend on syntax errors made previously, but if you only show that line, no one can help you... or not? [rex@test] > :global testFunc do={ :put "Called with: $1" } ...
by rextended
Sat Mar 29, 2025 3:57 pm
Forum: Scripting
Topic: Bad configuration
Replies: 3
Views: 896

Re: Bad configuration

L'apparato è uno switch, non è un router, quindi non ha una configurazione iniziale da router. Penso che la conigurazione è incompleta e che è meglio se ti rivolgi ad un esperto. Attualmente hai configurato lo switch (come se fosse un router) in modo che possa essere sorgente di attacchi DDoS verso ...
by rextended
Sat Mar 29, 2025 3:45 pm
Forum: Beginner Basics
Topic: firewall rules advices
Replies: 7
Views: 1215

Re: firewall rules advices

so it's not necessary to set up rules to protect router againt syn flood, ssh brute forcer, port scanner or other? Your ISP should do that job, not your router. And what about bruteforce... bruteforce what? You are the one leaving the door open, by default they are all closed on WAN side... You sho...
by rextended
Sat Mar 29, 2025 1:58 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Phantom empty message in Telegram when sending from a third-party script

There are dozens of threads on this topic on the forum.
Sorry, but I don't use Telegram and I don't tinker with things I can't test.
by rextended
Sat Mar 29, 2025 1:16 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12310

Re: Phantom empty message in Telegram when sending from a third-party script

Too many mistakes and too many times to do 2 + 2
do instead (4 / 2) + (((7 + 9) / 2²) * ½)
by rextended
Sat Mar 29, 2025 1:06 pm
Forum: General
Topic: /file console-dump.txt
Replies: 7
Views: 2775

Re: /file console-dump.txt

And the file content? Perfect, you specified both the RouterOS version and the Router model used. This is how it's done... Have you ever thought of simply opening the plain text file and seeing what's written inside? Nothing to worry about . It's a file that is automatically created when " some...
by rextended
Sat Mar 29, 2025 12:40 pm
Forum: Scripting
Topic: What does op type (>[ ... ]) do?
Replies: 4
Views: 1330

Re: What does op type (>[ ... ]) do?

There is a detailed explanation written by others on the forum. Aside from that when you notice a problem, it should be minimized to remove as many parameters as possible: { :local y ; # used later :local z 10 :local j 11 :local x (>[:set y 44 ; :local deletek ; :local overwritew 19]) :local k 12 :l...
by rextended
Sat Mar 29, 2025 11:46 am
Forum: Beginner Basics
Topic: firewall rules advices
Replies: 7
Views: 1215

Re: firewall rules advices

(Now I'm not going to go into a line-by-line list of what's wrong or not, but the last rule... better no comment...) Really disgusting, to be thrown in the trash. Put back the default ones that are more than enough for you. https://forum.mikrotik.com/viewtopic.php?f=13&t=175129&p=856824#p856...
by rextended
Sat Mar 29, 2025 11:27 am
Forum: Scripting
Topic: Help with array created by print as-value - Empty value [SOLVED]
Replies: 6
Views: 9381

Re: Help with array created by print as-value - Empty value [SOLVED]

Not at all, in fact you teach badly and they learn worse. It is wrong, you should never use numbers or IDs in the script. I understand that was just an example, but wrong examples are still wrong. Because, for example, in the terminal there is no point in doing all this to get the IP, then, if it wo...
by rextended
Thu Mar 27, 2025 11:35 am
Forum: General
Topic: Connection tracking table not cleared completely after WAN IP address change
Replies: 38
Views: 13001

Re: Connection tracking table not cleared completely after WAN IP address change

On dhcp-client script:
/ip firewall connection
:foreach idc in=[find where timeout > 60] do={
    remove [find where .id=$idc]
}
by rextended
Thu Mar 27, 2025 11:31 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.2 [stable] is released!

missing space, is "7.18ab244"
by rextended
Thu Mar 27, 2025 11:30 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

If is just netinstalled... already the history do not exist...
by rextended
Wed Mar 26, 2025 7:00 pm
Forum: Scripting
Topic: Script to Test WAN and Reset USB Power on Down?
Replies: 12
Views: 9086

Re: Script to Test WAN and Reset USB Power on Down?

All complicated steps useless, isn't it better to use :timestamp and relative functions on RouterOS v7??? For v6 there are still my functions to get the exact date going from unix time. https://forum.mikrotik.com/viewtopic.php?p=977170#p977170 (changed / to - on function) [rex@7.16.2v7] > :global un...
by rextended
Tue Mar 25, 2025 10:25 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2213
Views: 4585219

Re: 📣 WinBox 4 is here 📣

The bug is the same, well know...
do not use other characters than \r, \n <SPACE>! etc. until the ~ because on RouterOS are unsupported and rended differently on various terminal/winbox/script, etc.
by rextended
Tue Mar 25, 2025 10:18 am
Forum: Beginner Basics
Topic: When is connection-nat-state applied (default firewall rule)?
Replies: 13
Views: 2624

Re: When is connection-nat-state applied (default firewall rule)?

As you can see here "expanded default rules on forward code": https://forum.mikrotik.com/viewtopic.php?t=215733#p1134906 you need to have an overall vision, you can't consider ONLY that rule to understand it. Some things are implied. For example, it considers only new connection attempts f...
by rextended
Tue Mar 25, 2025 12:38 am
Forum: General
Topic: Feature Request: Auto Supout on Ping Watchdog
Replies: 5
Views: 1123

Re: Feature Request: Auto Supout on Ping Watchdog

Right, I never realized that the options were unrelated, even if in the same context, because I never needed it.


**********


And it's a good thing you wrote it because I didn't remember that note... from 2007...
by rextended
Tue Mar 25, 2025 12:09 am
Forum: General
Topic: Feature Request: Auto Supout on Ping Watchdog
Replies: 5
Views: 1123

Re: Feature Request: Auto Supout on Ping Watchdog

Already exist from 2007...
by rextended
Mon Mar 24, 2025 11:03 pm
Forum: Beginner Basics
Topic: When is connection-nat-state applied (default firewall rule)?
Replies: 13
Views: 2624

Re: When is connection-nat-state applied (default firewall rule)?

This thing comes up often........ https://forum.mikrotik.com/viewtopic.php?p=1126890#p1126622 https://forum.mikrotik.com/viewtopic.php?p=1126890#p1126789 https://forum.mikrotik.com/viewtopic.php?p=1126890#p1126843 /ip firewall filter add chain=forward action=fasttrack-connection connection-state=est...
by rextended
Mon Mar 24, 2025 3:38 pm
Forum: Scripting
Topic: Emailing of Log file not working after latest update
Replies: 4
Views: 1219

Re: Emailing of Log file not working after latest update

the filename is logs.txt , it is more than obvious that if only logs are written it does not work. (the script has a lot of errors, I only highlight the part about quotes and file name) /log print file= " logs .txt" delay 10 /tool e-mail send from="xxxxx@xxxxxxxx.co.uk" to=xxxxx@...
by rextended
Mon Mar 24, 2025 3:22 pm
Forum: Scripting
Topic: :range command
Replies: 5
Views: 1390

Re: :range command

/interface ethernet find [:if ($name~"ether") do={/interface list member add interface=$name list="VLAN2"}]
(list must already exist)
by rextended
Mon Mar 24, 2025 3:07 pm
Forum: Scripting
Topic: Reasons to hold on to the mikrotik specific scripting language
Replies: 18
Views: 8401

Re: Reasons to hold on to the mikrotik specific scripting language

(I'm not saying I don't agree...)

...which will further increase the size of RouterOS...
by rextended
Mon Mar 24, 2025 3:00 pm
Forum: General
Topic: All IPv6 stops working until I manually renew DHCP6 lease from ISP?
Replies: 5
Views: 1507

Re: All IPv6 stops working until I manually renew DHCP6 lease from ISP?

Nothing changes after hitting renew
The default 30d / 7d are > of default 3d on server side (not MikroTik problem, are default RFC values...)

So for internal network the IPv6 expires 4 day later of what is already expired...
by rextended
Mon Mar 24, 2025 2:53 pm
Forum: Scripting
Topic: Reasons to hold on to the mikrotik specific scripting language
Replies: 18
Views: 8401

Re: Reasons to hold on to the mikrotik specific scripting language

They started (and still are) adding scripting commands like the functions I wrote, and others.
by rextended
Fri Mar 21, 2025 6:26 pm
Forum: General
Topic: Expired SSL cert locks you out of 7.18.2 GUI
Replies: 7
Views: 1495

Re: Expired SSL cert locks you out of 7.18.2 GUI

Ok, I'll give up before I answer badly.
Of three questions, you didn't answer one.
by rextended
Fri Mar 21, 2025 5:44 pm
Forum: General
Topic: Public-Mikrotik-Bandwidth-Test-Server(s) ( now shutdown as of April 1st 2025 )
Replies: 1089
Views: 1306832

Re: Public-Mikrotik-Bandwidth-Test-Server(s) ( shutting down on April 1st 2025 )

The lack of respect is very high, like that ignorant person who tried a 40Gbps test....
by rextended
Fri Mar 21, 2025 5:28 pm
Forum: General
Topic: Expired SSL cert locks you out of 7.18.2 GUI
Replies: 7
Views: 1495

Re: Expired SSL cert locks you out of 7.18.2 GUI

So the certificate is self-renewing or not?
The new one does not apply to the www-ssl service?

Have you tried with any browser?
by rextended
Fri Mar 21, 2025 3:57 pm
Forum: General
Topic: Expired SSL cert locks you out of 7.18.2 GUI
Replies: 7
Views: 1495

Re: Expired SSL cert locks you out of 7.18.2 GUI

The service on port 80 must be active for automatic renewal, as written in the guide, in 7.18.2. (for 7.17x and 7.19 there is also renewal via DNS verification) There is no practical reason why if you expose port 443 to the world, you cannot also leave 80 open. Absolutely nothing changes from a secu...
by rextended
Fri Mar 21, 2025 2:55 pm
Forum: General
Topic: Reclaiming flash space by clearing console history?
Replies: 1
Views: 1069

Re: Reclaiming flash space by clearing console history?

If you have a database and you free only some rows, the database is not compactedd for every delete.
If you delete all database, probably is also "compacted"....
by rextended
Thu Mar 20, 2025 11:27 pm
Forum: General
Topic: All IPv6 stops working until I manually renew DHCP6 lease from ISP?
Replies: 5
Views: 1507

Re: All IPv6 stops working until I manually renew DHCP6 lease from ISP?

Probably ISP do not asign static IPv6 etc. etc. etc.

Paste this on terminal and reboot, see if solve on long term.

terminal code

/ipv6 nd
set [ find default=yes ] hop-limit=64
/ipv6 nd prefix default
set preferred-lifetime=45m valid-lifetime=1h30m
by rextended
Wed Mar 19, 2025 8:49 pm
Forum: General
Topic: installation of system-7.18.2 failed: disk is too small
Replies: 10
Views: 1809

Re: installation of system-7.18.2 failed: disk is too small

Probably free space more than 134217727 bit cause variable overflow.

On your spare time, can you try again the passage from 7.18 to 7.18.[1|2] leaving on purpose free space less of 134217727???

On that devices are expected only 128MiB........

Just for fun and curiosity...........
by rextended
Wed Mar 19, 2025 8:39 pm
Forum: Forwarding Protocols
Topic: AMT - Automatic Multicast Tunneling support
Replies: 51
Views: 18026

Re: AMT - Automatic Multicast Tunneling support

Aside from the fact that they banned my account for a week for revealing some things in advance,
I'm not telling you that they shouldn't be published, but that in the face of this news, there needs to be PROOF.
Do you understand what I write or not?
by rextended
Wed Mar 19, 2025 8:34 pm
Forum: Forwarding Protocols
Topic: AMT - Automatic Multicast Tunneling support
Replies: 51
Views: 18026

Re: AMT - Automatic Multicast Tunneling support

discussion is just childish.

You are right, I will stop here, or rather there↑↑↑

The point is that it is wrong to provide information WITHOUT PROOF.
by rextended
Wed Mar 19, 2025 8:30 pm
Forum: Forwarding Protocols
Topic: AMT - Automatic Multicast Tunneling support
Replies: 51
Views: 18026

Re: AMT - Automatic Multicast Tunneling support

When people say it's rainy in their town, you also asking officials to confirm this? [/color] ... I'm tired of this bullshit. Your words bother you? Then don't say them... I'm fed up too, especially with the wrong examples. I don't care about the information about whether it rains somewhere or not,...
by rextended
Wed Mar 19, 2025 8:22 pm
Forum: Forwarding Protocols
Topic: AMT - Automatic Multicast Tunneling support
Replies: 51
Views: 18026

Re: AMT - Automatic Multicast Tunneling support

This absolutely doesn't change the fact, that AMT has appeared in 7.18, as I initially stated. Everything else is another question. And this absolutely does not change the fact that when someone appeared on the forum and writes about new features added to RouterOS, he must always cite the official ...
by rextended
Wed Mar 19, 2025 8:02 pm
Forum: General
Topic: Blocking the "standard"/most common DNS-over-HTTPS servers
Replies: 15
Views: 2334

Re: Blocking the "standard"/most common DNS-over-HTTPS servers

No matter, now DNS-over-QUIC is used. ROS supports DoQ??? No, are the browsers that ignore completely the DHCP/fixed DNS settings and use own protocol for show the ads. The final scope of all that is that you must not skip ads on browser, privacy is a big bullsh1ft and has nothing to do with it...
by rextended
Wed Mar 19, 2025 7:21 pm
Forum: General
Topic: Blocking the "standard"/most common DNS-over-HTTPS servers
Replies: 15
Views: 2334

Re: Blocking the "standard"/most common DNS-over-HTTPS servers

No matter,
now DNS-over-QUIC is used.
by rextended
Wed Mar 19, 2025 5:31 pm
Forum: Forwarding Protocols
Topic: AMT - Automatic Multicast Tunneling support
Replies: 51
Views: 18026

Re: AMT - Automatic Multicast Tunneling support

I won't comment these stupid conclusions. Calm down and don't scream so loud. The conclusion is not stupid, someone passing by, without be one forum admin or post official sources, announces something, it's just bullshit. Not to mention that maybe, as already happened, they remove some features fro...
by rextended
Wed Mar 19, 2025 5:24 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

Are there partitions used on this router? Two partitions would split the disk.
Official reply, please:
Are discontinued PPC products from year 2011 still fully supported?

Thanks.
by rextended
Wed Mar 19, 2025 5:14 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

Completely useless note or consideration,
because no matter what happens if it only sees 64MiB out of 128MiB there is definitely some underlying problem...
by rextended
Wed Mar 19, 2025 5:07 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

Hi: 7.19beta6 is too big for the RB1100AHx2, by a few bytes: ERROR: not enough disk space, 20.7MiB is required and only 20.7 MiB is free. The router was never re-partitioned, i.e. has a single "part0" with 64 MiB size. There are no files or directories under /files. -- azg RB1100AHx2 ( ye...
by rextended
Wed Mar 19, 2025 3:22 pm
Forum: General
Topic: Functionality Suggestion on RouterOS
Replies: 8
Views: 1540

Re: Functionality Suggestion on RouterOS

Simply that you are writing nonsense and in the user forum.
If you want to contact MikroTik write to support@mikrotik.com
What users think or write matters absolutely nothing.
by rextended
Wed Mar 19, 2025 12:45 pm
Forum: General
Topic: Functionality Suggestion on RouterOS
Replies: 8
Views: 1540

Re: Functionality Suggestion on RouterOS

They've already invented the "supercazzola prematurata con doppio scappellamento a destra".
hahahaha :lol:
Few will understand it...
Like the OP on user forum... :lol:
by rextended
Wed Mar 19, 2025 12:38 pm
Forum: General
Topic: Functionality Suggestion on RouterOS
Replies: 8
Views: 1540

Re: Functionality Suggestion on RouterOS

They've already invented the "supercazzola prematurata con doppio scappellamento a destra".
by rextended
Wed Mar 19, 2025 12:29 am
Forum: General
Topic: force a reboot when storage is full
Replies: 2
Views: 1315

Re: force a reboot when storage is full

Put 7.16.2 back and wait until someone at MikroTik figures out the difference between 16M and 128M...
by rextended
Wed Mar 19, 2025 12:25 am
Forum: General
Topic: Kid control keeps TCP sessions open
Replies: 5
Views: 2167

Re: Kid control keeps TCP sessions open

The whole kid control thing makes no sense how it is implemented. In short: If you feel the need to use machines to control humans, you are definitely doing something wrong. Long: You are absolutely right, it is the parents who have become incompetent. When my father told me something it was law, n...
by rextended
Wed Mar 19, 2025 12:21 am
Forum: Forwarding Protocols
Topic: NAT and Switch on a Single Device
Replies: 5
Views: 2345

Re: NAT and Switch on a Single Device

It's like writing "I don't know how to do it, click here, click there"...
What you wrote is completely useless, just read my previous post and you can clearly see what needs to be changed.
by rextended
Tue Mar 18, 2025 9:13 pm
Forum: General
Topic: renew ssl certificate let's encrypt
Replies: 15
Views: 2400

Re: renew ssl certificate let's encrypt

do you have a list of domains or ip used for renewal? it doesn't seem very professional to expose the port to everyone unless there is a service exposed on it. Il servizio non è fornito dalla MikroTik, quindi rivolgiti a Let's Encrypt per la lista... se te la danno. [ The service is not provided by...
by rextended
Tue Mar 18, 2025 8:27 pm
Forum: General
Topic: Feature Request : don't log specific user login/logout actions
Replies: 6
Views: 1623

Re: Feature Request : don't log specific user login/logout actions

I change one user-manager and one Dude done with RB1100AHx2 (powerpc) to two RB1100Dx4 (arm) when is coming out, but have internal disk, not use mainboard flash.
But RB1100AHx2 still working both...
by rextended
Tue Mar 18, 2025 8:03 pm
Forum: Scripting
Topic: Script error: already have such entry (address lists)
Replies: 1
Views: 1410

Re: Script error: already have such entry (address lists)

full of useless... /ip firewall address-list remove [/ip firewall address-list find list=firehol_L1] /ip firewall address-list add addres=1.10.16.0/20 list=firehol_L1 timeout=2d /ip firewall address-list add addres=1.19.0.0/16 list=firehol_L1 timeout=2d /ip firewall address-list add addres=1.32.128....
by rextended
Tue Mar 18, 2025 7:56 pm
Forum: General
Topic: Feature Request : don't log specific user login/logout actions
Replies: 6
Views: 1623

Re: Feature Request : don't log specific user login/logout actions

From 2007 i never change a single device for memory wearing,
but also I change obsolete devices, no matter if are working or not.
I have only xxx-ac devices and CCR/CRS. No more RBxxx except "new" RB1100Dx4
by rextended
Tue Mar 18, 2025 6:36 pm
Forum: General
Topic: Feature Request : don't log specific user login/logout actions
Replies: 6
Views: 1623

Re: Feature Request : don't log specific user login/logout actions

POSIX do not have that at all, not only RouterOS.
by rextended
Tue Mar 18, 2025 5:06 pm
Forum: Forwarding Protocols
Topic: NAT and Switch on a Single Device
Replies: 5
Views: 2345

Re: NAT and Switch on a Single Device

Ignoring why you want to expose a device to the internet with an IP, instead of opening only the necessary ports via NAT, you have not explained how the provider delivers you internet and how they should deliver the second IP to you. Paste this on terminal for join ether1 and ether5 on one bridge, s...
by rextended
Tue Mar 18, 2025 4:14 pm
Forum: General
Topic: forum guru status
Replies: 27
Views: 3234

Re: forum guru status

What’s the meaning of life? 😁 The problem is that if I write it, life for you might no longer have any meaning... The meaning of Life is... to seek a meaning to Life. _ _ _ __ _ _ _ _ _ _ _ _ | | (_) | \_\ | | | | | | | (_) | ( ) | | | __ _ __ ___| |_ __ _ ___ | |__ ___| | | __ _ _ __ ___ _ __ ___|...
by rextended
Tue Mar 18, 2025 4:08 pm
Forum: General
Topic: forum guru status
Replies: 27
Views: 3234

Re: forum guru status

"Karma" has been gone for a while... In fact if you search for old topics you will be able to see everytime at the end of a reply "if it was useful, please add Karma..." which had become boring as "Sent from my phone using Tapatalk Pro" at the end of every post, for laz...
by rextended
Sun Mar 16, 2025 3:33 pm
Forum: Scripting
Topic: Api version response empty [SOLVED]
Replies: 7
Views: 10189

Re: Api vesrion response empty [SOLVED]

So what would be the point of this topic?
by rextended
Thu Mar 13, 2025 7:50 pm
Forum: Beginner Basics
Topic: Router os 7.18
Replies: 3
Views: 1687

Re: Router os 7.18

You try another PC? If not, what you wait?

Device model?
Winbox version?
RouterOS version?... You update today to 7.18 or 7.18.2?

Do one
/export show-sensitive
on SSH, save the results and netinstall the device.
by rextended
Thu Mar 13, 2025 7:44 pm
Forum: General
Topic: IP DNS QUESTION
Replies: 9
Views: 1735

Re: IP DNS QUESTION

Super, much thanks.
by rextended
Thu Mar 13, 2025 7:37 pm
Forum: General
Topic: IP DNS QUESTION
Replies: 9
Views: 1735

Re: IP DNS QUESTION

Are you making the same mistake as beginners? Ask directly what you need. In case 1) set allow-remote-requests=yes is completely useless, and the input port from the LAN must not be opened (which by DEFAULT is only allowed from the LAN) In case 2) just leave the DEFAULT rules and the LAN devices MUS...
by rextended
Thu Mar 13, 2025 7:27 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.2 [stable] is released!

The fles are signed, why uselessly use cpu power to encrypt/decrypt what is already signed?
by rextended
Thu Mar 13, 2025 6:10 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

Understand, but I am not able to read your "version"... This? /system leds find [ :if ($leds=[:toarray "user-led"]) do={ set $".id" type="on" \ disabled=(!$disabled) } ] addedndum on previous post: missing quotes between "trueon", the 2nd pair of [ ]...
by rextended
Thu Mar 13, 2025 6:07 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

@Josephny

Interesting, but the LEDs are small and you would have to have the device in front of them to attract attention...
by rextended
Thu Mar 13, 2025 5:59 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

For example, if wifi interfaces are on/off.
Some customers ask me to disable wifi on cAP central button press, that also disable the led...
by rextended
Thu Mar 13, 2025 5:55 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.2 [stable] is released!

Anyone can make a certificate these days. It's all become so trivial... The purpose of https is to encrypt the connection between two points, not to certify what passes through it... However, yes, .npk files have 32 bit of signature at the end (and also .dpk, and also .fwf) so they can't be tampered...
by rextended
Thu Mar 13, 2025 5:45 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

(no space between do= and {)

I think this suffice... on same set you can set more... ;)
/system leds find [:if ($leds=[:toarray "user-led"]) do={set $".id" type="on" disabled=(!$disabled)}]
by rextended
Thu Mar 13, 2025 5:40 pm
Forum: Wireless Networking
Topic: Unifi access point
Replies: 16
Views: 3741

Re: Unifi access point

Yes, if you configure it properly How about I configure my boot right into your pin hole. You are worthless piece of shi f t, if you have nothing constructive to say then shut the fuc hs' endothelial k ibble up. I think you broke the record for swear words and insults in a single post. Not even a f...
by rextended
Wed Mar 12, 2025 7:50 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

Karnaugh
  Y N
O 0 1
F 0 0

disabled Yes / No
type On / oFf
LED 0=off 1=on

So the less expensive thing to consider if is at the same time disabled=no and type=on
by rextended
Wed Mar 12, 2025 5:14 pm
Forum: Useful user articles
Topic: Advanced Routing Failover without Scripting
Replies: 295
Views: 173719

Re: Advanced Routing Failover without Scripting

It is understood that without scripts/scheduler/on-event/netwatch it does not mean that scripts cannot be used to initially configure the device...
by rextended
Wed Mar 12, 2025 5:11 pm
Forum: General
Topic: Connectivity Issues after Upgrade 7.17.2 > 7.18 / 7.18.2
Replies: 32
Views: 9187

Re: Connectivity Issues after Upgrade 7.17.2 > 7.18 / 7.18.2

I'm not getting into the OP's issue, but IPsec is a VPN and using WinBox over IPsec............
by rextended
Wed Mar 12, 2025 5:08 pm
Forum: General
Topic: Upgrade or no (revisited)
Replies: 13
Views: 2027

Re: Upgrade or no (revisited)

I'll be vague, as I was before the CVE for brute-forcing usernames came out publicly.
I wouldn't use 7.17 even if they paid me, I believe MikroTik got it done with 7.18....
but with 16MB peripherals I wouldn't use 7.18.2 either...
and anyway 7.18.2 is too fresh....
by rextended
Wed Mar 12, 2025 5:02 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

I think you misunderstood me, it was a compliment for you... :lol:
I know you didn't have the idea, but you were fundamental in intuiting the right point of view.... 8)
[What can be easy flipped as true/false? Whether it is disabled or not!]
by rextended
Wed Mar 12, 2025 4:56 pm
Forum: General
Topic: Upgrade or no (revisited)
Replies: 13
Views: 2027

Re: Upgrade or no (revisited)

7.17.x 1) is too fresh ; 2) and deplete completely the 16MB free space after some time.... 7.18 is worse for point 2) and is unstable (see 7.18.2 and is not finished...) 7.17 is no longer being developed or fixed, so if no new fixes come out it's not because there aren't problems... because with eac...
by rextended
Wed Mar 12, 2025 4:39 pm
Forum: General
Topic: Upgrade or no (revisited)
Replies: 13
Views: 2027

Re: Upgrade or no (revisited)

Simple approach:
Peripherals that have 16MB of NAND/Flash or less leave them at 6.49.18 long-term (for those that can be put v6).

In the rest of the cases put them at 7.16.2 and wait...
by rextended
Wed Mar 12, 2025 4:24 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

Turn on/off the user-led if is already defined,
/system leds find [:if ($leds=[:toarray "user-led"]) do={set $".id" disabled=(!$disabled)}]
obviously is always type="on"


Well, you should be satisfied, today you beat me!!! :roll: :lol:
by rextended
Wed Mar 12, 2025 4:16 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

use set 0=on/set 0=off.
no... please no........

at least set [find] type="<on or off>"


While playing with the thingy, there is also the disabled state, the user-led set to on BUT disabled is actually off, and as soon as I enable it, it lights up.
muble, muble.....
by rextended
Wed Mar 12, 2025 3:41 pm
Forum: Useful user articles
Topic: Advanced Routing Failover without Scripting
Replies: 295
Views: 173719

Re: Advanced Routing Failover without Scripting

I've got the idea from someone you might know: https://forum.mikrotik.com/viewtopic.php?p=875571#p875571 I know myself well enough not to stay in the same positions if something evolve. If I later notice problems that arise because RouterOS changes or interactions with other functions that were not...
by rextended
Wed Mar 12, 2025 12:55 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.2 [stable] is released!

Open separate topics, don't mix everything in here, it's already hard to understand anything.
When you've done it elsewhere, write the results here.
by rextended
Wed Mar 12, 2025 12:23 pm
Forum: Useful user articles
Topic: Advanced Routing Failover without Scripting
Replies: 295
Views: 173719

Re: Advanced Routing Failover without Scripting

place-before=*0 place-before=*0 ERRORS. for 2+1 reasons: 1a) *0 ID do not exist if there are not mangle rules, 1b) never use IDs or "relative numbers" on scripts. 2) Better not move static items over dynamic "special dummy rule to show fasttrack counters" or the RouterBOARD it m...
by rextended
Wed Mar 12, 2025 12:11 pm
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

[...] The essence is the same :) , bummer :( >>> Why " :( " ? It's better than... I don't want to argue with the AI ​​as usual >>> I hoped there was a clever way to invert the status of a boolean *somehow* without needing to check the current one Exact, can be done, but is not a boolean, ...
by rextended
Wed Mar 12, 2025 10:32 am
Forum: Scripting
Topic: LEDtoggle, simple script to toggle user led on/off
Replies: 26
Views: 4222

Re: LEDtoggle, simple script to toggle user led on/off

1) If work, is correct and is not too much complicated. 2) See my example. 3) Can be one-line command if accepts true/false (boolean) instead of on/off... 4) Missing a chech if the leds group exist. On my example I add it if is missing (but I do not check hardware if have or not the led) If is somet...
by rextended
Tue Mar 11, 2025 4:15 pm
Forum: General
Topic: How to force "Actual MTU" on PPPoE client [SOLVED]
Replies: 21
Views: 20844

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

I'm repeating myself, but unfortunately people don't know how to distinguish L2MTU from MTU and it always creates confusion . If all the machines are under your control, making a PPPoE connection with an internal MTU of 1500 is a walk in the park. If instead you have to go through third-party lines ...
by rextended
Tue Mar 11, 2025 2:37 pm
Forum: General
Topic: ACL Switch Rules issue after RouterOS v7.17 update (CRS Series) - ARP Blocking Problem
Replies: 7
Views: 1636

Re: ACL Switch Rules issue after RouterOS v7.17 update (CRS Series) - ARP Blocking Problem

/interface ethernet switch rule add switch=switch1 ports=ether41-node102 src-address=192.168.1.30/32 comment="Allow only IP 192.168.1.30" add switch=switch1 ports=ether41-node102 new-dst-ports="" comment="Block all other IPs"[/quote] It obviously works fine if it also ...
by rextended
Mon Mar 10, 2025 10:22 pm
Forum: General
Topic: How to force "Actual MTU" on PPPoE client [SOLVED]
Replies: 21
Views: 20844

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

Let's not mix apples with oranges. Layer 3 MTU is one thing, Layer 2 (L2MTU) is another. Ethernet MTU refers to how much the IP (and others) data is. VLAN MTU means how much big can be the data that internal ethertype can carry. If you have one ethernet with MTU of 1500, you notice that a VLAN with ...
by rextended
Sun Mar 09, 2025 5:20 am
Forum: General
Topic: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot
Replies: 81
Views: 15788

Re: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot

This thing made me think so much, that I could write a book about it. A story of a civilization so advanced that no one leaves home, everyone is in a cabin and no one has ever really seen anyone other than their family and the robotic doctor. Everyone would look the way they want to others. People w...
by rextended
Sun Mar 09, 2025 4:53 am
Forum: General
Topic: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot
Replies: 81
Views: 15788

Re: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot

I'll try to explain better what concerns me, so that no assumptions can be made. If I forgot something, ask... Q) What would change in my life if an AI came out that wrote scripts better than me and others here on the forum? A) Absolutely nothing to me. Q) If the aforementioned AI existed, would I u...
by rextended
Sun Mar 09, 2025 4:26 am
Forum: General
Topic: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot
Replies: 81
Views: 15788

Re: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot

Your emotional resistance won't change that trajectory. How cute, the emotions, the love, the envy, the joy... It has nothing to do with it. Do you want to explain whether or not a black hole exists.. with a fart??? :lol: :lol: :lol: You are fear of this, you are fear of that, you are envious of th...
by rextended
Sun Mar 09, 2025 2:36 am
Forum: General
Topic: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot
Replies: 81
Views: 15788

Re: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot

typists had toward word processors switchboard operators had toward automated exchanges Two examples that require determinism, against something not determinate, as you yourself wrote. I don't want a word processor to correct my sentences as someone else likes, just because someone else whose LLM h...
by rextended
Sat Mar 08, 2025 1:24 pm
Forum: General
Topic: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]
Replies: 15
Views: 9018

Re: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]

PLEASE do not quote SO USELESSLY... The actual ping/https process have it's connection taken down, for restart ping/https from that process, stop and start again, for create a new connection. The fix is close... (wait...) add this on "disable NAT" part of the script... do not alter timeout...
by rextended
Sat Mar 08, 2025 11:25 am
Forum: General
Topic: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]
Replies: 15
Views: 9018

Re: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]

/ip ipsec policy get [find where peer="NordVPN"]
alone do not do nothing
:put [/ip ipsec policy get [find where peer="NordVPN"] ph2-state]
by rextended
Sat Mar 08, 2025 11:21 am
Forum: General
Topic: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]
Replies: 15
Views: 9018

Re: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]

I added the answers in the post after your questions.

The previous posts have been integrated.
Always check the IPsec status, only that it is no longer based on commenting dynamic routes...

The scheduler is put on the same previous topic where is the script.
by rextended
Sat Mar 08, 2025 11:08 am
Forum: General
Topic: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]
Replies: 15
Views: 9018

Re: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]

1) I use winbox, not the command line. The dynamic route created by LTE lost the comment everytime. 2) Is not cpu expensive, so every 2 second suffice. I add the "copy & paste" for create the schedule 3) If you bring down the LTE, how the IPsec can go up? I miss something on your confi...
by rextended
Sat Mar 08, 2025 10:58 am
Forum: General
Topic: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]
Replies: 15
Views: 9018

Re: PLEASE tell me how to make a VPN Kill Switch on ROS 7.15.2 [SOLVED]

Schedule this: :if ([/ip ipsec policy get [find where peer="NordVPN"] ph2-state] = "estabilished") do={ /ip firewall nat enable [find where comment="defconf: masquerade" and disabled] } else={ /ip firewall nat disable [find where comment="defconf: masquerade" ...
by rextended
Sat Mar 08, 2025 10:34 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

I don't want to bother you in this thread, but wouldn't it be better to find the safe-mode active by default (maybe it can be disabled with an option when launching winbox) and ask for confirmation of the changes when exiting winbox? (at most from the browser if you forget to confirm or the operatin...
by rextended
Sat Mar 08, 2025 10:32 am
Forum: Beginner Basics
Topic: PPPOE MTU ALWAYS DEFAULTS TO 1480 INSTEAD OF 1492
Replies: 107
Views: 16639

Re: PPPOE MTU ALWAYS DEFAULTS TO 1480 INSTEAD OF 1492

As already written, I'm an ordinary user (and not even a moderator as you thought), you have to write directly to support@mikrotik.com if you want to contact the staff, this is a user forum where sometime staff appear here. But, as already written, RouterOS uses an old kernel and I don't know if the...
by rextended
Sat Mar 08, 2025 10:26 am
Forum: Beginner Basics
Topic: PPPOE MTU ALWAYS DEFAULTS TO 1480 INSTEAD OF 1492
Replies: 107
Views: 16639

Re: PPPOE MTU ALWAYS DEFAULTS TO 1480 INSTEAD OF 1492

Not to insist, but I've been writing this since the beginning I wrore about compatibility...
by rextended
Sat Mar 08, 2025 10:14 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

Thanks for the explanation, in this case you have my total understanding. A suggestion for the future: If it were possible to introduce automatic measures to prevent permalocks, such as preventing deleting or disabling a bridge if there are still ( active ) ports connected. It always makes me think ...
by rextended
Fri Mar 07, 2025 8:39 pm
Forum: General
Topic: Separate trusted from untrusted devices in same subnet
Replies: 3
Views: 1510

Re: Separate trusted from untrusted devices in same subnet

Throw everything in the trash and start over. The configuration is unwatchable, all the BASIC firewall rules are missing... And if you want help, but hide the rest of the configuration, you can do it yourself. You have to show everything with "/export file=myexport", even vlan, ip (censore...
by rextended
Fri Mar 07, 2025 3:51 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

it's released to public, so someone's gotta test it and report when things don't go as planned

I would really like to know what quality control they do, since it takes very little to block an updated routerboard.

Do they expect the user to just do netintall to update them???
by rextended
Fri Mar 07, 2025 2:30 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

I don't understand the blame,
the software is beta,
if you didn't want risk to brick the device, why did you put it in?
by rextended
Fri Mar 07, 2025 1:53 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.1 [stable] is released!

You have time machine, Feb/7/2106...
by rextended
Fri Mar 07, 2025 1:16 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

*) console - added on-error to "for" and "foreach" loops;
*) console - do not treat return values as errors in scripts run from scheduler;

Image
by rextended
Thu Mar 06, 2025 10:22 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.1 [stable] is released!

That switch is used on:
RB750Gr2 (hEX)
RB962UiGS-5HacT2HnT (hAP ac)
RB960PGS (hEX PoE)
RB960PGS-PB (PowerBox Pro)
RB3011 (all series)
RB OmniTik ac (all series)
by rextended
Thu Mar 06, 2025 10:17 pm
Forum: General
Topic: hEX PoE (bridge mode) is only a switch ?
Replies: 17
Views: 3632

Re: hEX PoE (bridge mode) is only a switch ?

I'm missing something... Why you do not want fasttrack UDP?
by rextended
Thu Mar 06, 2025 8:33 pm
Forum: General
Topic: hEX PoE (bridge mode) is only a switch ?
Replies: 17
Views: 3632

Re: hEX PoE (bridge mode) is only a switch ?

https://help.mikrotik.com/docs/spaces/ROS/pages/15302988/Switch+Chip+Features#SwitchChipFeatures-Introduction https://help.mikrotik.com/docs/spaces/ROS/pages/328068/Bridging+and+Switching#BridgingandSwitching-BridgeHardwareOffloading So, in that models: C52iG-5HaxD2HaxD-TC (hAP ax2) C53UiG+5HPaxD2HP...
by rextended
Thu Mar 06, 2025 8:06 pm
Forum: Scripting
Topic: Built in function library
Replies: 147
Views: 172246

Re: Built in function library

Ah, on RouterOS??? Do not write on forum, but to support@mikrotik.com At least [rex@7.23.5] > :put [:timestamp] ; # timestamp give already "time" 2879w18:16:44.037086370 [rex@7.23.5] > :put [:tonum [:timestamp]] 1741285004 [rex@7.23.5] > :put [: todate [:timestamp]] 2025-03-06 18:16:44.037...
by rextended
Thu Mar 06, 2025 7:36 pm
Forum: Scripting
Topic: Built in function library
Replies: 147
Views: 172246

Re: Built in function library

Already exist this: https://forum.mikrotik.com/viewtopic.php?p=977170#p977170 and also consider TIMEZONE... [rex@7.16.2v7] > :global unixtodatetime do={ {... :local ux [:tonum $1] {... :local Fzerofill do={:return [:pick (100 + $1) 1 3]} {... :local prMntDays [:toarray "0,0,31,59,90,120,151,181...
by rextended
Thu Mar 06, 2025 7:27 pm
Forum: General
Topic: ELI5 VLAN help
Replies: 15
Views: 5365

Re: ELI5 VLAN help

Can a pc read tags, NO, so we have to untag the traffic leaving the port that is connected to the PC.
But... that's not quite right...
by rextended
Thu Mar 06, 2025 7:22 pm
Forum: General
Topic: block all internet traffic except few
Replies: 5
Views: 2025

Re: block all internet traffic except few

Aside from wanting to hurt yourself with bullshit (not censored on purpose, this time), the most logical thing to do is to allow all the traffic that is done by a "clean" device, and the traffic destination is logged and then is allowed permanently by the other devices as well. So one devi...
by rextended
Thu Mar 06, 2025 4:45 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.1 [stable] is released!

[..] I make a full binary backup and then assign a restore via the scheduler with enough time in advance.[...] I was already giving the same advice a few years ago, it's how I work... 0) If it's a bug like the one reported above(¹), you're fu–ed anyway... 1) Make a binary backup 2) Make one export ...
by rextended
Thu Mar 06, 2025 4:41 pm
Forum: General
Topic: Route two different ISP parallel communication is it posible [SOLVED]
Replies: 16
Views: 10262

Re: Route two different ISP parallel communication is it posible [SOLVED]

Let's get out of the rambling. Given that security is important, for me you have a too serious approach. You approach a network for casual users in transit at the bar in the same way as a network of institutes for bacteriological research. I know that total security is equal to the sum of its parts,...
by rextended
Thu Mar 06, 2025 4:30 pm
Forum: General
Topic: Route two different ISP parallel communication is it posible [SOLVED]
Replies: 16
Views: 10262

Re: Route two different ISP parallel communication is it posible [SOLVED]

What borders? Wait a few months and... there will be "some" unemployed on border customs in Canamericaland... :mrgreen:
by rextended
Thu Mar 06, 2025 2:03 pm
Forum: General
Topic: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot
Replies: 81
Views: 15788

Re: Request for Comprehensive RouterOS v7 Manual with Examples to build code generation chatbot

MikroTik has the habit of leaving the same name for different things... the user-manager of v6 has nothing to do with the one of v7, like CAPsMAN, etc...
by rextended
Thu Mar 06, 2025 1:46 pm
Forum: General
Topic: PPPoE Client can actually select multiple interfaces!
Replies: 3
Views: 1736

Re: PPPoE Client can actually select multiple interfaces!

It's easy: if you have multiple sources, specify more interface where search service/AC Name.
by rextended
Thu Mar 06, 2025 1:36 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.1 [stable] is released!

It would be enough if the safe mode was automatic(*) and asked for confirmation of changes before exiting...

(*) Increased from 100 to ad libitum...
by rextended
Wed Mar 05, 2025 2:29 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.1 [stable] is released!

Like removing or disabling bridge for error on untouched router cause permalock
by rextended
Wed Mar 05, 2025 2:19 pm
Forum: Beginner Basics
Topic: Second IP range can't connect to Internet [SOLVED]
Replies: 5
Views: 1640

Re: Second IP range can't connect to Internet

Where is the export?

Where is the masquerade?
by rextended
Wed Mar 05, 2025 2:15 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 206436

Re: v7.19beta [testing] is released!

This exist on 7.18.1 so, probably, also exist on 7.19beta BUG : Removing not default queue type used on queue simple or queue tree before removing/changing the existant queue cause permalock . How to replicate: /queue type add kind=cake name=queue1 /queue simple add name=queue1 target="" t...
by rextended
Wed Mar 05, 2025 2:12 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.1 [stable] is released!

BUG : Removing not default queue type used on queue simple or queue tree before removing/changing the existant queue cause permalock . How to replicate: /queue type add kind=cake name=queue1 /queue simple add name=queue1 target="" total-queue=queue1 /queue tree add name=queue1 parent=glob...
by rextended
Wed Mar 05, 2025 2:09 pm
Forum: General
Topic: My Mikrotik is sometimes incredible slow, need help.
Replies: 19
Views: 2814

Re: My Mikrotik is sometimes incredible slow, need help.

Ouch... RouterOS 6.43.8 fast-forward off??? /interface bridge add fast-forward=no name=bridge1 all the bridge config is obsolete for new versions, just upgrade to last v6 long term. pptp server enabled whit blank user??? the world is not enough.... open door for all the world... /interface pptp-ser...
by rextended
Wed Mar 05, 2025 1:53 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 618
Views: 252443

Re: v7.18.1 [stable] is released!

Ok, with remove [find default=no] also my device is locked... probably the command is used before deleting existing queue simple/tree that use the type..... A manual reboot solved, not go on loop. NO. Must netinstall. after some seconds locks again. /queue type add kind=cake name=queue1 /queue simpl...
by rextended
Wed Mar 05, 2025 10:53 am
Forum: General
Topic: My Mikrotik is sometimes incredible slow, need help.
Replies: 19
Views: 2814

Re: My Mikrotik is sometimes incredible slow, need help.

It's a switch, not a router, it has a different use. Do you drink broth with a fork? Whatever happens, you need to show the switch configuration export (not screenshot), because it should still be able to rotate at least 100Mbps for sure, so it could be the configuration that sinks it. https://mikro...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 46