Community discussions

MikroTik App

Search found 5560 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 19
by Amm0
Tue Jun 03, 2025 5:45 pm
Forum: MikroTik hardware questions
Topic: Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)
Replies: 30
Views: 4506

Re: Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)

In order to download the eSIM to the physical card I had to connect the router with cable internet This is a good point — it does need internet first to reach the MNO's server to activate. Docs do say that in roundabout way - that might be missed in testing: connectivity to eSIM SIM profile provide...
by Amm0
Tue Jun 03, 2025 8:46 am
Forum: General
Topic: Probably a bug: on-error doesn't get triggered for e-mail sending upon DNS failure
Replies: 3
Views: 347

Re: Probably a bug: on-error doesn't get triggered for e-mail sending upon DNS failure

A DNS resolution will get caught if you use /tool/fetch or :resolve. Either using do/on-error=, or newer "onerror/in=/do=". However /tool/e-mail is "more asynchronous", so I think, it gets queued like most MTAs... so any error in SMTP protocol happens after the command returns. T...
by Amm0
Mon Jun 02, 2025 10:17 pm
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

@Amm0 Many times I considered developing an LSP, I wish Mikrotik funded open source projects… All roads to an LSP involve some form of schema (whether BNF, OpenAPI, etc), which is lacking. I thought before "/console/inspect request=completion" could be used as part of an LSP, but then the...
by Amm0
Mon Jun 02, 2025 4:16 pm
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

"replace TAB characters with spaces when editing scripts" [...] Please return it back! I mean, TAB character should NOT be replaced, and tab-width parameter should only be used to correctly display TAB character in WinBox or console. Doesn't it bother anyone who work with scripts? I'm not...
by Amm0
Mon Jun 02, 2025 3:57 pm
Forum: Containers
Topic: Copy Container no Remote Image Setting
Replies: 1
Views: 241

Re: Copy Container no Remote Image Setting

Yup, I keep thinking this is going to be fixed too. It is annoying that "copy" does not remember the remote-image= (and few others too). And, the CLI is similar broken for "export" where remote-image= is missing there too. I have an open bug (SUP-128652) since 2023 on the CLI par...
by Amm0
Sat May 31, 2025 10:21 pm
Forum: MikroTik hardware questions
Topic: Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)
Replies: 30
Views: 4506

Re: Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)

The sysmocom EUICC1-C2G works flawlessly with my SXT LTE! Of course no output for /interfaces/lte/esim print But that my request! i.e. /interface/lte/esim/provision to work on wAPacR/SXT-R/SXT-LTE6-US/AudienceLTE6-US/LtAP/LtAPmini/RB593/RBM33/L23UGSR/RB911/RB923/ChateauLTE6-US/ChateauLTE6-US/KNOT/e...
by Amm0
Sat May 31, 2025 7:47 pm
Forum: Scripting
Topic: Interactively parsing eSIM Activation from LPA in QRCode...
Replies: 1
Views: 5911

Re: Interactively parsing eSIM Activation from LPA in QRCode...

For context, @Larsa has documented the overall manual process of eSIM activations: Get the eSIM SM-DP+ address and activation code (or QR code) from your mobile operator. Log in to your MikroTik router via WebFig or WinBox. Go to Interfaces > LTE > eSIM Management. Add new eSIM profile and enter the...
by Amm0
Sat May 31, 2025 4:35 pm
Forum: Scripting
Topic: [Feature Request]: "remove after next run"
Replies: 4
Views: 541

Re: [Feature Request]: "remove after next run"

And it can be related to this https://forum.mikrotik.com/viewtopic.php?t=217111 :) The last thing that helps OP's cause is cross-posting, which is not allowed on the forum. I'd recommend you file as a Feature Request at help.mikrotik.com - to which MikroTik likely say some form of: "thanks ......
by Amm0
Sat May 31, 2025 4:26 pm
Forum: MikroTik hardware questions
Topic: Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)
Replies: 30
Views: 4506

Re: Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)

The idea is there should be SOME "physical eSIM" that works with RouterOS's /interface/lte/esim/provision commands . While there are solutions that use their OWN apps/tools to program an eSIM, the issue is if eSIM Profile needs to change... If RouterOS commands don't work with the physical...
by Amm0
Sat May 31, 2025 4:14 pm
Forum: Announcements
Topic: Newsletter #125
Replies: 46
Views: 7445

Re: Newsletter #125

@john231: Is there a guide somewhere else? It only talks about the new connectivity app. No explanation on how to use another ISP besides Mikrotik... This how you activiate your own: Get the eSIM SM-DP+ address and activation code (or QR code) from your mobile operator. Log in to your MikroTik rout...
by Amm0
Sat May 31, 2025 3:57 pm
Forum: Announcements
Topic: Newsletter #125
Replies: 46
Views: 7445

Re: Newsletter #125

MT marketing has reached a low point. This is stated for the HEXs : "Connect your PC over 2.5G, then bond two 1G ports to your NAS" I think Synology and SNAP support LCAP, so MikroTik may not be wrong. But issue is if you say stuff like that you have some article/doc/etc that describes how.
by Amm0
Sat May 31, 2025 12:08 am
Forum: General
Topic: MikroTik GPS NMEA to Decimal – No Float Parsing Possible?
Replies: 1
Views: 337

Re: MikroTik GPS NMEA to Decimal – No Float Parsing Possible?

Can't you change the "coordinate-format" to use "dms"? i.e. /system/gps/set coordinate-format=dms which would get you degrees, minutes, seconds. May still require some parsing for your needs... but avoid floating point math (which is not possible). Or there is "coordinate-fo...
by Amm0
Fri May 30, 2025 10:23 pm
Forum: General
Topic: [Feature Request]: 'run-after-reboot'
Replies: 8
Views: 949

Re: [Feature Request]: 'run-after-reboot'

I'm not sure criticality, or need, myself... it's a "/system/schedule add ..." with one extra line in script to "/system/schedule/remove [find name=run-after-reboot]", as noted. But the concept does exist with a FILE named *.auto.rsc , see https://help.mikrotik.com/docs/spaces/RO...
by Amm0
Fri May 30, 2025 7:16 pm
Forum: Useful user articles
Topic: Using RouterOS to QoS your network - 2020 Edition
Replies: 279
Views: 568964

Re: Using RouterOS to QoS your network - 2020 Edition

FWIW, MikroTik did a decent video explainer about QoS in 2025:
https://tiktube.com/w/7PBqw2rJ933B1q98tK21rL

May have some background on the examples shown here.
by Amm0
Fri May 30, 2025 7:13 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

Somebody was too chatty with it, it went over the limits.
It wasn't me. :)
I'm not sure it's actually all that useful FWIW & does clutter the help.mikrotik.com page since it shows opened hiding the link to support cases.
by Amm0
Fri May 30, 2025 7:04 pm
Forum: MikroTik hardware questions
Topic: Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)
Replies: 30
Views: 4506

Product Request: MikroTik should sell a "physical eSIM" for older devices (or suggest some 3rd-party eSIM)

There have been a few thread about newer eSIM support, all good number of "view counts": Guide: How to activate eSIM from any mobile operator on your Mikrotik router Which modems support eSIM esim in 7.18rc MikroTik has suggested the newer 5G/LTE devices will come with eSIM hardware built-...
by Amm0
Fri May 30, 2025 6:01 pm
Forum: Announcements
Topic: v7.19.1 [stable] is released!
Replies: 367
Views: 53698

Re: v7.19.1 [stable] is released!

The scheduler, script and on-event script are present on supout? If yes: Except what is stored inside script, ANY script, on any position. Good point. FWIW, there is the "supout.rif Viewer" section on https://mikrotik.com/client/supout (under Account, after login in free account), which s...
by Amm0
Fri May 30, 2025 5:09 pm
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

@Amm0, please get in touch with us and send supout.rif file.
Filed as SUP-189565
by Amm0
Fri May 30, 2025 7:47 am
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

Try our own AI bot. It's not very good at scripting, because RouterOS is not as popular as generic programming languages, but it's still pretty good if you can do your own sanity checks, and if you are able to formulate the problem in full sentences with a lot of details: https://mikrotik.com/suppo...
by Amm0
Fri May 30, 2025 4:03 am
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

*) container - allow to use multiple veths in a container, change the in container interface name to same as in RouterOS; Finally I will be able to move Homebridge to ax^3. I didn't have good luck on this multiple veths to homebridge however... Now did get to see what these look like: *) container ...
by Amm0
Thu May 29, 2025 11:01 pm
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

@MT Openflow seems to work with faucet at first try the question is how does hardware offload came into play? since the ports is being handled now in the openflow->ports not in the bridge could you please give clarity on this please? I'm curious too... Running some tests with faucet on RB1100AHx4.....
by Amm0
Thu May 29, 2025 9:02 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

Connecting from MacOS to a defaulted Mikrotik using L2 still doesn't work in beta 21. ERR: Could not connect, MacConnection syn timeout Do you have multiple interface running on Mac? i.e. Wi-Fi and Ethernet I have sometime seen issue where that caused some issue with MAC winbox. So if that's the ca...
by Amm0
Thu May 29, 2025 8:44 am
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

*) container - added option to execute commands inside a container using "/container/shell cmd= user="; *) system - added support for OpenFlow 1.3 (new package "openflow" available); OpenFlow seems to work with Faucet as a /container. Good work. But the scripting around /contain...
by Amm0
Thu May 29, 2025 2:05 am
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

*) ip - added socksify feature and new NAT action "socksify"; Is there documentation? While there should be. You can almost guess... /interface/list add name=REQUIRE_PROXY /interface/list/member add list=REQUIRE_PROXY interface=<what-interface-to-force-sock-proxy> /ip/firewall/nat/add act...
by Amm0
Thu May 29, 2025 1:00 am
Forum: The Dude
Topic: How to Add dude users in V7 [SOLVED]
Replies: 2
Views: 7681

Re: How to Add dude users in V7 [SOLVED]

Nope. It requires "winbox" and at least "read". Now agree more fine-grain control of users/policy has been sorely lacking in RouterOS (and Dude)...

But I'm not sure this is specific to V7 per se, since I think this changed with newer auth scheme at some point in V6's lifecycle.
by Amm0
Thu May 29, 2025 12:49 am
Forum: Beginner Basics
Topic: Basic dude installation failure - [solved]
Replies: 5
Views: 789

Re: Basic dude installation failure - [solved]

And I recall 7.19.0 had some bug with Dude, so good you upgraded. But package version do have to match exactly... but the "extra package selector" is new 7.19 - but that align extra-package automatically in future.
by Amm0
Thu May 29, 2025 12:46 am
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

Additional evergreen (beside of memory leak), ROM space shortage on 16MB hAP ac^2 with wifi-qcom-ac. It is quite obvious - RouterOS 7.20 for ARM is roughly 100kB bigger than RouterOS 7.19. Netinstall procedure has been applied with manual configuration. Come on, buy a decent newer router already. F...
by Amm0
Wed May 28, 2025 10:18 pm
Forum: Beginner Basics
Topic: Basic dude installation failure - [solved]
Replies: 5
Views: 789

Re: Basic dude installation failure

You can go to System > Packages, use "Check for Updates", the check the "dude" package, hit "Apply". That will install the right dude for your system - but this will only work in 7.19+. If you're out of disk space, that could be a problem. But I'd try above, then check ...
by Amm0
Wed May 28, 2025 9:24 pm
Forum: General
Topic: PCC good choice of classifier
Replies: 19
Views: 1884

Re: PCC good choice of classifier

Yup no PCC is applied to last one... so rule just assigns a connmark (and routing-mark) since it "escaped" PCC. PCC at end of day is just a "matching rule", but it does not take action itself (i.e. you still need some action=).
by Amm0
Wed May 28, 2025 9:07 pm
Forum: Announcements
Topic: v7.20beta [testing] is released!
Replies: 123
Views: 17595

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

Lots of good changes in container! On these specifically... *) container - added option to execute commands inside a container using "/container/shell cmd= user="; I tried this out, works! But... few minor issues with it... - should be some timeout= on it (or something)... since if the com...
by Amm0
Wed May 28, 2025 8:22 pm
Forum: General
Topic: PCC good choice of classifier
Replies: 19
Views: 1884

Re: PCC good choice of classifier

Didnt help understand your shortcut technique :-( It's like using a DROP rule at the end of fw filter to capture "everything else" – except in reverse. Each rule in firewall has a small CPU cost, so if you can reduce PCC rules, you improve latency. So theory be you have the SMALL sized PC...
by Amm0
Wed May 28, 2025 8:11 pm
Forum: General
Topic: How to send SMS via AT-CHAT
Replies: 12
Views: 1698

Re: How to send SMS via AT-CHAT

Well, definitely /tool/sms needs improvements viewtopic.php?t=191963 :)
💯

