Community discussions

MikroTik App

Search found 169 matches

by S8T8
Sun May 18, 2025 12:14 am
Forum: General
Topic: Enabling IGMP snooping destablizes my network
Replies: 7
Views: 964

Re: Enabling IGMP snooping destablizes my network

Don't know if related, I have an RB4001 and hAP ac2 network, with VLAN used to isolate main LAN and IoT, having mDNS enabled is working, printer is able to be discovered from the isolate LAN. Another network with RB5009 and hAP ax2 configured in a similar way but with CAPsMAN, also with mDNS enabled...
by S8T8
Sat May 17, 2025 4:11 am
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 201
Views: 47193

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

@MT Staff, could you please update documentation about channel.reselect-time parameter?
And how is working with channel.reselect-interval .
by S8T8
Sun Mar 23, 2025 2:09 am
Forum: Scripting
Topic: :range command
Replies: 5
Views: 1440

Re: :range command

Thanks @Amm0! I've already bookmarked your post but I was not able to understand/adopt to my situation where interfaces and VLANs are already set up. One other thing I wasn't able to achieve (but is OT) is adding interface list as /interface bridge vlan tagged and removing ethernet interface already...
by S8T8
Sat Mar 22, 2025 4:54 pm
Forum: Scripting
Topic: :range command
Replies: 5
Views: 1440

:range command

Dear experts, in the recent version v7.17, MikroTik introduced the :range function, which combined with the ability to use interface list, can improve the VLAN creation process. I'm currently trying to add multiple interfaces as list members (/interface list member add interface=ether1,ether2... lis...
by S8T8
Tue Mar 18, 2025 12:58 pm
Forum: General
Topic: Loopback interface, should be allowed? [SOLVED]
Replies: 6
Views: 11158

Re: Loopback interface, should be allowed? [SOLVED]

Got an answer from support, basically for a common use case, the 'lo' interface shouldn't need to be allowed in Firewall RAW and Filter, so the logs reported in my first post are considered “errors.”
by S8T8
Tue Mar 18, 2025 12:23 pm
Forum: General
Topic: How to force "Actual MTU" on PPPoE client [SOLVED]
Replies: 21
Views: 20907

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

Thanks @CGGXANNX and @rextended for providing useful info, in my case I had to increase ethernet MTU to 1508 to establish the connection via PPPoE with 1500 MTU without VLAN.
Will try again what was suggested on another network.
by S8T8
Wed Mar 12, 2025 9:55 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 268383

Re: v7.18.2 [stable] is released!

Is possible to have a list of know issues with the latest v7.18.2 release? Increase in latency spikes is confirmed? Don't know if this is possible but for low memory devices with USB port, connecting small USB drive could be used to extend main flash drive? Should be nice to have an option to format...
by S8T8
Tue Mar 11, 2025 11:37 am
Forum: General
Topic: How to force "Actual MTU" on PPPoE client [SOLVED]
Replies: 21
Views: 20907

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

Hello sir. @rextended, thanks for the explanation, just found some notes from the last time I was able to obtain actual-mtu=1500 from ISP PPPoE using max-mtu=auto / max-mru=auto, and was using: /interface vlan add interface=ether1 mtu=1512 name=ISP-VLAN vlan-id=100 /interface ethernet set [ find def...
by S8T8
Mon Mar 10, 2025 9:37 pm
Forum: General
Topic: How to force "Actual MTU" on PPPoE client [SOLVED]
Replies: 21
Views: 20907

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

OT:
how to obtain PPPoE baby jumbo frames with VLAN (if supported by ISP)?
Ethernet MTU=1508 and VLAN MTU=1504?
by S8T8
Wed Mar 05, 2025 12:13 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 268383

Re: v7.18.1 [stable] is released!

Avoid this command in this version, your device will crashed and put the device on boot loop.

/queue/type/remove [find default =no]
Can confirm, couple weeks ago my RB4001 crashed with /queue/type/remove [find], I had to reset it due to a boot loop.
by S8T8
Tue Mar 04, 2025 1:41 pm
Forum: General
Topic: FastTrack rule in Mangle?
Replies: 0
Views: 2033

FastTrack rule in Mangle?

Hello, enabling FastTrack is possible in both firewall Filter and Mangle, but according to the help documentation, in Mangle doesn’t seem to be effective: action=fasttrack-connection - shows fasttrack counters, useful for statistics If it works, is there any advantage in moving FastTrack to Mangle? ...
by S8T8
Fri Feb 28, 2025 9:32 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 210442

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

channel.reselect-time=01:00 can be used in conjunction with reselect-interval=7d to scan channels at 1am every 7days?

Shortest changelog of beta, means quality and stable update? :)
by S8T8
Wed Feb 26, 2025 5:24 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 268383

Re: v7.18 [stable] is released!

*) wifi - implement steering parameters to delay probe responses to clients in the 2.4GHz band
How does 2g-probe-delay practically work and when should be used?
by S8T8
Wed Feb 19, 2025 3:12 am
Forum: Wireless Networking
Topic: Beamforming support? [SOLVED]
Replies: 2
Views: 7621

Beamforming support? [SOLVED]

Hello,
is Beamforming supported by new Wi-Fi devices?

Thanks!
by S8T8
Wed Feb 19, 2025 3:10 am
Forum: General
Topic: Is PPPoE still slow?
Replies: 10
Views: 3447

Re: Is PPPoE still slow?

From a recent test, yes still single core.
Waiting for hardware offload...
by S8T8
Sat Feb 08, 2025 6:56 pm
Forum: General
Topic: Loopback interface, should be allowed? [SOLVED]
Replies: 6
Views: 11158

Re: Loopback interface, should be allowed? [SOLVED]

Here is the Firewall RAW config: /ip firewall raw add action=accept chain=prerouting comment="defconf: accept DHCP discover" dst-address=255.255.255.255 dst-port=67 in-interface-list=VLAN protocol=udp src-address=0.0.0.0 src-port=68 # add action=drop chain=prerouting comment="defconf:...
by S8T8
Sat Feb 08, 2025 4:58 pm
Forum: General
Topic: Loopback interface, should be allowed? [SOLVED]
Replies: 6
Views: 11158

Re: Loopback interface, should be allowed? [SOLVED]

Thanks for the interesting link @holvoetn,
even if allowed the lo interface in input, will be dropped in raw,
lo is not using only 127.0.0.1 as reported by logs.
by S8T8
Sat Feb 08, 2025 3:39 am
Forum: General
Topic: Loopback interface, should be allowed? [SOLVED]
Replies: 6
Views: 11158

Loopback interface, should be allowed? [SOLVED]

Hello, as the title suggests, my firewall is configured based on the Help pages https://help.mikrotik.com/docs/spaces/ROS/pages/328513/Building+Advanced+Firewall#BuildingAdvancedFirewall-IPv4RAWRules , the rule add action=drop chain=prerouting comment="defconf: drop the rest" in Raw and In...
by S8T8
Tue Jan 28, 2025 8:50 pm
Forum: General
Topic: fq_codel/CAKE stories? [SOLVED]
Replies: 30
Views: 16472

Re: fq_codel/CAKE stories? [SOLVED]

Is anyone using cake-overhead-scheme with PPPoE and VLAN to the WAN or Bridge interface in Queue-Tree?
by S8T8
Tue Jan 14, 2025 4:26 am
Forum: General
Topic: Any downside of using new-mss=clamp-to-ptmu globally (without qualifier)?
Replies: 3
Views: 2494

Re: Any downside of using new-mss=clamp-to-ptmu globally (without qualifier)?

Hope this could be useful:
viewtopic.php?p=1095429#p1095429

As always, thanks to the precise and detailed contribution from @Amm0
by S8T8
Fri Jan 10, 2025 10:15 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 408
Views: 170151

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

Due to "keep this discussion related to 7.17" and the fact that this post will be locked soon, a moderator could please open new topic and move all the messages related to DHCP / IGMP Snooping? Would be nice to have a clear statement from @MT Staff like sometimes @raimondsp does, what is a...
by S8T8
Fri Jan 10, 2025 2:12 pm
Forum: General
Topic: DHCP Server - Domain [SOLVED]
Replies: 3
Views: 3993

Re: DHCP Server - Domain [SOLVED]

