General • Re: Multicast/OSPF over ZeroTier
Thanks for reply.Default flow rules allow for ip4, ip6 and arp, so ospf should be included.By the way I also tried to put just accept and still doens't work on Mikrotik.But it works on OPNsense with...
View ArticleGeneral • Re: Need a 12 port 2,5Gbit Switch WITHOUT FANS !
Looking at competitors there are not many options for a 12-port 2.5G fanless switch.Netgear have a 8-port 2.5G named MS308E:https://www.netgear.com/business/wired/ ... us/ms308e/While Trendnet have a...
View ArticleGeneral • Re: Reset RouterOS without losing remote access (Winbox/SSH)
This can be an expensive but sizeoptimized solution to do so https://www.flexoptix.net/en/t-c12-rs232i.htmlOther options are of course to get a proper SCS (serial console server) with dual LAN...
View ArticleAnnouncements • Re: v7.18.2 [stable] is released!
I have upgraded a PPC 1100AHx2 router to 7.18.2 from 7.13 and the login page is messed up. It looks like the 7.13 page except the images are broken and there are tags like %version% and %user% showing...
View ArticleThe User Manager • Re: Showing Total Transferred or Total Download in Status...
Any tips or hints, where I can get paid service for such thing?Statistics: Posted by hasan020 — Tue Apr 22, 2025 12:03 am
View ArticleGeneral • Is there a faster way to do NAT ?
Is there a faster way to do NAT ?This is just some out-of-the-box thinking. I don't know if this is even feasible - but here are my rough thoughts ...- A very basic Mikrotik NAT router ( with two...
View ArticleGeneral • Re: Wi‑Fi 7 / 802.11be
IMO , when it comes to Mikrotik shipping any Wi‑Fi 6E or Wi‑Fi 7 , it's gonna be "Hurry up and wait for years ... and say to yourself - Will it ever come out ?"Well comparing Tik to similar specced...
View ArticleGeneral • Re: How to maximize throughput on SSTP
Whoever uses SSTP needs to understand that it is highly inefficient, by design. Every packet, no matter if TCP or UDP, is encapsulated in an SSL connection, running over TCP, requiring the usual ACK...
View ArticleAnnouncements • Re: SwOS version 2.17 released!
I'll take a SwOS MikroTik over any other manufacturer's "managed" switch any day, but I hope I am not the only one who thinks the slight cost saving for a device that only runs SwOS instead of ROS...
View ArticleGeneral • PIM-SI???
So there is an existing router that has to stay.I connected it to my Mikrotik and set up a route from the Tiks Subnet to the Existing router's subnet.I need a nat rule to masquarade to get from my...
View ArticleGeneral • PIM-SM???
So there is an existing router that has to stay.I connected it to my Mikrotik and set up a route from the Tiks Subnet to the Existing router's subnet.I need a nat rule to masquarade to get from my...
View ArticleScripting • Re: Poor man's power failure monitoring
It’s a clever way to keep track of power states using an interface. I appreciate the detailed explanation and code, it’s helpful for those of us looking to implement similar solutions.Statistics:...
View ArticleBeginner Basics • Confusing output while checking routeros updates (in stable...
Code: /system package update check-for-updates without-paging channel: stable installed-version: 6.49.18 status: finding out latest version... channel: stable installed-version: 6.49.18...
View ArticleBeginner Basics • 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"Statistics: Posted by Amm0 — Tue Apr 22, 2025 3:26 am
View ArticleGeneral • Re: Is there a faster way to do NAT ?
My understanding is that this is in fact exactly what "action=netmap" does.I have not, however, benchmarked it against "action=masquerade" or action="src-nat". I suspect any improvement in performance...
View ArticleGeneral • where is “openflow“ on routeros V7.18?
I cant found this function,thanksStatistics: Posted by intensex — Tue Apr 22, 2025 3:53 am
View ArticleForwarding Protocols • Re: BGP route filter "dst in address_list"...
Almost a year later and the issue is still present. I'm not being able to find a workaround. all /32 that are announced from BGP peer are filtered by the rule Code: chain=BGP_IN_VPN_VDF rule="if ( dst...
View ArticleGeneral • How to setup ikev2 psk on sub routeros behind NAT and main router...
My network like this:Android 15 phone with ikev2 client built in(192.168.88.10) ----> routeros (192.168.88.1, 192.168.2.3) ----->Routing----->main routeros (192.168.4.4, 192.168.5.1)...
View ArticleBeginner Basics • Re: Confusing output while checking routeros updates (in...
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...
View ArticleForwarding Protocols • Re: RouterOS 7: routing "in" matcher against...
I'm wondering if we can achieve this with something like:Code: rule="if ( dst in bogon4 && dst-len=8-32) { reject; }" i will give-it a try.Statistics: Posted by novasys — Tue Apr 22, 2025 4:37...
View Article