It's a router, so "notifications" are rather useful... so it should ideally be simple to use SMS
by Amm0
Wed May 28, 2025 8:10 pm
Forum: General
Topic: Effective Backup Strategy for a MikroTik Router in Disaster Recovery Scenarios
Replies: 12
Views: 1448

Re: Effective Backup Strategy for a MikroTik Router in Disaster Recovery Scenarios

If need is "cold standby"... having an identical unit, and use the .backup file to restore is pretty straightfoward. Obviously only ONE router can be online at same time when using .backup file, and may require cable swap (or VLAN re-assigment, etc) in the disaster scenario. Alternatively,...
by Amm0
Wed May 28, 2025 7:59 pm
Forum: General
Topic: How to send SMS via AT-CHAT
Replies: 12
Views: 1698

Re: How to send SMS via AT-CHAT

sms-protocol property on LTE interface is not related to at-chat and possible sending SMS with AT commends over it, it's for /tool/sms functionallity. Yup. But log would show the specific AT command for the SMS sending - so might be able to "see" what command RouterOS. But the underlying ...
by Amm0
Wed May 28, 2025 5:54 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

I just don't get the level of vitriol - especially with the return of "dialog tabs" on top... I got my quibbles – some of which were fixed – but overall WinBox4 is coming out good - I use it everyday without any "real" issues. And "wine" had way more legibility issues t...
by Amm0
Tue May 27, 2025 6:41 pm
Forum: General
Topic: How to send SMS via AT-CHAT
Replies: 12
Views: 1698

Re: How to send SMS via AT-CHAT

FWIW, I wasn't saying "impossible", just complex/difficult/etc. I cannot recall the specific, but there have been past thread on using AT to generating SMS. But if only problem is SIM card memory gets filled up with saved messages... one scripted delete message AT seems WAY easier. Now if ...
by Amm0
Tue May 27, 2025 6:23 pm
Forum: Scripting
Topic: Taking next run from another script
Replies: 31
Views: 3633

Re: Taking next run from another script

I think the initial decision to add/remove scheduled entries on per user session basis is kinda wonky. I'm just thinking some :for loop in ONE schedule script that [find]'s the particular users to cleanup would be a better approach, than re-calculating the schedule time and incurring all the config ...
by Amm0
Tue May 27, 2025 4:45 am
Forum: General
Topic: How to send SMS via AT-CHAT
Replies: 12
Views: 1698

Re: How to send SMS via AT-CHAT

So I understand that it is actually impossible to send SMS via AT-CHAT on Mikrotik because normally sending messages via AT requires interactive prompt while you are entering the message. Mikrotik command shell seems not to be able to allow for that, hence commands documented in Quectel manual fail...
by Amm0
Mon May 26, 2025 6:19 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

@MikroTik, perhaps y'all can formally clarify how long WinBox3 will be supported? There has just a lot of commentary, both here and release threads, worrying about when winbox3 will stop working: Winbox 4 is not forced yet , v7.21 is alpha and should be treated as such. There, I fixed it for you. I ...
by Amm0
Sat May 24, 2025 9:28 pm
Forum: General
Topic: PCC good choice of classifier
Replies: 19
Views: 1884

Re: PCC good choice of classifier

Having a look at ECMP: / ip route add dst-address=0.0.0.0/0 gateway=10.1.50.2,10.6.6.10,10.6.6.10,10.6.6.10,10.1.50.2 check-gateway=ping Link: https://wiki.mikrotik.com/ECMP_load_balancing_with_masquerade FWIW, in RouterOS v7, the routing engine for ECMP does not store duplicate routes like V6... s...
by Amm0
Sat May 24, 2025 6:14 am
Forum: General
Topic: PCC good choice of classifier
Replies: 19
Views: 1884

Re: PCC good choice of classifier

My quick take is you may be over-focused on the PCC part... While that may be involved, I'm not sure that's the entire story. VoIP/realtime AV (i.e. "Microsoft teams") is way more sensitive to latency/packet loss/etc than "normal" web traffic. Are you using any queuing mechanism?...
by Amm0
Fri May 23, 2025 9:27 pm
Forum: Forwarding Protocols
Topic: Routing or NAT ? Suggestions needed...
Replies: 15
Views: 2944

Re: Routing or NAT ? Suggestions needed...

until I put proxy-arp on the "main" outbound interface... apparently it's not needed on the other firewall link.. Yup, that's expected. Your ISP has their subnet set to /28, so it will use ARP to find any of your devices, but the customer-router isn't "discoverable" via ARP sinc...
by Amm0
Fri May 23, 2025 8:24 pm
Forum: Useful user articles
Topic: MultiWAN with RouterOS
Replies: 57
Views: 34408

Re: MultiWAN with RouterOS

FWIW, with RouterOS 7.19... there is now an option in /ip/dhcp-client to set "Gateway Ping" discussed above (i.e. check-gateway=ping) DIRECTLY on the dhcp-client so it's automatic – this avoids needing a custom script on the DHCP client per WAN & makes this part simpler. And, there is ...
by Amm0
Fri May 23, 2025 5:15 am
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

It would also be productive, I think, for them to publish a formal OpenAPI spec for the HTTP API. It wouldn't be too hard to create a syntax def from that, I would think since: [...] Third-party schema is downloadable here: https://tikoci.github.io/restraml/#Schema+Downloads As an experiment, I tri...
by Amm0
Fri May 23, 2025 4:51 am
Forum: Announcements
Topic: v7.19.1 [stable] is released!
Replies: 367
Views: 53698

Re: v7.19 [stable] is released!

What is this funny business with the webfig mikrotik_logo.svg? LOL. I've noticed that too, I wasn't sure if it was just rendering... But logo SVG looks like an export, it just a long path. From my Latvian history lessons (https://youtu.be/rgo7pKDb4c8?si=C5lOGmupBHoZGaUL&t=532), it's not the &qu...
by Amm0
Fri May 23, 2025 12:41 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

While I like that ESC will close a dialog box... it should NOT close it if the dialog form is DIRTY (fields modified), i.e. should prompt to Apply+Close, Ignore Changes, or Edit if you CHANGED a field.
by Amm0
Fri May 23, 2025 12:16 am
Forum: Announcements
Topic: v7.19.1 [stable] is released!
Replies: 367
Views: 53698

Re: v7.19 [stable] is released!

Could we get more information and examples on this new check gateway feature? What happens if it cannot reach the gateway? When the DHCP client adds default route provided by server, it will add the check-gateway=<value-from-dhcp-client-config> to the dynamically add /ip/route dst-address=0.0.0.0/0...
by Amm0
Thu May 22, 2025 9:39 pm
Forum: General
Topic: Which modems support eSIM [SOLVED]
Replies: 13
Views: 1945

Re: Which modems support eSIM [SOLVED]

I don't think that there is that much choice, when the eSIM support was announced: [...] to which you can add 9esim Has anyone tried: https://www.1nce.com as the eUICC on physical SIM? There "freedom-to-switch" implies it has the eUICC bits, which may work with RouterOS eSIM commands – bu...
by Amm0
Thu May 22, 2025 7:37 pm
Forum: Forwarding Protocols
Topic: Routing or NAT ? Suggestions needed...
Replies: 15
Views: 2944

Re: Routing or NAT ? Suggestions needed...

To be honest I still do not fully understand why Proxy-ARP should be required...
Have you tired to ping the customer-side IP from outside your network (i.e. the internet)?
by Amm0
Thu May 22, 2025 7:19 pm
Forum: Scripting
Topic: Taking next run from another script
Replies: 31
Views: 3633

Re: Taking next run from another script

Friends, I have realized that the problem is when the LIMIT-UPTIME is 1d 00:00:00, how can I convert it into a date and time? Thank you for your help Assuming you're talking about a recent V7, state-date= allows a time type (which limit-update is), so you can just add your $limitUpdate to value of ...
by Amm0
Thu May 22, 2025 6:30 pm
Forum: Announcements
Topic: NEW FEATURE: Back to Home VPN
Replies: 475
Views: 604013

Re: NEW FEATURE: Back to Home VPN

I don't know the internal logic. But there is not a way to "force" it AFAIK. @normis, perhaps you can explain how the detection works since the part is still mysterious (well, undocumented)... I'd check /ip/cloud for DDNS, i.e. does it show "router is behind a NAT"? That uses som...
by Amm0
Thu May 22, 2025 2:18 am
Forum: Announcements
Topic: NEW FEATURE: Back to Home VPN
Replies: 475
Views: 604013

Re: NEW FEATURE: Back to Home VPN

At a high level, you should just need to look at "/interface/wireguard/print detail" and see what port is used by the BTH WG interface & then port forward that in pfSense. If pfSense failover, BTH should figure out the failover after ~1 minute (time may vary since it tied to DDNS updat...
by Amm0
Thu May 22, 2025 12:51 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

not sure why , but for me: *) reintroduce tab support in the top menu of forms, with the ability to open multiple tabs using Shift + left-click. does not work at all. Can anyone describe more? I couldn't get that work either (tested macOS). Also, the ⌘/Meta+Scroll Wheel for ZOOM is rather "twi...
by Amm0
Tue May 20, 2025 4:10 am
Forum: The User Manager
Topic: fail over
Replies: 3
Views: 988

Re: fail over

I have not tried this, but... You likely can do some warm/cold standby by copying the sqlite DB file and have matching config on both routers. But there is NO built-in "sync", so this be a manual/scripted processes to copy the DB file from one router to other. And, as noted above, you coul...
by Amm0
Mon May 19, 2025 4:31 am
Forum: Beginner Basics
Topic: LTE debugging [SOLVED]
Replies: 10
Views: 1758

Re: LTE debugging [SOLVED]

The solved "closes" it. But if you don't mind, can you still post the output of: /interface/lte/show-capabilities [find] ...just to know what RouterOS thinks about this particular modem... I'm not sure what it report in the case of your ECM USB LTE modem "stick" ... so just good ...
by Amm0
Sun May 18, 2025 10:58 pm
Forum: General
Topic: Backup password confirmation FEATURE REQ
Replies: 9
Views: 1671

Re: Backup password confirmation FEATURE REQ

MikroTik is not big on the password confirmation anywhere, so be kinda strange if only backup confirmed the password. And not sure everyone want to be prompted all the time. Now... IMO there should be at least some "Show Password" option or 👓 icon in winbox/webfig to "see" the pa...
by Amm0
Sun May 18, 2025 9:09 pm
Forum: Beginner Basics
Topic: LTE debugging [SOLVED]
Replies: 10
Views: 1758

Re: LTE debugging [SOLVED]

IDK for sure but USB stick modem is likely in "ECM" mode, not MBIM modem. In ECM mode, compatibility to set APN stuff / get stats is limited to specific hardware – so APN setting may not be doing anything (as reported). ECM mode basically presents an ethernet interface, and in lot of cases...
by Amm0
Sat May 17, 2025 1:46 am
Forum: Containers
Topic: Issue with container not working on new HEX Refresh (E50UG)
Replies: 43
Views: 26647

Re: Issue with container not working on new HEX Refresh (E50UG)

Or, plan C: forget PiHole/AdBlock Home/Blocky and delegate DNS-based ad blocking to an external service like NextDNS.
Or, plan R: give up on ARMv5 containers, and just use new AdList feature, if need is ad blocking.
by Amm0
Fri May 16, 2025 7:44 pm
Forum: Forwarding Protocols
Topic: Routing or NAT ? Suggestions needed...
Replies: 15
Views: 2944

Re: Routing or NAT ? Suggestions needed...

I think you're going to have to describe the topology a bit more and/or provide some config. i.e. how is the customer connected today or planned to be? But you're in "Option 2" from @StubArea51 Option 2. The ISP has a gateway inside the /28 they hand off to you. In this case, you have to t...
by Amm0
Fri May 16, 2025 5:07 am
Forum: Beginner Basics
Topic: Functional partitioning between CR310 and hAP AX3
Replies: 28
Views: 3137

Re: Functional partitioning between CR310 and hAP AX3

Besides the ( BTW surely interesting and useful) discussione on the details of a VLAN and OSPF (complex) configuration ... I agree that VLAN and OSPF are, shall we say, nontrivial topics, I'm fortunate to have done both in a corporate setting. OSPF isn't as bad as eBGP, in my opinion. :) Another ea...
by Amm0
Fri May 16, 2025 3:05 am
Forum: Wireless Networking
Topic: ltAP with EM12-G slow LTE
Replies: 2
Views: 931

Re: ltAP with EM12-G slow LTE

Not sure it's your specific issue. But one thing you may want to check the logs about "MTU" after the modem starts up. Sometime the MTU needs to be set lower, and generally the carrier will report the MTU in logs. MikroTik just logs this, but you can use the value from logs, to set the MTU...
by Amm0
Thu May 15, 2025 11:08 pm
Forum: General
Topic: Simple queue documentation?
Replies: 10
Views: 2333

Re: Simple queue documentation?