Thanks sir.
This is useful also in case of non-public domains like domain=home.arpa ?
by S8T8
Thu Jan 09, 2025 10:14 pm
Forum: General
Topic: DHCP Server - Domain [SOLVED]
Replies: 3
Views: 3993

DHCP Server - Domain [SOLVED]

Hello all, how this is working? Is DHCP-Option 15? /ip dhcp-server network set [find] domain="internal" I would like to ping " device hostname ".domain without adding as DNS Static. Not sure if Domain= should be the router (eg.: router.lan) or the local domain (like .internal / ....
by S8T8
Fri Nov 29, 2024 1:30 pm
Forum: Wireless Networking
Topic: Is CAPsMAN AX working with mDNS?
Replies: 0
Views: 6029

Is CAPsMAN AX working with mDNS?

As mentioned in the title, I have 3 different setups; 1) hAP ax3 as all-in-one router & Wi-Fi access point 2) RB4011 as router + hAP ac3 Wi-Fi access point 3) RB5009 as router + hAP ax2 Wi-Fi access point, managed by CAPsMAN Configs are very similar, for similar I mean copy-paste, 3 VLANs (LAN, ...
by S8T8
Mon Nov 25, 2024 9:39 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 408
Views: 170151

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

Following all the v7.17 topics, between various complaints, it's not clear what are the know issues. Couple release ago we had an improvement in the changelog, a step further would be nice, as example take a look at TrueNAS or Uptime-Kuma release notes. https://www.truenas.com/docs/core/13.0/getting...
by S8T8
Fri Sep 27, 2024 5:10 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 225472

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

This is a game-changer
*) wifi - added multi-passphrase (PPSK) support (CLI only);
by S8T8
Tue Sep 24, 2024 1:15 pm
Forum: Announcements
Topic: v7.16.2 [stable] is released!
Replies: 506
Views: 257779

Re: v7.16 [stable] is released!

*) console - added "about" filters for "find" and "print where" commands;
Hello, could someone explain where we can find or print about?
by S8T8
Sun Sep 22, 2024 5:54 pm
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

Impressive! MikroTik should value contributions from the experts more. Read a couple of times, well explained and comprehensive as always @Amm0! I did some tests, Mangle Rules are very useful to see which WAN is being used, trying to complete marks with chain input and output from / to LAN (but not ...
by S8T8
Tue Sep 17, 2024 6:03 pm
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

I would be interested in reading a comment from the expert @mrz about the last @sindy's post.
by S8T8
Tue Sep 17, 2024 5:54 pm
Forum: Scripting
Topic: Get a variable from a variable? [SOLVED]
Replies: 5
Views: 11066

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

Thanks again @rextended, you're so clever!
I wasn't that good integrating what I was trying to achieve, in the end, using :if ($WANif=WAN1) do= else=, I got a variable of WAN1IP WAN1=100.10.20.40 which is fine, it's just for hobby.

MikroTik community owe you a lot!
by S8T8
Fri Sep 13, 2024 12:47 pm
Forum: Scripting
Topic: Get a variable from a variable? [SOLVED]
Replies: 5
Views: 11066

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

Right, it was not very accurate... 1) In the DHCP up script I get the interface and address + create a global variable: :local WANif [/interface get $"interface" name] :local WANip [:tostr $"lease-address"] [:parse ":global $WANif $WANip"] <- THANKS to REXTENDED for thi...
by S8T8
Fri Sep 13, 2024 4:18 am
Forum: Scripting
Topic: Get a variable from a variable? [SOLVED]
Replies: 5
Views: 11066

Get a variable from a variable? [SOLVED]

Dear experts, sorry, I'm very very poor knowledge of scripting... I was able to add my IP in a global variable, like: :global WAN1 "100.10.20.40" :global WAN2 "100.10.20.50" it would be nice to achieve something like: :log info "WAN1 IP is 100.10.20.40 and WAN2 IP is 100.10....
by S8T8
Fri Sep 13, 2024 3:44 am
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

I'll go over the case from the first post one more time, based on this example (it might sound silly, but it's for learning purposes): add comment=WAN1 dst-address=1.1.1.1 gateway=ether1 scope=10 add comment=WAN1 dst-address=9.9.9.9 gateway=ether1 scope=10 add comment=WAN2 dst-address=8.8.8.8 gatewa...
by S8T8
Thu Sep 12, 2024 6:01 pm
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

It would be interesting to read what @mrz thinks about the last @sindy's post
by S8T8
Tue Sep 10, 2024 3:07 am
Forum: Scripting
Topic: /tool fetch vs. :tool fetch and /ping vs. :ping
Replies: 5
Views: 4321

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

Hello experts,
as per title, could someone explain the difference and suggest when using / and when : ?
Thanks!
by S8T8
Fri Sep 06, 2024 5:27 pm
Forum: Announcements
Topic: v7.16rc [testing] is released!
Replies: 362
Views: 138584

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

Yes, if a better channel is found, channel switch announcment will be sent, and clients will be disconnected. 6h..8h means that in random interval after 6, but before 8 hours, reselect.interval will perform a background scan to evaluate if there is a better channel available. ... If anyone is inter...
by S8T8
Wed Sep 04, 2024 2:12 pm
Forum: General
Topic: new-mss VS. clamp-to-pmtu with v7
Replies: 10
Views: 6231

Re: new-mss VS. clamp-to-pmtu with v7

Thanks @Amm0, your responses are always so clear and full of great information!
by S8T8
Tue Sep 03, 2024 9:54 pm
Forum: General
Topic: new-mss VS. clamp-to-pmtu with v7
Replies: 10
Views: 6231

Re: new-mss VS. clamp-to-pmtu with v7

What I'm still trying to figure is, if using clamp-to-pmtu to an interface list, every packet/connection is reduced to the appropriate MTU? Let's say we have a main WireGuard client (as server) connected to other WireGuard clients (router or PC) having different MTU values, this roule fits all? /ip ...
by S8T8
Tue Aug 27, 2024 6:08 pm
Forum: General
Topic: "Find" command [SOLVED]
Replies: 5
Views: 4755

Re: "Find" command [SOLVED]

This is an interesting question for MT developers to answer... Looking between notes to find where " where " could be useful and where not, I discovered: /ip arp remove [find !complete] -> NOT WORKING | /ip arp remove [find where !complete] -> WORKING /ip firewall connection print (timeout...
by S8T8
Mon Aug 26, 2024 5:09 pm
Forum: General
Topic: "Find" command [SOLVED]
Replies: 5
Views: 4755

Re: "Find" command [SOLVED]

HI @sindy, the result of your test is the same using find or find where? I'm trying to understand the difference between the find and find where commands, recently came across an old discussion (can't find the link right now) that suggested find is used for single results, like: find name=ether1 whi...
by S8T8
Sat Aug 24, 2024 6:15 pm
Forum: Wireless Networking
Topic: Lowering 2Ghz with WifiWave2 [SOLVED]
Replies: 1
Views: 4220

Lowering 2Ghz with WifiWave2 [SOLVED]

Hello all,
with the new Wi-Fi drivers we have two options, antenna-gain and tx-power .
The first one seems to be self explanatory and antenna-gain=3 will lower the antenna gain,
second one tx-power=10 will limit to 10dBm the device, no matter if this is an hAP ac2 or hAP ax3.

Is this correct?
by S8T8
Thu Aug 22, 2024 12:36 pm
Forum: General
Topic: new-mss VS. clamp-to-pmtu with v7
Replies: 10
Views: 6231

Re: new-mss VS. clamp-to-pmtu with v7

Thanks @mrz, for using easy words, first case: Wireguard used on MT router on one side, PC client on other side, the hop with PMTU blocked could be between the PC and the router. second case: Wireguard used on both MT routers as site-to-site. Sounds good examples? clamp-to-pmtu is reducing MTU for e...
by S8T8
Thu Aug 22, 2024 3:13 am
Forum: General
Topic: new-mss VS. clamp-to-pmtu with v7
Replies: 10
Views: 6231

new-mss VS. clamp-to-pmtu with v7

Hello all, searched online first but couldn't find much besides old discussions about v6 and unanswered topics like: https://forum.mikrotik.com/viewtopic.php?t=116167 I've seen some recommendations that suggest lowering TCP MSS, especially for VPNs like WireGuard that can't handle PMTU; Proton examp...
by S8T8
Mon Aug 19, 2024 9:14 pm
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

