Scripting • Re: Variable not being referenced by ":find" command?
Hi @ghostinthenet,I got it working - in my case the issue was that the variable immediateGateway was an array. Here is my code:Code: {:local immediateGateway [/ip/route get [/ip route find where...
View ArticleWireless Networking • SXT 6 constantly dropping LTE
Hello,I bought the Mikrotik SXT 6 in hopes of getting higher 4G speed. The speed is great, when it works... My previous router (Asus 4G-AC68U) never had any problems with dropping the connection. The...
View ArticleBeginner Basics • Bridge VLAN Filtering
Would anyone be kind enough to advise whether the VLAN Bridge feature supported by Mikrotik is proprietarily designed to function solely across Tik devices? I have discovered a multitude of threads,...
View ArticleWireless Networking • Re: capsman issues when usng VLANs (wifiwave2) {SOLVED]...
I gave up on VLANs and used a separate bridgeUnfortunately I had problems with the bridge not routing to my boundary router (probably because untagged traffic was bridged to it)The way I resolved the...
View ArticleGeneral • Re: Ipv6 Multiple Gateways
The only thing Mikrotik router can do is to choose route depending on src-address. The way you can affect choice of route is by making LAN devices to have "the right" IPv6 address.Are you saying...
View ArticleScripting • Netwatch with fetch stopped working after 7.13
Hi.After update firmaware to 7.13 stopped working fetch url in Netwatch.Also try from 7.13.2 and 7.14.beta7 with same problem.Example in Netwatch Up/Down: /tool fetch...
View ArticleGeneral • Re: IPv6 different gateways for different subnets
THIS WORKS!!/routing rule add action=lookup disabled=no src-address=2001:470::/32 table=he6thx this post viewtopic.php?t=191838#p973236Statistics: Posted by GAAA — Thu Jan 18, 2024 12:06 am
View ArticleScripting • Re: Netwatch with fetch stopped working after 7.13
Have you tried using a separate script and set It as either the up or down script in netwatch?There should be an entry (possibly cryptic) in the log if the script (triggered by netwatch) fails to...
View ArticleWireless Networking • Guest WiFi IPv6 firewall weirdness [SOLVED]
As per my previous post about setting up guest WiFi with untagged and VLAN tagged bridged networks between a CCR boundary router an ax2 AP and Audience WiFi extender viewtopic.php?t=203304IPv4 routing...
View ArticleWireless Networking • Re: cAP ax 5GHz not working in CAPsMAN
Just came here to say with v7.13+ and the new qcom packages:hAP ac3 defaults to wifi1 being 2GHzhAP ax3 defaults to wifi1 being 5GHzStatistics: Posted by k2dI5umrD9VO — Thu Jan 18, 2024 12:33 am
View ArticleBeginner Basics • Re: Bridge VLAN Filtering
To put it simply, MT devices accept trunk ports, access ports and hybrid ports without issues, regardless of vendor. Internally, this is the best guide for at least routers......
View ArticleUseful user articles • Re: FORUM ACCESS & USE - NEW POSTERS
I am not interested in legacy, I am interested in improving the forum. I put much time and energy into it, I dare so as much as anyone else has.When the mods and Mikortik improve the posting process,...
View ArticleGeneral • Re: OpenVPN connection stays dynamic
You should remove "D" flags with script and schedule. It's Mikrotik bug.Add your script with name remove-useless-scriptCode: /system script add name=remove-useless-script owner=admin...
View ArticleWireless Networking • 60GHz PTMP with 5gz Failover Sanity Check
Now I did do my research !! and found this link here that kind of led me to what I feel is a working setup for these (3) 60G AC Cubes.. working as a 60ghz PTMP with 5gz FailOver.....
View ArticleWireless Networking • Re: Guest WiFi IPv6 firewall weirdness
Found the problemThe IPv6 firewall behaves differently to the IPv4 firewall for EoIP interfacesThe simple solution was to set a dst-address on the firewall ruleCode: [admin@SwissMikroTik] > /ipv6...
View ArticleGeneral • Re: Wirefuard and two ISP
Your configuration is incorrect and there may be multiple compounding errors.Statistics: Posted by anav — Thu Jan 18, 2024 2:34 am
View ArticleForwarding Protocols • Re: BGP Filters translate from ros6 to ros7 not working
Macosoft, I think your last 3 rules should be:Code: add chain=from_rds disabled=no rule="if (dst-len>-1) {set distance 50; accept}"add chain=to_rds disabled=no rule="if (dst-len>-1) {reject}"...
View ArticleScripting • Re: Help post Is it possible to write a Chinese to URLencode...
谢谢您的回复I've been looking for a long time and still haven't found a solution.Statistics: Posted by liuyao — Thu Jan 18, 2024 4:46 am
View ArticleGeneral • Static and dynamic IPs on the same modem?
I've had some basic experience with using the dhcp-client as well as getting a static IP from my ISP, but I'm looking to combine the two and I've reached the limit of my knowledge:My ISP gives me a...
View ArticleBeginner Basics • Re: NTP stuck on Waiting....
I firmly believe that mikrotik has been having problems as an ntp server since 7.2rc. In the service project, I raised a work order more than once, but it seems that it has not been completely...
View Article