Why not just improve docs?
No idea. Why I mention it. If docs are right, the script for video be easier...
by Amm0
Thu May 15, 2025 9:09 pm
Forum: General
Topic: Simple queue documentation?
Replies: 10
Views: 2333

Re: Simple queue documentation?

FWIW, MikroTik published a YouTube video that has at least has a few more details on "simple" queue towards end of video: https://youtu.be/wYg-9VCl3LM?t=927 If only they'd update docs when they do a video... For example, I thought the simple queue was still HTB internally, but video allude...
by Amm0
Thu May 15, 2025 7:15 pm
Forum: 3rd party tools
Topic: ROS Tesseract (open source RouterOS monitoring)
Replies: 2
Views: 2873

Re: ROS Tesseract (open source RouterOS monitoring)

Like this idea! I played with JS and blessed module before to do similar a "TUI" since for "status" things, GUI/web sometimes aren't as quick or information dense. This is especially true with RouterOS, since winbox/webfig/etc are NOT very helpful to get an overview of operationa...
by Amm0
Thu May 15, 2025 5:08 am
Forum: Beginner Basics
Topic: Team Viewer doesn't work
Replies: 8
Views: 1517

Re: Team Viewer doesn't work

1. What is the purpose of this entry.......... /ip dhcp-server network add address =0.0.0.0/24 gateway =0.0.0.0 netmask=24 Likely, a side-effect QuickSet bug in older version (which you may have if you have a new unit, run QuickSet, THEN upgrade). But that causes all sorts of troubles. You should d...
by Amm0
Tue May 13, 2025 7:11 pm
Forum: General
Topic: Another overlap subnet remapping (CarPlay) [SOLVED]
Replies: 8
Views: 1653

Re: Another overlap subnet remapping (CarPlay) [SOLVED]

"netmap" is pretty useful trick in RouterOS. So that part make sense. Unrelated, but how did you discover this problem? I imagine getting the routing table form an iOS device was not trivial. I'm curious too on the use case... So you have a MikroTik on some car's "LAN", and want ...
by Amm0
Mon May 12, 2025 10:47 pm
Forum: General
Topic: Winbox loosing connection [SOLVED]
Replies: 6
Views: 1753

Re: Winbox loosing connection [SOLVED]

Part of the issue is the winbox protocol is not described/documented. So if some packet looks "different" than rest of sessions, it may drop session. And you got stuff like ARP and bond caches in between. Flip side is that packets should look same since it's going through the bond. But IDK...
by Amm0
Mon May 12, 2025 9:11 pm
Forum: The User Manager
Topic: User delegation
Replies: 2
Views: 1358

Re: User delegation

Nope. And it's annoying that you cannot separate that out. The Wi-Fi password is considered "sensitive" policy, so that means it can change ANY password beyond Wi-Fi PSK. And while you can restrict it SOMEWHAT using skins and customizing the policy to say only allow webfig for a user. But ...
by Amm0
Mon May 12, 2025 7:49 pm
Forum: General
Topic: Penetration scan and TLS cyphers.
Replies: 8
Views: 1530

Re: Penetration scan and TLS cyphers.

Also note, in the upcoming 7.19 release, there is newer feature that will show all open ports (similar to netstat) in /ip/services. This would help to identify WHICH process might be using something like 443 in future.
by Amm0
Mon May 12, 2025 7:46 pm
Forum: General
Topic: Penetration scan and TLS cyphers.
Replies: 8
Views: 1530

Re: Penetration scan and TLS cyphers.

There is setting to enable tls-1.2-only on the SSTP interface.
/interface/sstp-server/server/set tls-version=only-1.2 
It's also in winbox, from PPP on left, then "SSTP Server" button, you'll see the same option.
by Amm0
Sun May 11, 2025 8:07 pm
Forum: General
Topic: Winbox loosing connection [SOLVED]
Replies: 6
Views: 1753

Re: Winbox loosing connection [SOLVED]

That's like "needle in the haystack" ... Is the winbox flowing over any of the bonded links? While winbox protocol should be fine with transmit-hash-policy=layer-3-and-4 (at least IMO)...it's also not hard imagine something could "go wrong" in hashing winbox traffic. And since w...
by Amm0
Sat May 10, 2025 11:06 pm
Forum: MikroTik hardware questions
Topic: hAP ax lite LTE6 mode button
Replies: 3
Views: 1223

Re: hAP ax lite LTE6 mode button

It's programmable via scripting. So by default it does nothing.

See https://help.mikrotik.com/docs/spaces/R ... setbuttons
by Amm0
Sat May 10, 2025 6:20 pm
Forum: IoT
Topic: LoRaWAN: R11e-LR8 not forwarding packets received @ 868,5MHz when Protocol=LNS
Replies: 4
Views: 3281

Re: LoRaWAN: R11e-LR8 not forwarding packets received @ 868,5MHz when Protocol=LNS

With ADR, I believe that what will control what channels a sensor will use. You may want to verify the channel plan on backend aligns with RouterOS channels. I don't use LNS (just Semtech UDP), and in US band are different, so IDK for sure. What backend are you using? But if UDP mode works, and LNS ...
by Amm0
Fri May 09, 2025 11:39 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 641
Views: 289127

Re: v7.18.2 [stable] is released!

There is more underneath (unsaid, don't ask) that makes it worth updating. I don't find mere alluding to some security issue as any safer or even helpful. They claim to practice responsible disclosure. If something needed, don't you think MikroTik should say that themselves? Maybe other people like...
by Amm0
Fri May 09, 2025 10:24 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 641
Views: 289127

Re: v7.18.2 [stable] is released!

Doc says it's universal ... but doesn't seem to be that universal ... The docs say... your factory-firmware version is lower than 7.18.2 and your device displays the message → The "protected routerboot" feature requires a backup-routerboot upgrade ← when trying to enable the feature, do t...
by Amm0
Fri May 09, 2025 10:12 pm
Forum: General
Topic: Rollback to old web GUI
Replies: 5
Views: 1297

Re: Rollback to old web GUI

Yeah I don't use web UI directly, but we did use the "status" page so a customer can use webfig to see some basic stats via web. So in my case, I lost functionality, beyond just the WebFig4-everywhere look-and-feel.
by Amm0
Fri May 09, 2025 10:08 pm
Forum: General
Topic: Rollback to old web GUI
Replies: 5
Views: 1297

Re: Rollback to old web GUI

AFAIK, you can't. Unless you keep using an older version. And, you can add "No Status Screen" to the list of grips / MIA in new WebFig... I think they were trying to align WinBox4 UI with WebFig. Personally, I'd let the dust settle on WinBox4, and wait until V8 for changing the web UI...Mi...
by Amm0
Fri May 09, 2025 9:29 pm
Forum: General
Topic: Feature Request: Official BNF for RouterOS Scripting
Replies: 6
Views: 3376

Re: Feature Request: Official BNF for RouterOS Scripting

I'm still a bigger fan of an "official" language server provider (LSP), see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/. This would seem more doable, since an LSP is just another REST API...so the LSP could just be part of REST API with diffe...
by Amm0
Fri May 09, 2025 6:54 am
Forum: SwOS
Topic: command line options for reboot
Replies: 4
Views: 1841

Re: command line options for reboot

Either should work... It could be the password has characters that require escaping. try using quotes "" in the curl -u "user:password" ... (or url-encoding if using http://user:password@ scheme) SwOS has no default gateway, so you have to be on same LAN segment for it to work, i...
by Amm0
Fri May 09, 2025 2:02 am
Forum: General
Topic: Cannot reach Router via secondary on-link IPv6 address [SOLVED]
Replies: 8
Views: 1640

Re: Cannot reach Router via secondary on-link IPv6 address [SOLVED]

Lack of responses makes me uneasy :) Does no one have both GUA and ULA on the same link?
LOL, you're normally the one with IPv6 answers...

You seem to allow ICMP in firewall, which would have been my guess. Is it getting any hits in counter?
by Amm0
Fri May 09, 2025 1:48 am
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 57
Views: 4542

Re: Scripting in the context of Netwatch

The "sandwich" in upper-right "..." has a "Page History" for any page in help.mikrotik.com. Diff can be seen there:
https://help.mikrotik.com/docs/pages/vi ... Id=8323208
by Amm0
Fri May 09, 2025 1:04 am
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 57
Views: 4542

Re: Scripting in the context of Netwatch

Curiosity of the day:
The netwatch help page has been changed/edited yesterday,
I filed a report about the docs. MT fixed the description of the thr- params...but yeah they forgot the ICMP probe stats (which have been wrong for a while). It's still open.
by Amm0
Thu May 08, 2025 7:28 am
Forum: General
Topic: network too complex for me?
Replies: 1
Views: 1165

Re: network too complex for me?

Given what you have, and you know how to setup links and switch... And your "neighbor customers" don't have demanding needs.... The easiest way is put the customer LHG into "CPE Router" in QuickSet (see https://help.mikrotik.com/docs/spaces/ROS/pages/167706788/Default+configurati...
by Amm0
Thu May 08, 2025 1:56 am
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

*) route - added options to set dynamic-in and connected-in chains in /routing/settings; FWIW, these are not in the docs yet (or at least I cannot find them): /routing/settings/set <tab> connected-in-chain dynamic-in-chain single-process The "dynamic-in-chain" works fine, but none of the ...
by Amm0
Thu May 08, 2025 12:52 am
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 57
Views: 4542

Re: Error when defining any local variable

Also, what may be happening... is netwatch will not "get" a threshold value if it is still default value / left unset. (More specifically, the value return of the get will be type "nil", and NOT the default value).
by Amm0
Thu May 08, 2025 12:45 am
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 57
Views: 4542

Re: Error when defining any local variable

@Amm0 so you automatically give for reknown basic things that a beginner needs to learn My point is if you understand the problem, you MAY be able to avoid script. If goal is to JUST "tweak a netwatch", then to output current values (rtt- loss- etc) AND configured "threshold", t...
by Amm0
Wed May 07, 2025 10:32 pm
Forum: General
Topic: Why are my static DNS records forwarding upstream?
Replies: 23
Views: 2480

Re: Why are my static DNS records forwarding upstream?

I think it might be easier to just add the AAAA records, perhaps using mapped prefix ::FFFF: like ::FFFF:192.168.88.1 as the address (match to the A). This would return a valid address (from pure IPv6 point of view) to the device, which then might try to use it. [...] You're probably right. I was t...
by Amm0
Wed May 07, 2025 8:52 pm
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 57
Views: 4542

Re: Error when defining any local variable

Didn't we already have this discussion about the same script? See https://forum.mikrotik.com/viewtopic.php?t=216444 It's a different problem. Anyway, jaclaz has more patience than I. If we knew what the desired output and preferred scheme, it be easier to help. And, my understanding is that only th...
by Amm0
Wed May 07, 2025 6:38 pm
Forum: Useful user articles
Topic: Using RouterOS to VLAN your network
Replies: 332
Views: 564575

Re: Using RouterOS to VLAN your network

So if you put the WAN interface into the bridge also, with I think the same firewall rules, would it not be faster? [...] The way it's configured in the examples is it not the case that all packets between the bridged VLANs and the WAN have to be handled by the CPU at L3 where if that port (or VLAN...
by Amm0
Wed May 07, 2025 6:25 pm
Forum: Scripting
Topic: Scripting in the context of Netwatch
Replies: 57
Views: 4542

Re: Error when defining any local variable

Didn't we already have this discussion about the same script? See https://forum.mikrotik.com/viewtopic.php?t=216444 It's not helpful to start again, since context is lost. Discussed in that thread is there is no need for :local variables in the first place! When a /system/script is called as action ...
by Amm0
Wed May 07, 2025 5:47 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

*) dhcpv4/v6-client - added check-gateway parameter;
Using WInBox4, the DHCP client "check-gateway" option is a static control, but should be drop-down.
by Amm0
Wed May 07, 2025 6:55 am
Forum: MikroTik hardware questions
Topic: Newbie. Need help with PTPv2/VLAN configuration on CRS326
Replies: 6
Views: 3280

Re: Newbie. Need help with PTPv2/VLAN configuration on CRS326

I did see something odd in a YouTube video. With Winbox - In the bridge section. Double click the bridge then click the ports tab, I see the interfaces with the PVID. The video showed manually putting the ether# on each vlan in the vlan tab (in the tagged untagged section). I did not do this and it...
by Amm0
Wed May 07, 2025 2:19 am
Forum: General
Topic: Why are my static DNS records forwarding upstream?
Replies: 23
Views: 2480

Re: Why are my static DNS records forwarding upstream?

I think it might be easier to just add the AAAA records, perhaps using mapped prefix ::FFFF: like ::FFFF:192.168.88.1 as the address (match to the A). And a script/scheduler to keep them updated from A record if desired. Or perhaps just use NextDNS for all static records, and just let MikroTik resol...
by Amm0
Wed May 07, 2025 1:33 am
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