I use /routing/rule and additional routing table called "ecmp" that does load balance, so the "main" routing table is just using failover - which allow assigning some clients to load balancing or be directed to a specific WAN using /routing/rules. See https://forum.mikrotik.com/...
by S8T8
Wed Aug 14, 2024 7:05 pm
Forum: Announcements
Topic: v7.16rc [testing] is released!
Replies: 362
Views: 138584

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

If you don't explicitly configure reselect-interval no automatic rescan will take place, unless interface goes down - CAP-CAPsMAN communication was interrupted, restart, etc. Reselect-interval uses a background scan. Thanks @Guntis, so to make more clearer; - using !reselect-interval no automatic r...
by S8T8
Wed Aug 14, 2024 1:24 pm
Forum: Announcements
Topic: v7.16rc [testing] is released!
Replies: 362
Views: 138584

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

@Guntis, should be nice to have a detailed explanation like the last one, also for reselect-interval I have some questions on how the reselect-interval works? Me too, also with the default !reselect-interval channels are not scanned? Stil no answer to SUP-155649 asking to provide extra info about th...
by S8T8
Tue Aug 13, 2024 2:11 am
Forum: Beginner Basics
Topic: SMB over Wireguard very slow
Replies: 17
Views: 4094

Re: SMB over Wireguard very slow

anav is very knowledge, but try also:
/interface wireguard set [find] mtu=1400
/ip firewall mangle add action=change-mss chain=forward new-mss=1360 out-interface=WireGuard protocol=tcp tcp-flags=syn tcp-mss=1361-65535
by S8T8
Mon Aug 12, 2024 10:05 pm
Forum: Beginner Basics
Topic: SMB over Wireguard very slow
Replies: 17
Views: 4094

Re: SMB over Wireguard very slow

Is your WAN MTU 1500 on both sites?
https://www.speedguide.net/analyzer.php
by S8T8
Mon Aug 12, 2024 9:59 pm
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

So interesting, nice to see @Amm0 stepping in. @Amm0, based in your comment from 7.16beta topic, are you using ECMP via different WANs without mangle rules? I probably understood 40% from the more technical posts, is correct to assume that using ECMP (same distance for 0.0.0.0/0 routes), it doesn't ...
by S8T8
Mon Aug 12, 2024 9:07 pm
Forum: Beginner Basics
Topic: SMB over Wireguard very slow
Replies: 17
Views: 4094

Re: SMB over Wireguard very slow

Hi, can you do an MTU test using your main WAN?
Your ISP is using PPPoE? IPv6?
by S8T8
Sun Aug 11, 2024 5:41 am
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

Writing in non-native language has it limits. Curiosity was to understand if, when setting different distance for the two "canary" addresses is enough and when first service is down, second route with increased distance is efficient to provide traffic continuity, or load-balancing the two ...
by S8T8
Sun Aug 11, 2024 1:43 am
Forum: Announcements
Topic: v7.16rc [testing] is released!
Replies: 362
Views: 138584

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

So it is no background operation. May be different on AX hardware though.
This should be a good thing, right?
Please confirm that clients are not disconnected during scan.

Should be nice to have some indications about recommended values too.
by S8T8
Sat Aug 10, 2024 5:09 pm
Forum: General
Topic: Flow control issue on RB5009 and CRS305 - NEED MIKROTIK SUPPORT
Replies: 9
Views: 4615

Re: Flow control issue on RB5009 and CRS305 - NEED MIKROTIK SUPPORT

@stich86, any answer in SUP-123458 ?
by S8T8
Sat Aug 10, 2024 5:03 pm
Forum: Announcements
Topic: v7.16rc [testing] is released!
Replies: 362
Views: 138584

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

I have some questions on how the reselect-interval works? Me too, also with the default !reselect-interval channels are not scanned? Stil no answer to SUP-155649 asking to provide extra info about this feature. You can read some advices: https://forum.mikrotik.com/search.php?keywords=reselect-inter...
by S8T8
Fri Aug 09, 2024 1:51 pm
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

Thanks @sindy, a side question was, if using ECMP, in this case is more CPU consuming and if there is any difference in case (using this example) 1.1.1.1 is not available. I did some basic tests changing distance=2 for 9.9.9.9 and increasing to 3 for 8.8.8.8 but didn't find any difference in WAN1 av...
by S8T8
Fri Aug 09, 2024 1:14 pm
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

Re: ECMP recursive routes

@anav, this was the question for you experts :)
by S8T8
Fri Aug 09, 2024 1:54 am
Forum: General
Topic: ECMP recursive routes
Replies: 38
Views: 13703

ECMP recursive routes

Dear experts, I read many interesting posts about recursive routes, first of all thanks to anyone who contributed investing his time to share experiences and help many who couldn't learn networking. A basic example edited from @sindy's post: add comment=WAN1 dst-address=1.1.1.1 gateway=ether1 scope=...
by S8T8
Tue Aug 06, 2024 7:09 pm
Forum: Announcements
Topic: v7.16rc [testing] is released!
Replies: 362
Views: 138584

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

From v7.15 the "sanitize-names" option was implemented, there is or will be an option to :convert to/transform=sanitize-names ?
by S8T8
Wed Jul 31, 2024 9:26 pm
Forum: General
Topic: WAN Flow Control with CAKE
Replies: 1
Views: 1023

WAN Flow Control with CAKE

Hello experts,
have you applied flow-control=on / auto to WAN port?
As far I understood, it's useful with asymmetric uplink, correct?
Does it interfere with CAKE QoS algorithm?

Thanks!
by S8T8
Thu Jul 18, 2024 3:02 am
Forum: General
Topic: Which VPN to connect 2 MikroTiks overe WAN?
Replies: 15
Views: 1728

Re: Which VPN to connect 2 MikroTiks overe WAN?

Sir @anav is always right, amen! @Larsa, yeah it sounds strange but I have added CAKE to the WAN interface that is "eating" most the single core + GRE interface + IPSec (AES-256-CBC + SHA256 still Hardware Offloaded) + route & routing rule + lower MTU... CPU power is reaching it's limi...
by S8T8
Thu Jul 18, 2024 1:16 am
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139728

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

From v7.15 the "sanitize-names" option was implemented, there is or will be an option to :convert to/transform=sanitize-names ?
by S8T8
Wed Jul 17, 2024 10:20 am
Forum: General
Topic: Which VPN to connect 2 MikroTiks overe WAN?
Replies: 15
Views: 1728

Re: Which VPN to connect 2 MikroTiks overe WAN?

I spent some time testing 3 alternatives, - EoIP, MTU 1500, interface added to the Bridge, not sure if interface should be considered edge=no / point-to-point=yes but the interface became "root port", for me was the slowest solution. - GRE, MTU 1418, speedtest is around 50Mbps Down / 60Mbp...
by S8T8
Tue Jul 16, 2024 1:01 pm
Forum: General
Topic: Which VPN to connect 2 MikroTiks overe WAN?
Replies: 15
Views: 1728

Re: Which VPN to connect 2 MikroTiks overe WAN?

Thanks to all!
@anav, WireGuard to me was much harder to config than EoIP for example, IPSec is just a password typed, super easy.
By the way as soon IPsec is enabled to EoIP/GRE/IPIP, MTU is lowered again and performance are like WG, good enough for me.
by S8T8
Mon Jul 15, 2024 11:50 pm
Forum: General
Topic: Which VPN to connect 2 MikroTiks overe WAN?
Replies: 15
Views: 1728

Re: Which VPN to connect 2 MikroTiks overe WAN?

Hi anav, why WireGuard?
AFAIK it has higher MTU overhead and is not hardware offload
by S8T8
Mon Jul 15, 2024 6:26 pm
Forum: General
Topic: Which VPN to connect 2 MikroTiks overe WAN?
Replies: 15
Views: 1728

Which VPN to connect 2 MikroTiks overe WAN?

Dear experts, asking for advice on different VPN styles, I'm using two hAP ac3 configured in the same way (basic config) with VLANs, one at my house and one at parent's, there is a shared NAS to reach. Until now I tested EoIP, GRE, IPIPI, WireGuard, ZeroTier but open to any alternative to try, conne...
by S8T8
Sun Jul 14, 2024 2:16 am
Forum: General
Topic: masquerade over EOIP
Replies: 7
Views: 965