So, provided that the way I understood the mechanism is correct :? , it seems to me that: interval should be as low as possible (with some common sense, the default 10s seems too little, I would settle for 60 seconds or 1 minute) Well, I'd say that setting interval= is more about often you want any...
by Amm0
Tue May 06, 2025 8:53 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: 1469

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

Regardless about thoughts on AI... you haven't stated the problem you're having. That's the issue! ChatGPT analysis is also FURTHER WRONG about using 0.0.0.0-0.0.0.0 range. ONE client will get a 0.0.0.0 address, since pool in inclusive. So if the goal was ALWAYS RADIUS, then 0.0.0.0-0.0.0.0 isn't th...
by Amm0
Tue May 06, 2025 8:37 pm
Forum: General
Topic: Third party x86 hw ROS support
Replies: 26
Views: 2749

Re: Third party x86 hw ROS support

[...] the only way to know for sure if a particular box would do the job is to buy it and put a hypervisor on it and test with CHR (or x86 ISO as a VM) and PCI passthrough. If all ports are passed through and show up in the VM, then it should support everything natively. [...] Wouldn't it be easier...
by Amm0
Tue May 06, 2025 7:17 pm
Forum: MikroTik hardware questions
Topic: I am looking for USB modems better than Huawei e3372 for Mikrotik hap ac2
Replies: 13
Views: 3487

Re: I am looking for USB modems better than Huawei e3372 for Mikrotik hap ac2

If only something like a hAP ax2 LTE6 kit existed. Well, they do make the hAP ax lite with CAT6 modem, internal antennas, 5 4 ports, and small. https://mikrotik.com/product/hap_ax_lite_lte6 If you need it as a main router with LTE backup... now the hAPaxLite-LTE6 might be a little unpowered dependi...
by Amm0
Tue May 06, 2025 4:59 pm
Forum: Beginner Basics
Topic: Mikrotik with LTE to ethernet
Replies: 9
Views: 1887

Re: Mikrotik with LTE to ethernet

I'm not sure exactly what you're trying to do since you mention fiber and LTE. For LTE, if you want the modem to go DIRECTLY to a port (thus not routed or available to the MikroTIk), you can use "passthrough". See docs: https://help.mikrotik.com/docs/spaces/ROS/pages/30146563/LTE#LTE-Passt...
by Amm0
Tue May 06, 2025 4:32 pm
Forum: Containers
Topic: Home Assistant container on RouterOS - fails to extract and start
Replies: 14
Views: 10050

Re: Home Assistant container on RouterOS - fails to extract and start

I face the same problem with a RB1100AHx4. Probably not. /container is just picky on config, so it can be a lot of things. Plus, fixes/changes get added by version. I have tried all the above and still the same problem mentioned at the top of this thread. Any clues anyone? Post what YOU tried, your...
by Amm0
Tue May 06, 2025 4:13 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: 1469

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

I would normally use static-only selection in corresponding vlan dhcp server setting but chapgpt insist [ ... ]. Any insight is much appreciated. So you knew the answer: use "static-only" to skip using a pool.... Was there an actual problem that lead you search an LLM for some answer? I'm...
by Amm0
Tue May 06, 2025 6:08 am
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

Maybe @jaclaz can share the spreadsheet, that might be easier to see what going on. Or you can use /tool/torch or /ip/firewall/connections to see the effects. packet-interval is often each icmp packet is sent within the interval. So one packet goes out when netwatch starts, then after packet-interva...
by Amm0
Tue May 06, 2025 4:43 am
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

/tool netwatch add comment=Netwatch-192.168.2.2 disabled=no down-script=Netwatch-details host=192.168.2.2 http-codes="" interval=2m name=Netwatch-192.168.2.2 packet-count=400 packet-interval=200ms test-script="" thr-avg=\ 400ms thr-loss-percent=95% type=icmp up-script=Netwatch-d...
by Amm0
Tue May 06, 2025 3:58 am
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

Converting @jaclaz calcs.... you're running 3⅓ pings every second... Assuming you the path is over fiber/cable with decent speed, I don't think it matters much – it's still not a lot of data even at 3⅓ pings/sec. But does seem high frequency. If it's working, I'd leave... or perhaps copy @jaclaz's s...
by Amm0
Mon May 05, 2025 9:04 pm
Forum: Virtualization
Topic: The container has stopped loading.
Replies: 15
Views: 2241

Re: The container has stopped loading.

I had case where file was corrupted in mount dir, because service was writing some file in it. So if such files are not recreated there, issue can still persist if is such case. Fair enough. More saying it's a 50/50% shot it the root-dir (*perhaps higher since there are more files) & if root-di...
by Amm0
Mon May 05, 2025 8:34 pm
Forum: Virtualization
Topic: The container has stopped loading.
Replies: 15
Views: 2241

Re: The container has stopped loading.

Can you see the files in the mount? ... If so, you should be able to just delete the container - not the mount. And create a new one, using same VETH and mount as before. In fact, if "copy" before deleting, you'll have all the setting to re-create it (perhaps needing to specify the tag). W...
by Amm0
Mon May 05, 2025 4:00 pm
Forum: General
Topic: Very slow download on mobile through Back to Home
Replies: 6
Views: 2885

Re: Very slow download on mobile through Back to Home

The only issue I'm facing now (somewhat related to the original one) is that when I get home, BTH doesn't detect that and stays connected and the connection is unusable until I manually disconnect. I'll mess around with Tasker to see if I can do something about it. On the router, it does take it a ...
by Amm0
Mon May 05, 2025 3:29 pm
Forum: Scripting
Topic: Im seeking a little help please. Curl -> fetch translation.
Replies: 13
Views: 1820

Re: Im seeking a little help please. Curl -> fetch translation.

BUT your issue is DELETE does not take a body ... Well, I'm half wrong. According to RFC specs for HTTP, DELETE with a message body is just discouraged and undefined – so my "does not" is wrong. But seems MikroTik is also under the same WRONG assumption that a message body is not allowed ...
by Amm0
Mon May 05, 2025 3:10 pm
Forum: General
Topic: RouterOS Wireguard Performance (& Other Tunneling)
Replies: 40
Views: 4766

Re: RouterOS Wireguard Performance (& Other Tunneling)

No one has "proof" of anything. Just arguing about nothing.

MikroTik hopeful will expand there "Test Results" to include VPNs. Lot of conjecture everywhere, and no controlled apples-to-apples tests anywhere.
by Amm0
Mon May 05, 2025 5:53 am
Forum: MikroTik hardware questions
Topic: How is the wAP AX rain-resistant despite being IP54 (versus IP66-68)?
Replies: 5
Views: 1561

Re: How is the wAP AX rain-resistant despite being IP54 (versus IP66-68)?

The wAP generally do pretty well - obviously they need to be vertical and screwed on tight etc. And using some silicone can help further seal it.
by Amm0
Mon May 05, 2025 5:33 am
Forum: Scripting
Topic: Im seeking a little help please. Curl -> fetch translation.
Replies: 13
Views: 1820

Re: Im seeking a little help please. Curl -> fetch translation.

Error 400 for /tool fetch That does suggest it's the payload. You can enabling logging in /system/logging, which will output the generated header etc to logs: /system/logging/add action=memory topics=fetch and then compare those with working curl if you add a "-v" for verbose logs ... (an...
by Amm0
Sun May 04, 2025 10:53 pm
Forum: Scripting
Topic: Im seeking a little help please. Curl -> fetch translation.
Replies: 13
Views: 1820

Re: Im seeking a little help please. Curl -> fetch translation.

What error code are you getting?
by Amm0
Sun May 04, 2025 10:45 pm
Forum: Scripting
Topic: Im seeking a little help please. Curl -> fetch translation.
Replies: 13
Views: 1820

Re: Im seeking a little help please. Curl -> fetch translation.

And, "({\"items\": [{\"id\": \"$id\"}]})" like be "{\"items\": [{\"id\": \"$id\"}]}" without parentheses or perhaps just, since items is in URL, it shouldn't need items in body, but IDK the CF API... "[{\"id\&q...
by Amm0
Sun May 04, 2025 10:43 pm
Forum: Scripting
Topic: Im seeking a little help please. Curl -> fetch translation.
Replies: 13
Views: 1820

Re: Im seeking a little help please. Curl -> fetch translation.

And,
http-header-field=("Content-Type: application/json","Authorization: Bearer apiToken")
should be:
http-header-field=("Content-Type: application/json","Authorization: Bearer $apiToken")

[and maybe another cut-and-paste error, just saying]
by Amm0
Sun May 04, 2025 10:34 pm
Forum: Scripting
Topic: Im seeking a little help please. Curl -> fetch translation.
Replies: 13
Views: 1820

Re: Im seeking a little help please. Curl -> fetch translation.

Your URL has spaces in it: https://api.cloudflare.com/client/v4/accounts/ $accountId/rules/lists/$listId /items so might want to try: https://api.cloudflare.com/client/v4/accounts/$accountId/rules/lists/$listId/items Now, according the HTTP 1.1 spec, I pretty sure a body is allowed with a DELETE, li...
by Amm0
Sun May 04, 2025 10:25 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

The variable names match winbox, except the name is all lowercase, and any spaces become a dash (-): netwatch-icmp-variables.png As noted, both here and docs, if it contains a - (or space as shown in winbox), then you need to use $"first-second" in any scripts. Is there some terminology so...
by Amm0
Sun May 04, 2025 10:14 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

It's just $"loss-percent", $"thr-loss-percent" defines where the $"loss-percent" fails. These variables already pre-defined in the down/up-script= so they do not have to be declared or "get"
by Amm0
Sun May 04, 2025 7:40 pm
Forum: Scripting
Topic: ip fetch output failure: Idle timeout - connecting, but work in postamn [SOLVED]
Replies: 7
Views: 1973

Re: ip fetch output failure: Idle timeout - connecting, but work in postamn [SOLVED]

Why are you dropping related connections as the first action? /ip firewall filter add action=drop chain=forward comment=\ "defconf: accept established,related,untracked" connection-state=\ established,related,untracked disabled=yes in-interface-list=WAN protocol=\ icmp - nevermind, it's d...
by Amm0
Sun May 04, 2025 7:21 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

Amm0, with all due respect :) , you need to use more linear English if you want to explain something (or maybe you also got the Latvian virus that make affected people use excessively periphrasis or double negations? :shock: ). LOL. Perhaps. I'm waiting for Apple Intelligence to do proofreading in ...
by Amm0
Sun May 04, 2025 7:12 pm
Forum: Scripting
Topic: ip fetch output failure: Idle timeout - connecting, but work in postamn [SOLVED]
Replies: 7
Views: 1973

Re: ip fetch output failure: Idle timeout - connecting, but work in postamn [SOLVED]

Might want to try output=none

I'm not sure why that's getting an error. But the RAM FAILED issue is odd and never seen.
by Amm0
Sun May 04, 2025 6:09 pm
Forum: Scripting
Topic: Im seeking a little help please. Curl -> fetch translation.
Replies: 13
Views: 1820

Re: Im seeking a little help please. Curl -> fetch translation.

I have a website that converts a curl command (at least most of them & also limited to what fetch can do) Click the "curl2rsc" link on https://tikoci.github.io/restraml You can past in the `curl` command and pick a "format" (i.e. to variable or to screen etc). It sometimes ta...
by Amm0
Sun May 04, 2025 5:33 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

The tricky ones are (IMHO) the "statistic" ones, avg and stdev, particularly the latter. I believe that the real world behaviour for these might be influenced by the sheer number of pings performed, i.e. by packet-count, a higher number of pings per run should "flatten" the stat...
by Amm0
Sun May 04, 2025 5:24 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

The way I read the docs, it is a "or", i.e. there are 6 different thresholds: thr-max (Default: 1s) Fail threshold for round trip time-max (a value above thr-max is a probe fail) thr-avg (Default: 100ms) Fail threshold for round trip time-avg thr-stdev (Default: 250ms) Fail threshold for ...
by Amm0
Sun May 04, 2025 7:00 am
Forum: Scripting
Topic: ip fetch output failure: Idle timeout - connecting, but work in postamn [SOLVED]
Replies: 7
Views: 1973

Re: ip fetch output failure: Idle timeout - connecting, but work in postamn [SOLVED]

What version of RouterOS are you using? If it's V7... (if not, redirect is only only in very new V7) you likely don't want to set mode= nor src-address=. Also you can can use user="" password="" instead of setting the header with auth string You can also enabling logging in /syst...
by Amm0
Sat May 03, 2025 7:12 pm
Forum: MikroTik hardware questions
Topic: R11e-LTE-US Firmware Upgrade "failed"
Replies: 23
Views: 12710

Re: R11e-LTE-US Firmware Upgrade "failed"

Please share the R11e-LTE-US files so I can install them on my LTE module.
You need to get them from MikroTik as they cannot be posted publicly. Email support at support@mikrotik.com for the files, which will have the instructions since it rather complex operation.
by Amm0
Sat May 03, 2025 12:48 am
Forum: Beginner Basics
Topic: How find/print "Route ID" for bad static route? [SOLVED]
Replies: 4
Views: 1535

Re: How find/print "Route ID" for bad static route? [SOLVED]

LOL, almost same answer.
by Amm0
Sat May 03, 2025 12:48 am
Forum: Beginner Basics
Topic: How find/print "Route ID" for bad static route? [SOLVED]
Replies: 4
Views: 1535

Re: How find/print "Route ID" for bad static route? [SOLVED]

The "D" part is important in first column..., that mean "dynamic" config. That means it was added by RouterOS, so the way to remove a "D" item is from the source that created it. So the item you're trying to remove looks like a "connected route" (see MikroTik ...
by Amm0
Fri May 02, 2025 11:39 pm
Forum: General
Topic: RouterOS Wireguard Performance (& Other Tunneling)
Replies: 40
Views: 4766

Re: RouterOS Wireguard Performance (& Other Tunneling)

Another potential factor is internet traffic is often asymmetrical flows (i.e. consumer WAN typically have more download than upload). This leads to a related question... is there any difference in CPU usage between upload and download? IDK with WG, but typically there is a difference in CPU load be...
by Amm0
Thu May 01, 2025 11:23 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

Built-in SMB is still bad for some reason. It works fine on 7.17, but throughput on 7.18-7.19 are horrifically slow. One of my test routes is RB1100AHx4, and since 7.18beta2, SMB connections from macOS will cause a hard crash of RB1100. I opened a ticket about, SMB is not critical for me, but it st...
by Amm0
Thu May 01, 2025 8:27 pm
Forum: General
Topic: Connection tracking table not cleared completely after WAN IP address change
Replies: 38
Views: 14268

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

then MT simply needs to ensure the functionality exists that covers both, even if its just a checkbox. Agreed! Overall, how WAN "failover" is handled could be improved more generally. Personally rather mucking with conntrack-tools/etc... I'd perfer support for adding eBPF code to the exis...
by Amm0
Thu May 01, 2025 7:50 pm
Forum: General
Topic: RouterOS Wireguard Performance (& Other Tunneling)
Replies: 40
Views: 4766

Re: RouterOS Wireguard Performance (& Other Tunneling)

I just wish MikroTik would expand its "Test Results" section to include VPNs beyond IPSec. Or publish some doc/white-paper on performance. Part of the problem here is that each hardware platform may yield different result to which is "best". And whether you're use case is closer ...
by Amm0
Thu May 01, 2025 7:11 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

This is MikroTik. Just because there are not user-visible changes, does not mean they are not "working on it". But since everyone talks about wanting a newer data plane, they could be working on that to modernize it... THEN add some X feature AFTER that architectural work. Who knows. But I...
by Amm0
Thu May 01, 2025 6:57 pm
Forum: General
Topic: [Feature Request] ECMP Hashing Option – Source IP Only (ROS7)
Replies: 6
Views: 1393

Re: [Feature Request] ECMP Hashing Option – Source IP Only (ROS7)

how about NETMAP in conjunction with ECMP + NAT POOL? I'm just thinking aloud here Clever. Now I cannot quite picture that, but I'm sure there is some tricks to pull with netmap... But issue is PCC already let you do this, which be less complex than some netmap-based scheme. IMO the use case for EC...
by Amm0
Thu May 01, 2025 5:34 pm
Forum: General
Topic: [Feature Request] ECMP Hashing Option – Source IP Only (ROS7)
Replies: 6
Views: 1393

Re: [Feature Request] ECMP Hashing Option – Source IP Only (ROS7)

That's a really good idea. Never thought about this, but fill the gap where you'd want "more stability" in load balancing. Now that come at expense of diversity/spreading, so potentially less optimal at maximizing bandwidth... Now if you have enough clients , it still get close to balance....
by Amm0
Thu May 01, 2025 7:17 am
Forum: Containers
Topic: Blocky vs. Pihole v6 for older routers
Replies: 4
Views: 2431

Re: Blocky vs. Pihole v6 for older routers

I'd have to guess Blocky be more efficient. It is pure Go code, which is designed for containers and doesn't have all of the rest of Linux like PiHole. Now blocky is more limited in feature if you're coming PiHole. Also MikroTik does have adlist now in DNS, which takes a basic URL lists to block. Th...
by Amm0
Thu May 01, 2025 7:05 am
Forum: General
Topic: Can mikrotik user manager distribute vlan id for wired devices. [SOLVED]
Replies: 15
Views: 2490

Re: Can mikrotik user manager distribute vlan id for wired devices. [SOLVED]

If you already have the powerline network up... RouterOS has a virtual machine "CHR" (which has a free edition) to test it before getting real hardware. I'd have to imagine power line presents as a switch on the ethernet side, so RouterOS and Dot1X should be able identify particular/unique...
by Amm0
Thu May 01, 2025 5:37 am
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

Well that is a different approach, I guess it avoid the needed permissions for netwatch. The only esoteric issue with using script/scheduler outside of the "On Down"/"On Up" netwatch scripts... be if the netwatch polling could happen while that is running, if that happened... the...
by Amm0
Thu May 01, 2025 5:13 am
Forum: General
Topic: Connection tracking table not cleared completely after WAN IP address change
Replies: 38
Views: 14268

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

[...] The docs and history suggest NAT masquerade should clear conntrack based on IP change... [...] This is not a feature request, rather just an adaptation to a new way of doing things. [...] Your asserting the kernel current logic, trumps what the MirkoTik docs do say. Perhaps. Docs could be wro...
by Amm0
Thu May 01, 2025 3:05 am
Forum: General
Topic: Connection tracking table not cleared completely after WAN IP address change
Replies: 38
Views: 14268

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

I get the kernel discussion... but Mikrotik does patch a lot of things, so kernel version is not always that telling. The docs and history suggest NAT masquerade should clear conntrack based on IP change... so suggestion DHCP feature for it seems premature (i.e. if DHCP client could do it , so could...
by Amm0
Thu May 01, 2025 2:44 am
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

In the case of variables names, you cannot use underscore without quotes AFAIK. So :local "my_variable" not :local my_variable.
by Amm0
Wed Apr 30, 2025 11:43 pm
Forum: General
Topic: tmobile business static ip passthrough to Mikrotik
Replies: 4
Views: 1658

Re: tmobile business static ip passthrough to Mikrotik

Hmm. If you're not seeing the lte1 interface that's a bit different. I thought the Inseego FX3100 was one of the hotspots with USB, but just looked that more full-blown router... You're may be best just using Mikrotik defaults, and enable the "DMZ Passthough" on the FX3100 to the IP addres...
by Amm0
Wed Apr 30, 2025 9:55 pm
Forum: General
Topic: Connection tracking, connection-state=invalid and loose-tcp-tracking
Replies: 8
Views: 2920

Re: Connection tracking, connection-state=invalid and loose-tcp-tracking

I donated my copy of TCP/IP Illustrated long ago. And Mikrotik docs are a bit vague. So very hard to definitive. Maybe someone else has ideas / double-check your theory. I doubt TCP-MP is involved: the device is a laptop and WiFi was its only path to the internet. I only have one gateway in the netw...
by Amm0
Wed Apr 30, 2025 9:33 pm
Forum: General
Topic: Connection tracking, connection-state=invalid and loose-tcp-tracking
Replies: 8
Views: 2920

Re: Connection tracking, connection-state=invalid and loose-tcp-tracking

I'm doing a yearly review of the firewall Some of these connections seem to be related to Apple's iCloud Private Relay (ODoH): IDK, but Apple does like TCP multiplath ... so perhaps related to escaping "invalid" you commented on. [...] I plan to selectively allow some of the invalid packe...
by Amm0
Wed Apr 30, 2025 6:26 pm
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4501

Re: Mosquitto - 401 when trying to install from docker

BTW, what do you mean by default is https://lscr.io ? Can Registry URL be omitted, making ROS default to this one? On new units or after reset-configuration, that's the new default. I haven't test that much, why I asked (even though a more careful reading might have seen that). I filed a bug on doc...
by Amm0
Wed Apr 30, 2025 5:45 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

Seriously, which parameters lead to 19s620ms?
interval=10s packet-count=50 packet-interval=380ms
by Amm0
Wed Apr 30, 2025 4:42 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

No smartypants, connections have the connection flag, this one doesn't.
My point was it's not clear and there is more subtlety here... Might be the DHCP client polling? Now whether that's a connection in this terminology, IDK.

But I like feature.
by Amm0
Wed Apr 30, 2025 4:22 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

*) ip-service - show all TCP/UDP connections on the system (additional fixes); *) ip-service - show all TCP/UDP ports on system, including ports in containers (additional fixes); Please re-read changelog - one entry is about "connections" and one about "ports" or, as you prefer ...
by Amm0
Wed Apr 30, 2025 3:00 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

That looks right to me. As I said, I'd compare the "Status" to make sure all the other RTT things are well within the defaults. If not, or even close, specifically set the various thr-* higher. If you temporary enable topics=netwatch in /system/logging, it will log both the values got, and...
by Amm0
Wed Apr 30, 2025 7:39 am
Forum: Beginner Basics
Topic: ultra Slow Upload, Download fast
Replies: 14
Views: 6966

Re: ultra Slow Upload, Download fast

Now there is a good idea @rplant.

OP - Is the internet via fiber, cable/DOCSIS, or wireless(5Ghz,60Ghz,LTE/5G)? CAKE lets you set that too. If it's WISP or LTE/5G, it might be just congestion.
by Amm0
Wed Apr 30, 2025 5:33 am
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

And polishing interpreter will not hurt. Or the JIRA list of bugs.... Just even just showing colorized syntax in webfig/winbox to show the errors that /console/inspect "highlight" does in CLI and CLI "edit" command - so if you cut-and-paste some LLM code to /system/script, it sh...
by Amm0
Wed Apr 30, 2025 5:13 am
Forum: General
Topic: RB5009 DHCP Server
Replies: 2
Views: 2722

Re: RB5009 DHCP Server

I cannot image it being a problem, but you're right it's not entirely clear what/if the "limit" be. One has to presume its memory, but even a DHCP record of 1-2K of data each... that still add up to few or dozen(s) MBs of RAM. And, it even being 1K might be pushing it, MikroTik is pretty e...
by Amm0
Wed Apr 30, 2025 3:27 am
Forum: General
Topic: tmobile business static ip passthrough to Mikrotik
Replies: 4
Views: 1658

Re: tmobile business static ip passthrough to Mikrotik

Are you using "b2b.static" as APN and unchecking "Use Network APN" in the LTE APN settings? You may want to confirm b2b.static is right for your account, but I think they use same for any account that has paid for the fee to enable static IPs. Otherwise the default config should ...
by Amm0
Tue Apr 29, 2025 11:33 pm
Forum: Scripting
Topic: Append Bridge vlan values
Replies: 8
Views: 7469

Re: Append Bridge vlan values

That only work if VLAN already existed in /interface/bridge/vlan. Now you would have the bridge vlan entry if you already had a /interface/vlan in 7.16+, since one be created dynamically. But otherwise you need an "add"... not set.
by Amm0
Tue Apr 29, 2025 11:10 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

Still it needs to learn by actual good examples which for rsc there are not much available as for other languages which can mislead AI.
All roads lead to improving docs, and perhaps more "wizards" in UI or at least docs with complete examples to avoid needing AI (or at LLMs)...
by Amm0
Tue Apr 29, 2025 10:56 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

You can choose to understand what they meant to say or you can choose to get lost in translation.
why not be accurate and fix the RN?
by Amm0
Tue Apr 29, 2025 10:28 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

It's not hard at all. LLM models just need to be trained with formal syntax or grammar specification languages like EBNF, ANTLR, etc and might be complemented with structured representations such as ASTs. There are plenty of tools and well-documented processes for this online. You do get close the ...
by Amm0
Tue Apr 29, 2025 10:05 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

Tried another one with Dude AI. And it's similar with config (which is essentially still scripting) – while perhaps LLM get "closer" for standard config... but ,it does not know the needed order of operations and names are inconsistent. For example, I tried a somewhat more complex prompt f...
by Amm0
Tue Apr 29, 2025 9:21 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 221
Views: 58310

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

In IP/Services.
The issue is RN says "connections", not "listeners"... There is a difference.
by Amm0
Tue Apr 29, 2025 7:18 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

I think that was my subtle finding here....The Dude AI certainly picks up changes in MikroTik docs quicker than using generic LLM. But in terms of writing scripts, it suffers same limitations as a generic LLM since it just do not know what's valid. But as @normis points out, if you write complete se...
by Amm0
Tue Apr 29, 2025 7:07 pm
Forum: General
Topic: Connection tracking, connection-state=invalid and loose-tcp-tracking
Replies: 8
Views: 2920

Re: Connection tracking, connection-state=invalid and loose-tcp-tracking