Re: masquerade over EOIP

Hi, not an expert but I'm trying to achieve something similar; I have two hAP ac3 with 3 VLANs configured at the same way (also same internal addresses), one at my house one at parent's, there is a shared NAS to reach. Wireguard is configured, with my PC I have access using the app, I would like to ...
by S8T8
Thu Jul 11, 2024 6:06 pm
Forum: General
Topic: Suggestion: General Blocking "wildcard" Blocking in DNS blocklists
Replies: 13
Views: 1702

Re: Suggestion: General Blocking "wildcard" Blocking in DNS blocklists

Sir @rextended, regexp="(^|\\.)mydevice(\$|\\.)" was ment to match "mydevice", "mydevice.local", "test.mydevice.net" due to macOS not matching mydevice from Finder or Terminal.
If you have a better suggestion, your contribution is always appreciated :)
by S8T8
Thu Jul 11, 2024 5:07 pm
Forum: General
Topic: Suggestion: General Blocking "wildcard" Blocking in DNS blocklists
Replies: 13
Views: 1702

Re: Suggestion: General Blocking "wildcard" Blocking in DNS blocklists

I'm using
 regexp="(^|\\.)example(\$|\\.)"
to match: example, example.com test.example.com but not sure if correct.
by S8T8
Tue Jul 09, 2024 8:12 pm
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 304658

Re: v7.15 [stable] is released!

I agree, commands like :error, :quit, :return are valid and it should not produce such error in log.
@optio @eworm, what is now the correct way to terminate a script without an error in the log?
by S8T8
Mon Jul 08, 2024 9:47 pm
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 277
Views: 64592

Re: hap ax3 random wireless disconnects

After many weeks of testing with different wireless devices and reading (+ testing) all the 7.15.X changelog, v7.14.3 was promoted as very stable for me, despite some "nice to have" features and no relevant fixes (for my use case) of latest release, I suggest to skip. v7.16beta seems nice ...
by S8T8
Mon Jul 08, 2024 6:17 pm
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 304658

Re: v7.15.2 [stable] is released!

Has anyone discovered how this works?
*) console - added option to get "about" value (dynamically created text field by RouterOS services like CAPsMAN);
EDIT:
Thanks @infabo, "about" is not available in v7.14, your guess is right
/interface wifi get about
by S8T8
Wed Jul 03, 2024 9:25 pm
Forum: General
Topic: RoS 7.16 RC4 mDNS
Replies: 38
Views: 18070

Re: RoS 7.16 beta3 mDNS

OT: @Amm0, have you connected two remote locations using EoIP with interface added to the Bridge (and eventually VLAN ID), or assigning an Address to EoIP and adding routing rule? MTU? Mangle rules? If you prefer I can be more specific with the question posting in https://forum.mikrotik.com/viewtopi...
by S8T8
Sun Jun 16, 2024 4:36 pm
Forum: General
Topic: SQM - using FQ-CODEL in interface queues and fasttrack
Replies: 12
Views: 5446

Re: SQM - using FQ-CODEL in interface queues and fasttrack

I'm aware of the recent change to the LTE interface queue for some devices, waiting an official reply from support.
by S8T8
Sun Jun 09, 2024 11:59 pm
Forum: General
Topic: SQM - using FQ-CODEL in interface queues and fasttrack
Replies: 12
Views: 5446

Re: SQM - using FQ-CODEL in interface queues and fasttrack

Sorry @Larsa for asking again,
do you know if using /queue interface set ether1 queue=fq-codel is "doing something" or it's like having only-hardware-queue?
by S8T8
Sun Jun 09, 2024 9:54 pm
Forum: General
Topic: SQM - using FQ-CODEL in interface queues and fasttrack
Replies: 12
Views: 5446

Re: SQM - using FQ-CODEL in interface queues and fasttrack

OK so, BQL is missing and maybe will be implemented in the future, FQ_Codel needs BQL, this means that using FQ_Codel in queue simple or queue tree is working not in interface queue?
/queue interface set ether1 queue=fq-codel
by S8T8
Thu Jun 06, 2024 10:21 pm
Forum: General
Topic: Packet loss, FQ-Codel?
Replies: 4
Views: 1327

Re: Packet loss, FQ-Codel?

I'm curious too... Investing an huge amount of time on it, by the way configurations are 100% identical between standalone AP and CAPsMAN, same channels too. Could you please help me posting the results of ping from your computer to some wireless devices? EDIT: configurations are not 100% specular, ...
by S8T8
Thu Jun 06, 2024 5:16 pm
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 304658

Re: v7.15 [stable] is released!

Hi, I will try this. I believe I can reproduce this. edit : not my case, I don't use CODEL, with ros 7.13.5 no packet loss, with 7.15 can be easily up to 20% with small packet size Experiencing latency increase caused probably by the use of CAPsMAN: https://forum.mikrotik.com/viewtopic.php?p=107926...
by S8T8
Thu Jun 06, 2024 5:09 pm
Forum: General
Topic: Packet loss, FQ-Codel?
Replies: 4
Views: 1327

Re: Packet loss, FQ-Codel?

UPDATE: pseudobridge (wifi client against capsman APs) on Metal 2SHPn and RBmAP2nD still high packet loss, since ros 7.14.x @rushlife noticed a similar behavior using CAPsMAN, so I tried to enable CAPsMAN again without using FQ-Codel, monitoring 1.1.1.1 latency spikes are back: https://i.imgur.com/6...
by S8T8
Thu Jun 06, 2024 1:10 am
Forum: General
Topic: Packet loss, FQ-Codel?
Replies: 4
Views: 1327

Re: Packet loss, FQ-Codel?

This is the queue I was using: /queue type set [find where name=ethernet-default] fq-codel-ecn=yes fq-codel-limit=1024 fq-codel-quantum=1514 kind=fq-codel /queue type set [find where name=wireless-default] fq-codel-ecn=yes fq-codel-limit=1024 fq-codel-quantum=1514 kind=fq-codel Today at 7 PM FQ-Code...
by S8T8
Wed Jun 05, 2024 10:14 pm
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 304658

Re: v7.15 [stable] is released!

Hi @rushlife, is packet loss a common problem with 7.15/7.15?
I'm experiencing a similar issue, mine seems to be related to Queue ( viewtopic.php?t=208197 ), did you try some changes to wifi config?
by S8T8
Wed Jun 05, 2024 10:01 pm
Forum: General
Topic: Packet loss, FQ-Codel?
Replies: 4
Views: 1327

Packet loss, FQ-Codel?

Dear MikroTik enthusiasts, I've switched from working device with ISP router + TP-Link switch unmanaged + TP-Link APs to all MikroTik RB5009 + CRS328 + hAP ax2. After months of reading the knowledge base and many informative forum posts, I was able to set-up PPPoE, VLAN, Firewall and some tweeks lik...
by S8T8
Mon May 20, 2024 3:52 pm
Forum: General
Topic: [Feature Request] Airtime Fairness for wireless package [SOLVED]
Replies: 6
Views: 9923

Re: [Feature Request] Airtime Fairness for wireless package [SOLVED]

Will this ever be implemented?
by S8T8
Thu Mar 28, 2024 3:03 pm
Forum: Announcements
Topic: v7.14.3 [stable] is released!
Replies: 670
Views: 274625

Re: v7.14.2 [stable] is released!

Maximum link distance in kilometers, needs to be set for long-range outdoor links. The value should reflect the distance to the AP or station that is furthest from the device. Unconfigured value allows usage of 3KM links.
setting configuration.distance=1 will improve anything for indoor devices?
by S8T8
Sun Mar 17, 2024 4:41 pm
Forum: General
Topic: v7.15beta broke backup file naming
Replies: 46
Views: 5770

Re: v7.15beta broke backup file naming

Guys, we have rights to complain but I doubt they will revert the change and allow spaces in identity.
So, what are the characters not allowed?
Any suggestion to fix the identity name in scripts or get the edited backup file name created by the system?
by S8T8
Thu Mar 14, 2024 4:28 pm
Forum: General
Topic: v7.15beta broke backup file naming
Replies: 46
Views: 5770

Re: v7.15beta broke backup file naming