Great info here. Like the use of jump and using the "RFC ways" to terminate connection, instead of just "drop". I've never dug into "invalid" too much, so IDK here. But I suspect you're right about "it's the host"...so many tricks added to TCP stacks over the ...
by Amm0
Tue Apr 29, 2025 6:17 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

@normis, y'all should give some thought to this: Since MT already uses Confluence/Jira, they can just publish a link to each page that automatically creates a ticket with a comment. MikroTik has always responded to these "doc bugs". e.g. docs on :beep were fixed from above, and now picked ...
by Amm0
Tue Apr 29, 2025 7:56 am
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4501

Re: Mosquitto - 401 when trying to install from docker

While this was not always true (see docs)... if docker-1.docker.io is registry, you need to use "library/eclipse-mosquitto:latest". 7.18 made some changes... so new default is https://lscr.io and they also support using a "fully-qualified" remote-image that include the "hub&...
by Amm0
Tue Apr 29, 2025 3:19 am
Forum: Containers
Topic: Mosquitto - 401 when trying to install from docker
Replies: 9
Views: 4501

Re: Mosquitto - 401 when trying to install from docker

What URL are you using for the registry-url in /container/settings?

Sometimes using the fully qualified name (or sometimes not, i.e. without :latest) helps in remote-image= . Also make sure your running the latest stable version, since various past versions have had bugs in this area.
by Amm0
Tue Apr 29, 2025 3:16 am
Forum: General
Topic: Does DoH reliably work on RouterOS?
Replies: 19
Views: 2063

Re: Does DoH reliably work on RouterOS?

Hmm, I'm just relaying on volume of posts in forum as metric here.... There was another thread about DoH and Quad9, where 1.1.1.1 folks reported as more stable than Quad9. Whether @normis is correct IDK All other popular DoH services work with MikroTik without issue. Are you using "verify serve...
by Amm0
Tue Apr 29, 2025 12:35 am
Forum: General
Topic: Does DoH reliably work on RouterOS?
Replies: 19
Views: 2063

Re: Does DoH reliably work on RouterOS?

In absence of this requirement, do you think DoQ would perform better than DoT? Theoretically, yes. "Plain" UDP DNS is generally one packet request, one packet response - hard to get quicker than than. QUIC does auth and request at same time, so it avoids the whole TCP SYN/ACK dance, so u...
by Amm0
Mon Apr 28, 2025 11:47 pm
Forum: General
Topic: Does DoH reliably work on RouterOS?
Replies: 19
Views: 2063

Re: Does DoH reliably work on RouterOS?

As a general matter, I don't like any kinda TCP for DNS, so not a big user of DoH as result. So +1 to DoQ as that give you secure DNS, without extra complexity TCP's 3-way handshakes + TLS.

Now Quad9 uses PowerDNS, which does not support DoQUIC [yet?]...so may not help for Quad9.
by Amm0
Mon Apr 28, 2025 11:26 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

Maybe @Amm0 can help you out here.
@Amm0 already explained to look at sniffers, or lab a smaller example. But ZeroTier "L2" should be transparent to "L3" [multicast] OSPF.
by Amm0
Mon Apr 28, 2025 11:23 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

Since MT already uses Confluence/Jira, they can just publish a link
100%

Just saying I rather file a ticket, than post a few times on different threads "the docs are wrong" ;)
by Amm0
Mon Apr 28, 2025 11:19 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

If I gave the impression that I was bridging everything as one big happy L2 network, that is not what I am doing, and I agree that in such a configuration OSPF does not make sense. I think OP isn't actually bridging zerotier on RouterOS bridge – although be to confirm... OP is just checking the &qu...
by Amm0
Mon Apr 28, 2025 11:13 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

You seem to like your current topology. And if you have CGNAT, ZT is likely best. Whether you can limit ZT to just those sites, IDK.... The only other approach is abuse BackToHome (BTH) - that does deal with CGNAT and is just WireGuard under the covers. i.e. if a site had a fixed public IP, and LTE ...
by Amm0
Mon Apr 28, 2025 11:01 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

There are also few non-OSPF routers connected by Wireguard to the hub and few direct wireguard links between most important sites. ZeroTier is kind of a backup for wireguard. ZeroTier is slower with our slow connections. And I don't want to rely on routes manually defined in ZeroTier network. Fair ...
by Amm0
Mon Apr 28, 2025 8:55 pm
Forum: Wireless Networking
Topic: Any modem recomendation T-Mobile LTE/5g in US
Replies: 3
Views: 7501

Re: Any modem recomendation T-Mobile LTE/5g in US

I've used the Telit LM960 since they are miniPCIe, but problem is there not 5G, but they are LTE CAT18 and work with all US/Canada carriers. Older modems like Sierra MC7455 work pretty well but be slow nowadays (and Sierra modem do not have RSRP/RSRQ stats, while Telit will report them in RouterOS)....
by Amm0
Mon Apr 28, 2025 8:38 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

I might ask the other way, what would your recommendation instead? You can use ZT to push any route. ZT does not care if the destination is within ZT's IP range — ZT is agnostic on gateway so you can often use ZT for just route distribution. And RouterOS will happy add whatever it gets from ZT dire...
by Amm0
Mon Apr 28, 2025 8:15 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

I'm pretty convinced they are using something like Lex/Yacc or Flex/Bison That's been my long assumption too. I suspect MikroTik could cut-and-paste the presumed Lex/Yacc code into ChatGPT and ask it to generate a BNF. And with BNF, you're closer to being have some LSP (which is my bigger grip sinc...
by Amm0
Mon Apr 28, 2025 7:33 pm
Forum: Beginner Basics
Topic: ultra Slow Upload, Download fast
Replies: 14
Views: 6966

Re: ultra Slow Upload, Download fast

Yet I have no idea why CAPsMAN be involved in slow wan speed. And OP new config is pretty default, MTU is 1500 now. So something wierd, but it doesn't look like a config error. Maybe try not using auto-negotiate on ether8 and set the ethernet speed manually – but that my only guess. Is the cable the...
by Amm0
Mon Apr 28, 2025 7:21 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

Oh geez, it's actually here the DOCS that are wrong OR BUG in RouterOS. Upon checking docs... :beep is actually documented as ":beep <freq> <length>", which is wrong since its needs ":beep frequency=X length=X". RouterOS does have /console/inspect — so they have the data needed f...
by Amm0
Mon Apr 28, 2025 6:35 pm
Forum: General
Topic: Using AI to help configuring RouterOS and scripting
Replies: 51
Views: 5614

Re: Using AI to help configuring RouterOS and scripting

The Dude AI does not abide. It seems to have trouble even know the syntax of :beep — which is pretty regularized in syntax. And, "The Dude AI" really want to insist that argument names are not needed... Screenshot 2025-04-28 at 8.30.15 AM Medium.jpeg Screenshot 2025-04-28 at 8.31.42 AM Med...
by Amm0
Mon Apr 28, 2025 12:43 am
Forum: General
Topic: Mikrotik winbox users with Radius and Google Workspace
Replies: 2
Views: 1074

Re: Mikrotik winbox users with Radius and Google Workspace

MikroTik RouterOS AAA users can be linked to RADIUS only & built-in RADIUS server (User Manager) does not support LDAP either. Then other side... AFAIK, Google Workspaces only support LDAP auth. So nothing easy. I imagine you can use something like FreeRADIUS/similar to be a "middle-man&quo...
by Amm0
Sun Apr 27, 2025 10:25 pm
Forum: MikroTik hardware questions
Topic: Request: Separate hardware from RouterOS software licensing to reduce tariffs
Replies: 3
Views: 2282

Request: Separate hardware from RouterOS software licensing to reduce tariffs

I'm going to get an RDS for testing... Realized their are now tariffs on such things in US... I'd like to purpose Mikrotik offer SKUs for a "hardware-only" version of routers/switch (or at least ones on the expensive side) for US. And, the paying for license for RouterOS, separately, since...
by Amm0
Sun Apr 27, 2025 10:03 pm
Forum: General
Topic: RDS2216 MAC based VLANs
Replies: 6
Views: 1431

Re: RDS2216 MAC based VLANs

Assuming the VLAN needs to be routable (thus via CPU) The primary reason I'm looking for this feature (assigning VLAN based on MAC) in CPU direction is that I want per-VLAN DHCP to work (plus a couple similar container-related cases). My reading is it would go via the CPU, but cannot say for sure. ...
by Amm0
Sun Apr 27, 2025 9:47 pm
Forum: General
Topic: RDS2216 MAC based VLANs
Replies: 6
Views: 1431

Re: RDS2216 MAC based VLANs

100% agree that docs are all of switching features are "messy" and incomplete (i.e. switching page does not mention RDS). Now given the 98DX4310 chip is used by RDS, and that chip is covered in docs.... On the doc comment: "MAC-based VLANs will only work properly between switch ports ...
by Amm0
Sun Apr 27, 2025 8:14 pm
Forum: General
Topic: RDS2216 MAC based VLANs
Replies: 6
Views: 1431

Re: RDS2216 MAC based VLANs

Do you mean MACVLAN? https://help.mikrotik.com/docs/spaces/R ... 40/MACVLAN

You'd add MACVLAN to bridge, and then tag it as needed in bridge vlan settings. But AFAIK it will use CPU.
by Amm0
Sun Apr 27, 2025 7:20 pm
Forum: General
Topic: Private VLAN ESXi (vCenter 6.7) CCR2004-1G-2XS-PCIe
Replies: 8
Views: 2579

Re: Private VLAN ESXi (vCenter 6.7) CCR2004-1G-2XS-PCIe

IDK about CCR2004 card. But do you have "promiscuous mode" enabled on the ESXi adapter interface for it? Typically that's needed.
by Amm0
Sun Apr 27, 2025 6:16 am
Forum: Beginner Basics
Topic: One place to view connected devices?
Replies: 3
Views: 1197

Re: One place to view connected devices?

There has been similar commentary in past, see https://forum.mikrotik.com/viewtopic.php?t=181433&hilit=friendly+name But there is nothing like Arris/Motorola/Actiontec/etc/etc style with the "Connected Device" list, which I agree is nice. (Now the generic ISP routers are certainly less...
by Amm0
Sat Apr 26, 2025 6:32 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

RouterOS doesn't do floating point math One has to imagine netwatch is implemented in C, so internally netwatch can do floating point... Now it's an open question whether thr-loss-percent is inclusive or not (i.e. == or >= ) However, @ilium007 is correct user scripting does not do floating point......
by Amm0
Sat Apr 26, 2025 5:40 pm
Forum: General
Topic: SXT LTE6 Kit lte problem
Replies: 11
Views: 2290

Re: SXT LTE6 Kit lte problem

Now I test it again. Put kievstar simcard, on default settings - getting wrong ip. Change apn and uncheck network apn, set ip only ipv4. Before reboot - does not working. Reboot - and it’s working ok. Maybe this will be fixed in future firmware releases. Is it one of the newer "refresh" L...
by Amm0
Sat Apr 26, 2025 5:35 pm
Forum: General
Topic: SXT LTE6 Kit lte problem
Replies: 11
Views: 2290

Re: SXT LTE6 Kit lte problem

Strange. Never see that mikrotik devices needs reboot to start working properly. JFYI, yours is the second report I see in two days about some settings change that did not work until the device was rebooted (the other report was about completely unconnected to LTE settings), Ideally you're not chan...
by Amm0
Sat Apr 26, 2025 5:21 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

The point about: "<packet-count>*<packet-interval> should be below BOTH the "global" <interval> and <timeout> that apply to all netwatch types. " is interesting, never actually thought about it. I dunno actually, thus the advice ("should")... is to avoid having to know...
by Amm0
Sat Apr 26, 2025 3:31 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 641
Views: 289127

Re: v7.18.2 [stable] is released!

Remove supout, is only for support@mikrotik.com and not for be shared on user forum because can contain sensitive data.
Agreed. I'm surprised this has not happened more. But ideally the forum should block the *.rif from being uploaded.
by Amm0
Sat Apr 26, 2025 3:21 pm
Forum: General
Topic: Netwatch UP threshold
Replies: 61
Views: 4790

Re: Netwatch UP threshold

I'm not sure my script is best example of how icmp check works, it assumes you understand the netwatch model. Docs could be improved to explain the high level logic of netwatch. But they do describe all the parameters: https://help.mikrotik.com/docs/spaces/ROS/pages/8323208/Netwatch#Netwatch-icmpICM...
by Amm0
Sat Apr 26, 2025 3:36 am
Forum: General
Topic: need 16121.1034.00.01.01.09 for hAP ax lite6 [SOLVED]
Replies: 10
Views: 2784

Re: need 16121.1034.00.01.01.09 for hAP ax lite6 [SOLVED]