common sense would dictate not to use special chars in filenames... Sir mrz, for who that is not an expert like you, but learned using MikroTik devices from time to time (sorry not all your users are PRO), could you please spend few minutes writing a clear statement like " attention this versi...
by S8T8
Thu Mar 14, 2024 12:55 pm
Forum: General
Topic: v7.15beta broke backup file naming
Replies: 46
Views: 5770

Re: v7.15beta broke backup file naming

" replace reserved characters... " should be marked as Bold or at least ! Could someone please confirm if those are special characters not allowed? https://engineering.purdue.edu/ECN/Support/KB/Docs/ReservedCharactersIn ; Command separator & Background execution ( ) Command grouping | ...
by S8T8
Sun Mar 03, 2024 9:59 pm
Forum: Useful user articles
Topic: mDNS between VLANs with just bridge filters - Look Mum, no containers!
Replies: 89
Views: 45162

Re: mDNS between VLANs with just bridge filters - Look Mum, no containers!

... /routing pimsm instance add name="PIM-SM" disabled=no [+ Bridge set multicast-querier=no] /routing pimsm interface-template add instance="PIM-SM" interfaces=LAN-VLAN,IoT-VLAN source-addresses=10.0.3.60 are those two lines of code enough to find the printer connected in IoT-VL...
by S8T8
Sun Mar 03, 2024 3:21 pm
Forum: Useful user articles
Topic: mDNS between VLANs with just bridge filters - Look Mum, no containers!
Replies: 89
Views: 45162

Re: mDNS between VLANs with just bridge filters - Look Mum, no containers!

Hi DarkNate, I tested your suggestion about PIM-SM but was not working with printers, Chomecast, etc…
Support said that we need multicast repeater (will paste their answer if needed).
It should work for you?
by S8T8
Wed Feb 28, 2024 10:09 pm
Forum: Announcements
Topic: v7.14rc [testing] is released!
Replies: 176
Views: 72485

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

since 7.13 not 7.13.5
by S8T8
Wed Feb 28, 2024 9:45 pm
Forum: Announcements
Topic: v7.14rc [testing] is released!
Replies: 176
Views: 72485

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

It would be nice to know what's new in 7.14rc4 from 7.13.5, any chance to know it before the stable release?
Thanks
by S8T8
Tue Feb 06, 2024 3:40 pm
Forum: Beginner Basics
Topic: CCR2004-16G-2S multiple bridges or not?
Replies: 38
Views: 8529

Re: CCR2004-16G-2S multiple bridges or not?

Let us know what official support says at least for RB4011. Both methods are correct. You can use a single bridge that spans across both switch chips. Packet forwarding within a single switch will use switch forwarding, but packet forwarding across both switches will use CPU. In case vlan-filtering...
by S8T8
Tue Jan 30, 2024 7:00 pm
Forum: General
Topic: To xSTP...or not [SOLVED]
Replies: 4
Views: 1917

Re: To xSTP...or not [SOLVED]

Hi @erlinden, it's an interesting topic and I want to share some researches; I have a very basic topology, Router -> Switch -> APs, Router and Switch are connected via Trunk ports trough DAC 10G and Ethernet 1G (disabled, at the moment). From: https://help.mikrotik.com/docs/display/ROS/Bridging+and+...
by S8T8
Thu Jan 25, 2024 7:33 pm
Forum: Beginner Basics
Topic: CCR2004-16G-2S multiple bridges or not?
Replies: 38
Views: 8529

Re: CCR2004-16G-2S multiple bridges or not?

Yes sir. DarkNate, I trust you more than me :) This is an RB4011, currently I can't show you that ports were hardware offloaded due to testing dhcp/igmp snooping enabled; /interface bridge add dhcp-snooping=yes frame-types=admit-only-vlan-tagged igmp-snooping=yes igmp-version=3 mld-version=2 name=Br...
by S8T8
Wed Jan 24, 2024 6:18 pm
Forum: Beginner Basics
Topic: CCR2004-16G-2S multiple bridges or not?
Replies: 38
Views: 8529

Re: CCR2004-16G-2S multiple bridges or not?

@DarkNate, I could have misread and I don't even have 0,1% of your knowledge, the note you posted seems to be for "Other devices with a built-in switch chip" (VLANs configured on the switch). I was one that reported bug on the RB4011 in v7.8 for devices with 2 switches and hardware offload...
by S8T8
Tue Jan 16, 2024 11:38 am
Forum: Wireless Networking
Topic: Finally success - 802.11r/k/v fast roaming works reliably with WifiWave2
Replies: 74
Views: 57391

Re: Finally success - 802.11r/k/v fast roaming works reliably with WifiWave2

@andriys, I was interested in testing suggestion by @whatever about connect-priority=0/1 but I wonder how this affect connect-group and security (this was implemented to prevent MacStealer attack), connect-priority=0/1 should allow duplicate MAC addresses to be connected at the same time.
by S8T8
Fri Jan 05, 2024 11:52 am
Forum: Beginner Basics
Topic: Edge and Point-to-Point bridge ports [SOLVED]
Replies: 7
Views: 5155

Re: Edge and Point-to-Point bridge ports [SOLVED]

Thanks sir pe1chl, it was a test for learning, will ask to support why edge=no is not working.
by S8T8
Thu Jan 04, 2024 9:50 pm
Forum: Beginner Basics
Topic: Edge and Point-to-Point bridge ports [SOLVED]
Replies: 7
Views: 5155

Re: Edge and Point-to-Point bridge ports [SOLVED]

Doing some tests following the suggestions by @ pe1chl and noticed that, setting edge=no on Trunk port connected to CRS326 switch with RSTP enable or WiFi devices are unable to get IP form DHCP, is this expected when using edge=no in a port that is connected to another bridge (MT Switch)? no-discove...
by S8T8
Tue Jan 02, 2024 9:41 pm
Forum: Beginner Basics
Topic: Edge and Point-to-Point bridge ports [SOLVED]
Replies: 7
Views: 5155

Re: Edge and Point-to-Point bridge ports [SOLVED]

Thank you Edge port should be no when directly connected to a xSTP Bridge, like a Trunk port to Switch or Wireless mode=station-bridge. Point-to-Point is less clear, should be set to yes for any directly connected ethernet port with xSTP or non xSTP enabled and Wireless mode=station-bridge with xSTP...
by S8T8
Tue Jan 02, 2024 5:47 pm
Forum: Beginner Basics
Topic: Edge and Point-to-Point bridge ports [SOLVED]
Replies: 7
Views: 5155

Re: Edge and Point-to-Point bridge ports [SOLVED]

Indeed, protocol-mode=none is suggested, except for AX devices, question was intended to be educational.

Is correct what I wrote before about edge and point-to-point ?
by S8T8
Tue Jan 02, 2024 4:32 pm
Forum: Beginner Basics
Topic: Edge and Point-to-Point bridge ports [SOLVED]
Replies: 7
Views: 5155

Edge and Point-to-Point bridge ports [SOLVED]

Dear experts, raised the curiosity reading v7.14b changelog; *) bridge - make "point-to-point=yes" default value for non-wireless bridge ports; *) bridge - try to set wireless bridge ports as edge ports automatically; noob questions, we can assume that any port not directly connected to an...
by S8T8
Mon Dec 04, 2023 3:27 pm
Forum: Wireless Networking
Topic: Spanning Tree on Access Point
Replies: 7
Views: 5366

Re: Spanning Tree on Access Point

Nothing mysterious, as you noticed in Bridge Hardware Offloading Currently, HW offloaded bridge support for the IPQ-PPE switch chip is still a work in progress. We recommend using, the default, non-HW offloaded bridge (enabled RSTP). Any condition that disables HW offload is fine on switch chip IPQ-...
by S8T8
Mon Dec 04, 2023 11:48 am
Forum: Wireless Networking
Topic: Spanning Tree on Access Point
Replies: 7
Views: 5366

Re: Spanning Tree on Access Point

@kravemir I'm not that expert for a proper answer, about xSTP the answer received from support was that protocol-mode=none is fine but not for AX devices with switch chip not enabled for hardware offloading.
by S8T8
Fri Dec 01, 2023 5:06 pm
Forum: General
Topic: DNS exact match with regex [SOLVED]
Replies: 5
Views: 14818

Re: DNS exact match with regex [SOLVED]