There was some discussion of the scheme here: https://forum.mikrotik.com/viewtopic.php?t=198168#p1031333 ...which implies it a diff upgrade scheme, but IDK. I'd imagine trying the 7.19beta8 be easier to see if that works with .09 & be easier than trying unwind how the download works. The URL dow...
by Amm0
Fri Apr 25, 2025 11:12 pm
Forum: General
Topic: SXT LTE6 Kit lte problem
Replies: 11
Views: 2290

Re: SXT LTE6 Kit lte problem

If you have not upgraded to 7.18.2, you really should do that first. See https://help.mikrotik.com/docs/spaces/ROS/pages/328142/Upgrading+and+installation . If you're already running 7.18.2, make sure the LTE fireware is updated - that on the lte1 interface dialog. There also the firmware, which is ...
by Amm0
Fri Apr 25, 2025 9:24 pm
Forum: Beginner Basics
Topic: ultra Slow Upload, Download fast
Replies: 14
Views: 6966

Re: ultra Slow Upload, Download fast

I'd make sure reboot both router and test machine after MTU changes, and make sure the "BIOS"/firmware in /system/routerboard matches the current RouterOS version. This mismatch speeds screamed "MTU problem", that has to be right — so your "guessing" I'm not sure was he...
by Amm0
Fri Apr 25, 2025 9:00 pm
Forum: General
Topic: SXT LTE6 Kit lte problem
Replies: 11
Views: 2290

Re: SXT LTE6 Kit lte problem

I imagine that the "Lifecell" SIM does work with the "Use Network APN" enabled, and most carriers do, and why that's the default. So that's what you should use for that SIM. And it dropping is because the APN is wrong for Lifecell once you disable Use Network APN. WRT your "...
by Amm0
Fri Apr 25, 2025 6:15 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 219323

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

While you make good points, this thread is not place for these discussions.
Please keep this forum topic strictly related to this particular RouterOS release.
by Amm0
Fri Apr 25, 2025 5:12 pm
Forum: Beginner Basics
Topic: ultra Slow Upload, Download fast
Replies: 14
Views: 6966

Re: ultra Slow Upload, Download fast

Is there a reason you're setting MTU of 1460 on ether1 / WAN? Unless you know something, it likely should be 1500 (or you may need a PPPoE connection, or other things from your ISP than just a lower MTU).
by Amm0
Fri Apr 25, 2025 5:05 pm
Forum: General
Topic: S53UG+5HaxD2HaxD&FG621-EA lte1 errors everyday
Replies: 5
Views: 1518

Re: S53UG+5HaxD2HaxD&FG621-EA lte1 errors everyday

Yeah RouterOS has to have time to detect it gone and reinitialize, and often 10 seconds was too short on other modem... so good to see the "force" the minimum duration in power-reset (which may reflect some 30 second timeout in MBIM/LTE stuff... since modem SHOULD actually restart itself).
by Amm0
Fri Apr 25, 2025 4:49 pm
Forum: General
Topic: SXT LTE6 Kit lte problem
Replies: 11
Views: 2290

Re: SXT LTE6 Kit lte problem

You have to uncheck the "Use Network APN" box in APN dialog to use a APN name. Otherwise, the "Use Network APN" override what you set. Kyivstar may use "www.kyivstar.net" from https://apn.how/ua/kyivstar-gsm#google_vignette as the APN name, but you might confirm that wi...
by Amm0
Fri Apr 25, 2025 3:50 pm
Forum: General
Topic: S53UG+5HaxD2HaxD&FG621-EA lte1 errors everyday
Replies: 5
Views: 1518

Re: S53UG+5HaxD2HaxD&FG621-EA lte1 errors everyday

You can reset the LTE modem using: /system/routerboard/usb/power-reset bus=2 duration=45 The "bus=0" may be bus=1 etc... — I don't have Chateau with FG621 to check. Also duration= might be shorter if you like... but often modem do have some residual power and you likely want RouterOS "...
by Amm0
Fri Apr 25, 2025 2:06 pm
Forum: General
Topic: S53UG+5HaxD2HaxD&FG621-EA lte1 errors everyday
Replies: 5
Views: 1518

Re: S53UG+5HaxD2HaxD&FG621-EA lte1 errors everyday

Someone else had similar issue with the newest LTE firmware ending in 16121.1034.00.01.01.09: https://forum.mikrotik.com/viewtopic.php?t=216406 This sounds like a bug. As I suggested in other thread, I'd make sure the /system/routerboard "RouterBOOT" firmware is running 7.18.2 firmware. If...
by Amm0
Fri Apr 25, 2025 1:48 am
Forum: General
Topic: Is there a faster way to do NAT ? ( SOLVED )
Replies: 17
Views: 2410

Re: Is there a faster way to do NAT ? ** SOLVED **

I am extremely happy to report that IPv6 Fasttrack works just as well as IPv4 Fasttrack does, and I get identical IPv6 forwarding performance out of the router that I do with IPv4+NAT: ~900Mbit, both directions, even with a LAN bridge + PPPoE with constrained MTU on the WAN. (IPv6, of course, is no...
by Amm0
Thu Apr 24, 2025 9:32 pm
Forum: General
Topic: Confused about Bridge PVID 1
Replies: 10
Views: 1438

Re: Confused about Bridge PVID 1

Just to satisfy my curiosity why is it considered a bad practice to change Bridge PVID? If it's a bad practice why is this option still available? IDK if "bad practice" per se. BUT... changing it you'll lose some "automatic" behaviors in VLAN bridging, especially if starting &qu...
by Amm0
Thu Apr 24, 2025 6:40 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

Larsa makes good points. Personally I'd use ZT routes if possible, since it just so simple.

I've assumed OP already had OSPF infra, perhaps with non-ZT things, and there OSPF over ZT would seem reasonable. But if you're using OSPF for route distribution ONLY for ZeroTier, that would seem silly.
by Amm0
Thu Apr 24, 2025 6:28 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2769

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

Curious why you asked...
We have relatives there, and taking my mom to visit this summer. They wanted me to "fix their wi-fi" while visiting & thinking how to outsource ;).
by Amm0
Thu Apr 24, 2025 5:57 pm
Forum: MikroTik hardware questions
Topic: Mikrotik 4G purchase advises
Replies: 11
Views: 2108

Re: Mikrotik 4G purchase advises

And when it comes to CA support, 4G modems used by MT are ... mediocre at best. Telit LM960 supports carrier aggregation Correct, the LM960 does have most CA combos for LTE CAT18, including 2 x UL carrier aggregation. But it's not one of the "stock" modems, which are all more limited in C...
by Amm0
Thu Apr 24, 2025 5:54 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

*) fix RoMON connect (introduced in v4.0beta19)
Fixed for me. Thanks.
by Amm0
Thu Apr 24, 2025 5:49 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2769

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

@rextended, random question, do you offer service in around Lucca (Tuscany)?
by Amm0
Thu Apr 24, 2025 5:47 pm
Forum: General
Topic: need 16121.1034.00.01.01.09 for hAP ax lite6 [SOLVED]
Replies: 10
Views: 2784

Re: need 16121.1034.00.01.01.09 for hAP ax lite6 [SOLVED]

Also I'd make sure you're running the latest RouterBOARD firmware (/system/routerboard/upgrade) so it matches the release 7.18.2. When version don't align that sometimes is the cause of LTE failures. Now the LTE firmware sometimes does have some implicit/un-enforced "minimum version" of bo...
by Amm0
Thu Apr 24, 2025 5:41 pm
Forum: General
Topic: need 16121.1034.00.01.01.09 for hAP ax lite6 [SOLVED]
Replies: 10
Views: 2784

Re: need 16121.1034.00.01.01.09 for hAP ax lite6 [SOLVED]

I'd confirm it works with 7.19beta if you can before downgrading the firmware. Sometime these firmware bugs are carrier-specific, and if 7.19 did not work with ...1.09 firmware, it be good to report that to Mikrotik. I think this post has the instructions to download using the manual-upgrade: https:...
by Amm0
Thu Apr 24, 2025 3:16 am
Forum: General
Topic: AX3 as basic AP/switch
Replies: 45
Views: 3589

Re: AX3 as basic AP/switch

I see no mention of a switch there. Perhaps the "packet processor" may[...], but [...] switch ASIC was included in the SoC. [...] Compare this to the MT7621 SoC Datasheet where the switch is clearly pointed out (see page 2). Different architectures, ARM vs MIPS. I think generally ARM is i...
by Amm0
Wed Apr 23, 2025 9:25 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 5429

Re: Default firewall configuration and nmap outputs [SOLVED]

Is this an LMT-provided Chateau? Those do have some different default configuration, so if you haven't changed this stuff... That means it comes from LMT, and since LMT is likely running a CGNAT, they may be opting out of the Mikrotik firewall in their defaults. IDK but the LMT do have some guides o...
by Amm0
Wed Apr 23, 2025 9:21 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 5429

Re: Default firewall configuration and nmap outputs [SOLVED]

Look at your first filter rule (IP > Firewall > Filter). 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...
by Amm0
Wed Apr 23, 2025 8:25 pm
Forum: The Dude
Topic: dude function
Replies: 2
Views: 1934

Re: dude function

If you can use SNMP that be better and align with Dude. For JSON values, you MIGHT be able to use the ros_command("/tool/fetch url=... as-value output=user"). And if using 7.16+ there is a ":deserialize from=json ..." that get you an array to pick out a specific value. All this g...
by Amm0
Wed Apr 23, 2025 8:11 pm
Forum: General
Topic: NOT MT related: All domains containing "mail" in any part of the FQDN do not work [SOLVED]
Replies: 14
Views: 2769

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

I was not expecting mr. rextended with this title...

That sounds strange. Perhaps there is some middleware security box that's trying to generically block webmail services is about all I got. But you run the network, so IDK...
by Amm0
Wed Apr 23, 2025 6:19 pm
Forum: Beginner Basics
Topic: Default firewall configuration and nmap outputs [SOLVED]
Replies: 46
Views: 5429

Re: Default firewall configuration and nmap outputs [SOLVED]

Perhaps run /tool/torch on WAN when you're running nmap. It be curious if you're seeing the same TCP requests there. Perhaps your ISP is running a CGNAT or something. And if you're running `nmap` from Mikrotik LAN to the WAN IP, then I suppose you would see open since the stateful firewall does allo...
by Amm0
Wed Apr 23, 2025 6:08 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

Connecting to RoMON neighbors has quit working after upgrading to 4.0beta19 (MacOS). The initial RoMON connection to a router can be established but connections to a neighbor cannot. Yes it does not work. All you get is being stuck at "Connecting via RoMON". It does seem to be the case wi...
by Amm0
Wed Apr 23, 2025 5:17 pm
Forum: General
Topic: AX3 as basic AP/switch
Replies: 45
Views: 3589

Re: AX3 as basic AP/switch

Same with the PHY? Functionality onboard is a subset of available options? AFAIK it more like options on a car, except perhaps you can order multiple cold weather packages or 2 mini-sunroofs or one sunroof/one cold-weather. With these packages, being "IP cores" that ARM sells. Which is wh...
by Amm0
Wed Apr 23, 2025 4:13 pm
Forum: General
Topic: AX3 as basic AP/switch
Replies: 45
Views: 3589

Re: AX3 as basic AP/switch

Saying there is a ASIC inside the IPQ6010 is not accurate. Arguably the whole IPQ6010 is ASIC. But the modern term for IPQ6010 be "SoC", see https://en.wikipedia.org/wiki/System_on_a_chip. Since it's one thing, there is nothing to "offload". It's also important to note these mode...
by Amm0
Wed Apr 23, 2025 3:43 pm
Forum: MikroTik hardware questions
Topic: KNOT GPIO pin5 output functionality
Replies: 8
Views: 1398

Re: KNOT GPIO pin5 output functionality

Might want to file a ticket at help.mikrotik.com to ask. Either it's a bug, or docs are wrong. What you're doing seems like it should work based on my reading too.
by Amm0
Wed Apr 23, 2025 3:31 pm
Forum: MikroTik hardware questions
Topic: Mikrotik 4G purchase advises
Replies: 11
Views: 2108

Re: Mikrotik 4G purchase advises

Look at cellmapper.net (or some countries do publish their own LTE/5G tower maps) to see what bands in your area. In theory, two CAT12 devices should perform roughly the same. Your mobile carrier is what's controlling the speed way more, so that's who to ask what you should expect. Just to be clear ...
by Amm0
Wed Apr 23, 2025 3:21 pm
Forum: Announcements
Topic: Newsletter #124
Replies: 29
Views: 22895

Re: Newsletter #124

Ok, Newsletter launched... Good! Thanks! Will we now go back to releases in the testing chain? Testing is fun, but for production I would be much happier with some kind of long term supported ROS 7 release... The rather skimpy content in the newsletter does suggest MT is working on software ;)
by Amm0
Wed Apr 23, 2025 3:10 pm
Forum: Containers
Topic: USB Access from Container
Replies: 8
Views: 19947

Re: USB Access from Container