I just discovered that Mac devices are not able to ping .local devices adding static DNS with this formula (^|\.)mikrotik\.com , due to .local included/added when not TLD is specified, in fact mydevice.mikrotik.com is resolved but not just ping mikrotik or mikrotik.local . This is more correct? (^|\...
by S8T8
Fri Dec 01, 2023 1:15 pm
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3559

Re: Questions about (basic) firewall

Thanks @LdB! So interesting... 1) 127.0.0.1, default is dst-address= , in some topics I found suggestion for src-address= . The fists, DST, should be used when same device is CAPsMAN and CAP as the same time, SRC lo allow the internal loopback interface, in case is not already allowed by design. 127...
by S8T8
Wed Nov 29, 2023 7:55 pm
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3559

Re: Questions about (basic) firewall

Questions reduced and updated, hope for some interesting answers
by S8T8
Mon Nov 27, 2023 9:25 pm
Forum: General
Topic: Route Traffic through WireGuard to Internet [SOLVED]
Replies: 20
Views: 10610

Re: Route Traffic through WireGuard to Internet [SOLVED]

Hello @avav, not that relevant with this topic but, what's the difference between: add action=accept chain=input comment="admin access" src-address-list=Authorized add action=drop chain=input comment="DROP ALL ELSE" - add action=accept chain=forward comment="allow internet t...
by S8T8
Wed Nov 22, 2023 10:11 pm
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3559

Re: Questions about (basic) firewall

Thanks @k6ccc
by S8T8
Tue Nov 21, 2023 9:02 pm
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3559

Re: Questions about (basic) firewall

Yes, read that topic and also did an extensive research through the forum; - question 1, read a suggestion from @rextended about use src-address instead of dst-address - question 2, is from @anav topic, add action=drop chain=input seems to be enough - question 3, @sindy indicated the use of in-inter...
by S8T8
Tue Nov 21, 2023 8:06 pm
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3559

Re: Questions about (basic) firewall

Any hints? :)
by S8T8
Sun Nov 19, 2023 8:08 pm
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3559

Re: Questions about (basic) firewall

(updated)
by S8T8
Sun Nov 19, 2023 2:25 am
Forum: General
Topic: Questions about (basic) firewall
Replies: 9
Views: 3559

Questions about (basic) firewall

Dear experts, in my home environment I'm using a basic MikroTik router plus some additions like VLAN, VPN, configured following wiki, the great pcunite's VLAN topic, and other advices (thanks to all forum community!) No big issues, just some clarifications; 1) Firewall Filter, 127.0.0.0 what's the d...
by S8T8
Mon Nov 06, 2023 7:28 pm
Forum: Useful user articles
Topic: MultiWAN with RouterOS
Replies: 54
Views: 32382

Re: MultiWAN with RouterOS

Questions 1 & 2: Thanks @pcunite, appreciated, you know better than many of us! Question 3 we had confirmation from @anav and @Amm0 that loose-tcp-tracking=no is OK. Question 1, your point is clear. Question 2, as your example, the server is routed only via specific ISP or Wireguard from my exa...
by S8T8
Fri Nov 03, 2023 7:23 pm
Forum: Useful user articles
Topic: MultiWAN with RouterOS
Replies: 54
Views: 32382

Re: MultiWAN with RouterOS

Hello, thanks pcunite for this very informative and well-explained post! I'm using a different approach, without routing tables and mangle rules, different scope values, adapting suggestions (probably in the wrong way) from @sindy posts . add comment="WAN1" distance=1 dst-address=1.1.1.1 g...
by S8T8
Sat Oct 28, 2023 7:38 pm
Forum: General
Topic: VLAN MTU
Replies: 5
Views: 10044

Re: VLAN MTU

Follow up on this, there is any advantage to increasing MTU on ethernet ports but not in VLAN?
For example, setting L2MTU at the maximum and MTU to 9000 for trunk ports (both sides. Router and Switch) or for NAS, VLAN will stay at 1500 for compatibility.

Thanks!
by S8T8
Sun Oct 22, 2023 12:16 am
Forum: Scripting
Topic: How to apply Queue to specific ports?
Replies: 1
Views: 2715

How to apply Queue to specific ports?

Hello, trying to apply FQ Codel to all ports except WAN, previously I was using: /queue interface set [find where default-queue~"hardware"] queue="NewQueue" now, to exclude WAN ports that are not in the Bridge: :foreach i in=[/interface bridge port find where interface~"sfp|...
by S8T8
Tue Oct 10, 2023 8:47 pm
Forum: Scripting
Topic: Script to update RouterOS after X days of release
Replies: 51
Views: 17076

Re: Script to update RouterOS after X days of release

Edited for simplified version
Nice! Should not be more useful to pick just the date and compare it with the current date [/system clock get date], than if the date is X days after the release, install?
by S8T8
Fri Oct 06, 2023 1:54 am
Forum: Wireless Networking
Topic: Wireless bonding, radio failover
Replies: 1
Views: 2395

Wireless bonding, radio failover

Hello, after reading somewhere that some MT 60 GHz products have a redundant radio solution, I've been curious to understand how; from my understanding, in case 60Ghz communication between both devices stops, a secondary frequency will enter in use. This should be possible using Bonding active-backu...
by S8T8
Wed Sep 06, 2023 1:12 am
Forum: General
Topic: DNS exact match with regex [SOLVED]
Replies: 5
Views: 14818

Re: DNS exact match with regex [SOLVED]

This should be correct:
/ip dns static add regexp="(^|\\.)guugol\\." address=10.10.10.10
by S8T8
Tue Sep 05, 2023 7:22 pm
Forum: General
Topic: DNS exact match with regex [SOLVED]
Replies: 5
Views: 14818

DNS exact match with regex [SOLVED]

Hello, noob question, adding a static DNS entry using regex /ip dns static add regexp="[*mikrotik*]" address=10.0.0.2 will match everything that contains "MikroTik", or "myMikroTikDevice.com" , how to match only " mikrotik " and not "myMikroTik" or &...
by S8T8
Fri Aug 25, 2023 1:36 pm
Forum: Scripting
Topic: Netwatch script to report downtime?
Replies: 3
Views: 3789

Re: Netwatch script to report downtime?

Thanks @eworm, I'm a big fan of your Repo, very intresting :) Will look into it, thanks!
@msatter, I found "uptime" easy for what I would like to have, a log entry like "Internet not available for 10 min..."
by S8T8
Thu Aug 24, 2023 9:35 pm
Forum: RouterOS beta
Topic: Using WifiWave2 to bridge two Audience wirelessly, thoughts? == 4-address mode
Replies: 56
Views: 32011

Re: Using WifiWave2 to bridge two Audience wirelessly, thoughts? == 4-address mode

@Amm0
What's new in 7.12beta3 (2023-Aug-24 12:15):
*) wifiwave2 - enable changing interface MTU and L2MTU;
by S8T8
Thu Aug 24, 2023 5:45 am
Forum: Useful user articles
Topic: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]
Replies: 43
Views: 49923

Re: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]

Appreciated your assistance, thanks @Amm0! Spent days trying to figure out what's wrong, had mixed and inconsistent results. Today I noticed that the ARP table was not populated with IP and MAC from device at the other side (Router B) - Bridge Test, adding it helped to succeed with Ping instead of &...
by S8T8
Sat Aug 19, 2023 1:26 pm
Forum: General
Topic: A very simple redirect (to an http page) after join WiFi
Replies: 38
Views: 12915

Re: A very simple redirect (to an http page) after join WiFi

Is it possible to redirect a new device connecting to DHCP server without external apps or container? (Edited example from @Ammo's post) # add DHCP Option 114 stuff... /ip dhcp-server option add code=114 name=Redirect value="'https://forum.mikrotik.com'" /ip dhcp-server option sets add nam...
by S8T8
Fri Aug 18, 2023 5:48 pm
Forum: Scripting
Topic: Netwatch script to report downtime?
Replies: 3
Views: 3789

Netwatch script to report downtime?

Hello, hope title is appropriate and clear; recently had WAN issues reported by Netwatch, would be useful to receive a notification like "Internet was not available from 2PM to 3PM" or "... for 1 hour". I was thinking about something like: :global Uptime; :global Downtime; global...
by S8T8
Wed Aug 16, 2023 6:21 pm
Forum: Useful user articles
Topic: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]
Replies: 43
Views: 49923

Re: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]

Followed your instructions a small step forward... In my specific case VLAN's IP address were duplicates on both side...(I feel so dumb!) 1st "Bridged Test": [on Routers] ✓ Created ZeroTier interface on both Routers (A - B) with Allow Managed unchecked /zerotier interface add allow-default...
by S8T8
Mon Aug 14, 2023 1:21 pm
Forum: Announcements
Topic: v7.11rc is released!
Replies: 195
Views: 63941

Re: v7.11rc is released!

Obviously BTH is not release-ready yet. And probably stabilizing BTH would take longer time than MT devs would like.
As MikroTIk fan, this move is 100% approved, BTH is a nice have but pretty sure there is a looong list of things to fix/improve!
Nice job MT, waiting for Stable.
by S8T8
Mon Aug 14, 2023 1:12 pm
Forum: Useful user articles
Topic: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]
Replies: 43
Views: 49923

Re: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]

OK so, an example of config (I don't have the export with me now but it's pretty much based on MT KB and pcunite's guide : /interface bridge add name=Bridge vlan-filtering=yes frame-types=admit-only-vlan-tagged /interface vlan add interface=Bridge name=LAN vlan-id=10 add interface=Bridge name=GUEST ...
by S8T8
Mon Aug 14, 2023 1:14 am
Forum: Useful user articles
Topic: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]
Replies: 43
Views: 49923

Re: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]

Hi all, trying to learn more about ZT, read couple times the very well written guide by @Ammo (thanks again!), what I would like to achieve is in the middle between use case C and D, bridge single VLAN to another MikroTik device, to be able to reach an IoT device connected to Router B (behind NAT) f...
by S8T8
Sun Aug 06, 2023 4:17 pm
Forum: Wireless Networking
Topic: Spanning Tree on Access Point
Replies: 7
Views: 5366

Re: Spanning Tree on Access Point

You're saying better have it than don't?

Loops happens plugging more than one ethernet cable, right?
by S8T8
Sun Aug 06, 2023 3:52 am
Forum: Wireless Networking
Topic: Spanning Tree on Access Point
Replies: 7
Views: 5366

Spanning Tree on Access Point

Hello, it should and easy question; in a basic topology, Router -> Switch -> AP is RSTP useful/necessary? Or protocol=none is OK? Is the use of CAPsMAN making any difference? WiFiWave2 wiki says If the CAP is hAP ax2 or hAP ax3, it is strongly recommended to enable RSTP in the bridge configuration, ...
by S8T8
Thu Jul 20, 2023 10:09 pm
Forum: Scripting
Topic: NTP Client Synchronized
Replies: 4
Views: 4363

Re: NTP Client Synchronized

Hello, old topic I know...
I'm in a similar position of the OP, with a script to replace NTP server every day, I wonder if this is really necessary or RouterOS is able to keep synched with the sever just adding the server once (/ntp client set server=NTPpool.org...)
Thanks!
by S8T8
Sun Jul 16, 2023 3:58 pm
Forum: Useful user articles
Topic: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]
Replies: 43
Views: 49923

Re: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]

Excellent as always, @Amm0! - I was referring to an MT router with a direct route to the internet (no NAT, Public IP assigned), assigning ZT interface to LAN interface-list was enough for me - Unfortunately no IPv6 (still...) - I can confirm that UPnP enabled on ZT interface is creating a dynamic ro...
by S8T8
Sat Jul 15, 2023 6:02 pm
Forum: Useful user articles
Topic: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]
Replies: 43
Views: 49923

Re: ZeroTier on Mikrotik – a rosetta stone [v7.1.1+]

Hi all, thanks @Amm0 for this interesting and detailed guide! There is a point not very clear to me; Supporting either UPnP or NAT-PMP on your network can greatly improve performance by allowing ZeroTier endpoints to map external ports and avoid NAT traversal entirely. this means that, in case of pu...
by S8T8
Sun Jul 09, 2023 2:02 pm
Forum: Wireless Networking
Topic: ax series lineup WiFi issues
Replies: 344
Views: 151302

Re: ax series lineup WiFi issues

Hi @gigabyte091, could you please share your /interface wifiwave2 export on both devices?
I was testing CAPsMAN for a similar set-up you have without success, WiFi settings were non applied to CAP.
Thanks!
by S8T8
Mon Jun 12, 2023 1:11 pm
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

I get your point, I see more interesting the user than IP in this specific case, "you" can still access to the router and read the full log, if someone had access to the device I would try to do log-in to the router anyway. This was just my point of view, I could be wrong. On my phone I re...
by S8T8
Mon Jun 12, 2023 10:57 am
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

Excellent @rextended, shockingly easy and works!
Now, in a perfect world text with more that 30 characters should have "..." at the end and shorter not. I'll try to scratch my head but if you have an hint to point in the right direction... :)
by S8T8
Sun Jun 11, 2023 9:33 pm
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

Not a problem at all, just to share an opinion, a long log message could result in 3/4 or more text lines.

If you could give an hint would be appreciated, as always.
Thanks
by S8T8
Sun Jun 11, 2023 7:15 pm
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

Hello all, @rextended, someone may will find useful the option to truncate messages, like logs with more than 30 characters are replaced with "...".
What do you think?
by S8T8
Tue Jun 06, 2023 12:45 am
Forum: Wireless Networking
Topic: ax series lineup WiFi issues
Replies: 344
Views: 151302

Re: ax series lineup WiFi issues

@gigabyte091 witch version are you using? WPA3 disabled? Any particular setting off?
by S8T8
Sun Jun 04, 2023 5:41 pm
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

Hi @rextended, using the latest version of the script provided, if possible would be nice to have integrated the possibility to exclude some topics but integrate if associated with others to be included, like MikroTik logging settings. Let me explain a little bit better; If we include topic "DH...
by S8T8
Wed May 31, 2023 1:25 am
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

EDIT 2: Exclude on default ipsec error messages phase1 negotiation failed , added the possibility to exclude topics regardless are critical or error or warning EDIT 3: Misspell fixed Nice update, this was exactly what I meant! You mind to spend few words on the last Edit? Hope to have other suggest...
by S8T8
Sun May 28, 2023 7:13 pm
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

Also if I don't have any knowledge in scripts I applied few edits; - added a dash " - " before a new line of log sent on the text Example: - 2023-05-28 12:20:46 ether3 link down - 2023-05-28 12:21:03 ether3 link up (speed 100M, full duplex) - changed: and !(message~" -> and !(topic~&q...
by S8T8
Sun May 28, 2023 4:04 am
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

@rextended testing right now, works also for me!
This should be a pinned topic...
by S8T8
Sat May 27, 2023 12:47 pm
Forum: Wireless Networking
Topic: ax series lineup WiFi issues
Replies: 344
Views: 151302

Re: ax series lineup WiFi issues

Out of curiosity, has 7.10rc1 fixed issues with AX devices?
by S8T8
Sat May 27, 2023 12:32 pm
Forum: Scripting
Topic: Log Filter
Replies: 66
Views: 15484

Re: Log Filter

Hello @diamuxin, I was reading your previous post and noticed that the script is looking for the "last log" for the date that was written on the scheduled comment. Druvis from MikroTik wrote a script that may help you to fix the problem and you could try to your integrate: https://github.c...
by S8T8
Tue Mar 28, 2023 2:26 am
Forum: RouterOS beta
Topic: mDNS repeater feature
Replies: 331
Views: 132911

Re: mDNS repeater feature

What is this? "( then also added the LAN subnet + 192.168.1.0/24 )" Hello @DarkNate, I can not be smart like you Sir but I did my best to have the device config working at the best following all official guides (I mean Bridges, VLANs, etc...), waited some days after your initial answer ju...
by S8T8
Mon Mar 27, 2023 3:30 pm
Forum: RouterOS beta
Topic: mDNS repeater feature
Replies: 331
Views: 132911

Re: mDNS repeater feature

What is the reason for your fear of loopback interface to correctly set the upstream interface? Hello @DarkNate, apologies for not having followed your example, it was not clear that the "loopback" interface was the one that did the trick. This is what I tested without success, maybe due ...
by S8T8
Sat Mar 25, 2023 2:38 am
Forum: RouterOS beta
Topic: mDNS repeater feature
Replies: 331
Views: 132911

Re: mDNS repeater feature