Any updates?
Very close to final version.
That sounds like good news!
by Amm0
Wed Apr 23, 2025 3:05 pm
Forum: MikroTik hardware questions
Topic: KNOT GPIO pin5 output functionality
Replies: 8
Views: 1398

Re: KNOT GPIO pin5 output functionality

I haven't test GPIO much, so IDK.

But the photo shows pin5 as "Digital input", so perhaps it's not changeable to output (even if GPIO docs suggest otherwise):
image2021-5-28_8-10-49.png
by Amm0
Wed Apr 23, 2025 2:52 pm
Forum: MikroTik hardware questions
Topic: KNOT GPIO pin5 output functionality
Replies: 8
Views: 1398

Re: KNOT GPIO pin5 output functionality

You might want to look at the KNOT user manual, which has the GPIO assignments. The main GPIO docs do note that they vary by device, but it's easy to forgot there is an KNOT specific page that has a bit more specifics: https://help.mikrotik.com/docs/spaces/UM/pages/41680915/RB924i-2nD-BT5+BG77#RB924...
by Amm0
Wed Apr 23, 2025 5:36 am
Forum: General
Topic: where is “openflow“ on routeros V7.18?
Replies: 10
Views: 1431

Re: where is “openflow“ on routeros V7.18?

There was another thread with similar speculation, viewtopic.php?p=1125018&hilit=openflow#p1120392:
"Sir, I see some movement on the enemy's trench."
by Amm0
Tue Apr 22, 2025 10:15 pm
Forum: General
Topic: AX3 as basic AP/switch
Replies: 45
Views: 3589

Re: AX3 as basic AP/switch

1) How can I confirm that the config below matches what would on this forum be labeled as "used as a switch and not as a router?" I guess I'd say don't get hung up on these terms. IMO switch/router/"switch chip"/"hardware offload" can be somewhat fuzzy in meaning, espe...
by Amm0
Tue Apr 22, 2025 9:27 pm
Forum: General
Topic: where is “openflow“ on routeros V7.18?
Replies: 10
Views: 1431

Re: where is “openflow“ on routeros V7.18?

What curious here is they did update the OpenFlow docs pretty recently:
https://help.mikrotik.com/docs/spaces/R ... 5/Openflow
and including a reference to OpenFlow 1.3 support (compare with 1.0 in https://wiki.mikrotik.com/Manual:OpenFlow)

Maybe hope it's coming back, but IDK.
by Amm0
Tue Apr 22, 2025 9:07 pm
Forum: General
Topic: Feature requests
Replies: 1816
Views: 1187278

Re: Feature requests

Access webfig through reverse proxy (relative paths for resources). Webfig can be run through a reverse proxy. On relative paths, webfig uses "AJAX-like" updates OUTSIDE of /webfig HTTP request path, i.e. just "/jsproxy" - which may be the root of the complaint. While that shoul...
by Amm0
Tue Apr 22, 2025 4:36 am
Forum: Beginner Basics
Topic: Confusing output while checking routeros updates (in stable channel)
Replies: 4
Views: 946

Re: Confusing output while checking routeros updates (in stable channel)

My only point was it was SOMEWHAT explainable. But 100% agree it's a poor design.

And, potentially problematic if someone used scripting, the "new version available" might cause a script to loop forever trying to upgrade a router.
by Amm0
Tue Apr 22, 2025 4:29 am
Forum: General
Topic: Is there a faster way to do NAT ? ( SOLVED )
Replies: 17
Views: 2410

Re: Is there a faster way to do NAT ?

edit - note , when I configured nat-444 , I used a ton of jump tables to optimize the /21 CGN-nat. ( 1/2 , 1/4 , 1/8 , 1/16 , 1/32 ) which resulted in fewer nat lookups sequential steps when traffic was inbound to the customer. Yeah that part make sense: each rule executed is uses CPU and adds [mar...
by Amm0
Tue Apr 22, 2025 3:26 am
Forum: Beginner Basics
Topic: Confusing output while checking routeros updates (in stable channel)
Replies: 4
Views: 946

Re: Confusing output while checking routeros updates

Never noticed that.

But V7 is "new version" that is "available". Now it likely be better to suggest "New major version available in 'upgrade' channel"
by Amm0
Mon Apr 21, 2025 11:16 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

Seems a Mikrotik thing. Perhaps. Someone else had similar issues with OSPF broadcast mode and ZeroTier: https://forum.mikrotik.com/viewtopic.php?p=1118612#p1118520 There too, I thought it was flow rules, but OP was using Mikrotik controller which has NO flow rules. And I forgot the it the different...
by Amm0
Mon Apr 21, 2025 12:53 am
Forum: Scripting
Topic: script to add bulk of users to UserMan
Replies: 10
Views: 1526

Re: script to add bulk of users to UserMan

The JSON in photo is wrong " u sername-length" & the URL is .../add-batch-user s — likely BOTH are your issue. Using CURL with 7.19beta, the following worked (*changed password/ip): curl -k 'https://192.168.88.1/rest/user-manager/user/add-batch-users' --json `jo number-of-users=1 usern...
by Amm0
Sun Apr 20, 2025 8:38 pm
Forum: Scripting
Topic: script to add bulk of users to UserMan
Replies: 10
Views: 1526

Re: script to add bulk of users to UserMan

The PUT method only works on http://ip-router/rest/user-manager/user not on http://ip-router/rest/user-manager/user/add-batch-user and POST of http://ip-router/rest/user-manager/user/ result an error of bad command. Thank you You need to use POST with http://ip-router/rest/user-manager/user/add-bat...
by Amm0
Sun Apr 20, 2025 8:35 pm
Forum: Scripting
Topic: script to add bulk of users to UserMan
Replies: 10
Views: 1526

Re: script to add bulk of users to UserMan

- what version of RouterOS? RouterOS V6.49.7 There is no batch-add-user AFAIK in V6 — but I'm not the expert on UM under V6. You should be able to use a for loop to add users. You'd have to adapt to your needs, but essentially something like: :for n from=1 to=100 do={ /user-manager/user add name=&q...
by Amm0
Sun Apr 20, 2025 5:10 pm
Forum: General
Topic: Multicast/OSPF over ZeroTier
Replies: 45
Views: 3946

Re: Multicast/OSPF over ZeroTier

You may need to change the "Flow Rules" for the ZT network on my.zerotier.com (see ZeroTier docs: https://docs.zerotier.com/rules/#rule-definition-language generally or examples here https://www.zerotier.com/blog/using-flow-rules-to-direct-users-to-services/ etc.). By default, the flow rul...
by Amm0
Sun Apr 20, 2025 4:52 pm
Forum: Scripting
Topic: script to add bulk of users to UserMan
Replies: 10
Views: 1526

Re: script to add bulk of users to UserMan

currently i want to use simple ssh You're going to have to provide more details on what you're looking for and what your starting with... i.e. - what version of RouterOS? - is user manager already setup and working for users, and ONLY bulk add is needed? - do you want user manager to generate users...
by Amm0
Sun Apr 20, 2025 5:01 am
Forum: General
Topic: Printing Command history
Replies: 1
Views: 846

Re: Printing Command history

There is /system/history but it's not quite the same, but in the "undo=" should show the actual previous commands.
/system/history/print detail
Also RouterOS support Ctrl-R / F3 to search the command history, which is like a Linux Shell. And hitting F1 twice will the CLI options.
by Amm0
Sat Apr 19, 2025 11:36 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2342
Views: 5093476

Re: 📣 WinBox 4 is here 📣

For the record, I still think WinBox4 is BETTER than WinBox3. I use WinBox4 daily without operational issues. The fact WinBox4 loads way faster than Wine+WinBox3 is more than enough to accept the small different vertical vs horizontal tabs, color schemes, etc. I'll offer we DO use less Mikrotik than...
by Amm0
Sat Apr 19, 2025 8:33 pm
Forum: General
Topic: Feature Request: Optional ability to restore without keeping MAC addresses
Replies: 18
Views: 1906

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

Yes, I know we can do a mac reset. But official guidelines are (were, last I checked) not to do this. It would be nice to get this finally wrapped up. I'd just add while the simple: /interface/ethernet/reset-mac-address [find] works for ethernet... if you had other types of interfaces, those requir...
by Amm0
Fri Apr 18, 2025 10:18 pm
Forum: General
Topic: Feature Request: Optional ability to restore without keeping MAC addresses
Replies: 18
Views: 1906

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

As general matter, tend agree with @rextended that with some config-based approach (netinstall/branding/run-after-reset) to the problem. But at same time... .backup does get you an exact copy, not merely just the equivalent config. At end of day, both approach have some pro-and-cons & require yo...
by Amm0
Fri Apr 18, 2025 4:16 pm
Forum: Scripting
Topic: Scheduler does not launch LTE scripts
Replies: 22
Views: 3207

Re: Scheduler does not launch LTE scripts

I'm thinking it's a problem with my rbm11 since no one on this forum complains of similar problems. Perhaps. I'm sure most testing is done on ARM things, and there occasional oddities on MIPS. And Mikrotik has been making changes in LTE recently too. That combo does point to a bug, or at least some...
by Amm0
Thu Apr 17, 2025 11:05 pm
Forum: General
Topic: HTTPS-redirect with RoS 7.5 - bad news for hotspots...
Replies: 14
Views: 9487

Re: HTTPS-redirect with RoS 7.5 - bad news for hotspots...

The issue persists in version 7.18.2. The http-redirect option does not exist. Please add it. You likely should enable the DHCP options that modern OSes use for redirect, see: https://help.mikrotik.com/docs/spaces/ROS/pages/56459266/HotSpot+-+Captive+portal#HotSpotCaptiveportal-UsingDHCPoptiontoadv...
by Amm0
Thu Apr 17, 2025 8:51 pm
Forum: General
Topic: WinBox 4 export list of Devices
Replies: 3
Views: 1453

Re: WinBox 4 export list of Devices

Depends on what you mean by both "devices" and the purpose of the "export". The winbox files can, generally, be moved around as-is... so if you just want to have saved [RouterOS] devices/passwords... the wbx file can just be "copied" as an export of sorts. If you use th...
by Amm0
Thu Apr 17, 2025 8:18 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 219323

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

this will be for sure going in circles for eternity
Well when the release mgmt discussions start to overwhelming the "testing" thread... the "process" is that beta becomes a rc ;).
by Amm0
Wed Apr 16, 2025 11:46 pm
Forum: Beginner Basics
Topic: What is the purpose of client-dns setting in wireguard
Replies: 6
Views: 2464

Re: What is the purpose of client-dns setting in wireguard

AFAIK, the dns from an WG Import'ed peer is not used.

Depending on situation... you MAY be able to MANUALLY use FWD (or static/regex/etc) in /ip/dns, to re-direct something like a WG subnet.
by Amm0
Wed Apr 16, 2025 5:42 am
Forum: Scripting
Topic: How to obtain nexthop value in a variable [SOLVED]
Replies: 2
Views: 1828

Re: How to obtain nexthop value in a variable [SOLVED]

/routing/nexthop print
To see all routes, you can also use:
/routing/routes print
by Amm0
Wed Apr 16, 2025 2:04 am
Forum: General
Topic: Feature Request: Include NAT speeds in Mikrotik Test Results Documentation
Replies: 4
Views: 1008

Re: Feature Request: Include NAT speeds in Mikrotik Test Results Documentation

Agree. Or, in general, a few more tests to better capture the different performance aspects of the various models. Although, "forum rule of thumb" is using the 512-sized 25 ip filter rule as a general guide to internet performance. On that score, your 250Mb/s is not too far off that 319Mb/...
by Amm0
Fri Apr 11, 2025 11:23 pm
Forum: General
Topic: ROMON fails with frame-types=admit-only-vlan-tagged
Replies: 31
Views: 5766

Re: ROMON fails with frame-types=admit-only-vlan-tagged

Well based on the avatar, I guess that post could be considered a dud! ;-))
So what is the summary on why RoMON does not work here? I lost track of the conversation.
by Amm0
Fri Apr 11, 2025 8:32 pm
Forum: General
Topic: ROMON fails with frame-types=admit-only-vlan-tagged
Replies: 31
Views: 5766

Re: ROMON fails with frame-types=admit-only-vlan-tagged

My post intentionally refers to @Ammo's one in particular, just for the case that someone comes searching and gets mislead by it. But unless @Ammo edits his, few people will probably notice mine.
Fixed. I swear I'd seen that cause not RoMON work in past. But re-tested it, you're right.
by Amm0
Fri Apr 11, 2025 3:14 pm
Forum: Scripting
Topic: Please update scripting documentation [SOLVED]
Replies: 2
Views: 2070

Re: Please update scripting documentation [SOLVED]

Agree, Mikrotik has been pretty good at updating the docs. But I'm not sure they follow the forum super closely. So I flagged your post to Mikrotik yesterday, since I already had the feature request ticket for CSV, file-name=. Mikrotik reports they fixed the docs today: https://help.mikrotik.com/doc...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 19