...it's only two-three lines of config to get it working: https://forum.mikrotik.com/viewtopic.php?t=174354#p982910 Let's see if this second attempt will be the good one :) /interface bridge add frame-types=admit-only-vlan-tagged igmp-snooping=yes igmp-version=3 mld-version=2 name=Bridge protocol-m...
by S8T8
Fri Mar 24, 2023 1:16 pm
Forum: Wireless Networking
Topic: support for 802.11r
Replies: 52
Views: 17831

Re: support for 802.11r

Hello @normis, Roaming between devices is a "new" feature introduced by the WifiWave2 CAPsMAN? Any particular condition needed or following the config example will enable Roaming between Router and APs? https://help.mikrotik.com/docs/display/ROS/WifiWave2#WifiWave2-CAPsMAN-CAPconfiguration...
by S8T8
Mon Mar 20, 2023 4:03 pm
Forum: Wireless Networking
Topic: CAPsMAN roaming features
Replies: 6
Views: 6040

Re: CAPsMAN roaming features

Not familiar with CAPsMAN but, with the recent WifiWave2 compatibility and 802.11 K and R support has something changed on the roaming aspect? The difference between CAPsMAN and Standalone mode is just the speed in configuration process? WifiWave2 CAPsMAN only passes wireless configuration to the CA...
by S8T8
Fri Mar 03, 2023 2:08 am
Forum: Scripting
Topic: [ ] with space or without? [SOLVED]
Replies: 3
Views: 2200

Re: [ ] with space or without? [SOLVED]

Was hoping for an answer from you! The question was easier than you thought, examples: - /interface ethernet set [ find default-name=ether5 ] VS. /interface ethernet set [find default-name=ether5] - $[ /system routerboard get model ] VS. $[/system routerboard get model] - [ :resolve google.com ] VS....
by S8T8
Thu Mar 02, 2023 9:20 pm
Forum: Scripting
Topic: [ ] with space or without? [SOLVED]
Replies: 3
Views: 2200

[ ] with space or without? [SOLVED]

Apologies for the "idiod" question; I saw many scripts with [ /function ] with and without the spaces between [brackets], always used without but all the scripts from MikroTik are with a space in between.
There are cases where space is necessary and other where is not? (Except RegEx)
Thanks
by S8T8
Wed Feb 22, 2023 8:10 pm
Forum: General
Topic: VLAN MTU
Replies: 5
Views: 10044

Re: VLAN MTU

THANKS Guru @mkx! Very informative answer.
QinQ is a case where VLAN MTU should be increased? (Not related to my example)
by S8T8
Tue Feb 21, 2023 10:10 pm
Forum: General
Topic: VLAN MTU
Replies: 5
Views: 10044

VLAN MTU

Hello, days ago I found a comment on Reddit mentioning about the correct MTU for VLAN of 1508 to avoid fragmentation; /interface vlan add interface=bridge mtu=1508 name=VLAN-10 vlan-id=10 has this sense or a specific reason? In this example there was no mention of MPLS or routing protocols. Thanks.
by S8T8
Fri Feb 17, 2023 4:42 pm
Forum: General
Topic: Remote logging solution?
Replies: 3
Views: 973

Re: Remote logging solution?

@piotrchm93 thanks, never spent time learning The Dude, don't know if this is the right tool, an always-on VPN for small devices could be resource intensive but will try to understand more how it works. @anav, I was looking into Telegram, Signal and Element (Matrix) scripts, probably are the best wa...
by S8T8
Thu Feb 16, 2023 10:24 pm
Forum: RouterOS beta
Topic: mDNS repeater feature
Replies: 331
Views: 132911

Re: mDNS repeater feature

@DarkNate, appreciated your help, followed suggestions on the previous post but not working, could be my fault. Tried setting the bridge as upstream and then the VLAN2, printer was not visible on both cases, connected to VLAN1 and worked immediately. I'm OK with IGMP Proxy, the MT complicated way in...
by S8T8
Wed Feb 08, 2023 4:53 pm
Forum: General
Topic: Remote logging solution?
Replies: 3
Views: 973

Remote logging solution?

Hello, I'm "managing" 3 MT devices (home, office, parents), looking for an advice for easy solution to check logs. Actually, I have set-up email forwarding for most relevant topics, working great, it's only a little bit of a mess with the personal email. An alternative could be still using...
by S8T8
Wed Feb 08, 2023 4:30 pm
Forum: RouterOS beta
Topic: mDNS repeater feature
Replies: 331
Views: 132911

Re: mDNS repeater feature

@DarkNate, interesting, could you share an example of your configuration? igmp-snooping will disable bridge hardware offloading on many low-end devices, multicast-querier must be disabled on the router?
Thanks
by S8T8
Tue Jan 17, 2023 12:23 pm
Forum: Beginner Basics
Topic: EoIP + WireGuard [SOLVED]
Replies: 4
Views: 2339

Re: EoIP + WireGuard [SOLVED]

@Frankxo, could you please share an example of the usecase for EoIP with Wireguard and, if possible, the CLI part of how you implemented it?
Thanks
by S8T8
Tue Nov 15, 2022 9:49 pm
Forum: General
Topic: how does L3HW actually works?
Replies: 128
Views: 42958

Re: how does L3HW actually works?

Thanks @biomesh, really appreciated!
by S8T8
Tue Nov 15, 2022 8:42 pm
Forum: General
Topic: how does L3HW actually works?
Replies: 128
Views: 42958

Re: how does L3HW actually works?

I'm using a MT router for handling PPPoE, couple of VLANs, Firewall, DHCP, etc... a CRS device wtih the trunk port to the router, connected devices are separated from VLAN A and VLAN B. From what I understand using L3HW is ignoring firewall roules, but those roules are "managed" by the rou...
by S8T8
Tue Nov 15, 2022 4:29 am
Forum: General
Topic: how does L3HW actually works?
Replies: 128
Views: 42958

Re: how does L3HW actually works?

Hello, a little bit dumb question...
In a basic SOHO enviroment, is L3HW useful only when multiple subnets, firewall rules or routes are involved?
As example in a CRS switch L3HW is supported but not usefu (in most of cases), correct?
by S8T8
Tue Sep 20, 2022 1:09 am
Forum: General
Topic: most effective failover? [SOLVED]
Replies: 53
Views: 12194

Re: most effective failover? [SOLVED]

Apologies for adding question not too relevant, I tried to set up a failover but never understood how to properly do using @anav example, I have a PPPoE and DHCP Client connection, or a static IP and DHCP Client connections, should work this easy way? /interface pppoe-client add add-default-route=ye...
by S8T8
Mon Sep 19, 2022 6:00 pm
Forum: Beginner Basics
Topic: VoIP VLAN, how?
Replies: 5
Views: 3039

Re: VoIP VLAN, how?

Thanks a lot @soonwai!
@Dude2048 I read all the pcunite's guide, my question was specific, if the only and best way to use VoIP VLAN is to have a second bridge losing the hardware offload.
If useful for someone, I used a very similar solution suggested by @soonwai for PPPoE passtrough.
by S8T8
Sat Sep 17, 2022 1:18 pm
Forum: Beginner Basics
Topic: Redirect all DNS requests to local hosted Pi-Hole [SOLVED]
Replies: 21
Views: 11081

Re: Redirect all DNS requests to local hosted Pi-Hole [SOLVED]

maybe this as first rule
/ip firewall nat add chain=dstnat action=accept... pihole.ip
by S8T8
Sat Sep 17, 2022 1:11 pm
Forum: Beginner Basics
Topic: VoIP VLAN, how?
Replies: 5
Views: 3039

Re: VoIP VLAN, how?

any hint is the solution could be like add a second Bridge with WAN port + untagged VLAN836 to LAN port, losing the hardware offload due to multiple bridges or add the VLAN 836 to one LAN port in the main bridge...
Sorry not very techical
by S8T8
Thu Sep 15, 2022 7:30 pm
Forum: Beginner Basics
Topic: VoIP VLAN, how?
Replies: 5
Views: 3039

VoIP VLAN, how?

Dear MikroTik experts, currently using an hAP ac2 with a pair of VLANs to the bridge, connected to ISP via VLAN835, an analog phone is configured to an external VoIP gateway, /interface vlan add interface=ether1 name=ISP-VLAN vlan-id=835 /interface pppoe-client add add-default-route=yes default-rout...