Scripting • Re: calculate date from days variable
Six lines less (not much):Code: :set lastday "31" :if ([$CurrentMonth] = "02") do={ :if ($leapyear = true) do={ :set lastday "29" } :if ($leapyear = false) do={ :set lastday "28" }} :if ($CurrentMonth...
View ArticleScripting • convert timestamp to 17d 00:00:00
good morning everyone, is there a clean way to turn 2w3d into 17d 00:00:00?Code: /ip hotspot user profileset [ find default=yes ] mac-cookie-timeout=2w3dStatistics: Posted by abbio90 — Sun Jun 02,...
View ArticleGeneral • Re: DHCPv6 client, I set a cientid value for option code 1, but the...
From the log, I can see that the DUID I submitted has been modified successfully as I expected and is in compliance with the specified format.But why does ROS report an error “bad client...
View ArticleScripting • Re: Importing private SSH keys fails
It's surreal that in 2024 I have to use rsa keys and legacy key formats. Especially seeing as how all ssh-related libraries are open-sourced.Statistics: Posted by aka13 — Sun Jun 02, 2024 2:59 pm
View ArticleVirtualization • Re: CHR ARM64 images are broken?
Finally, I have booted it up with qcow2 type of image.Thank you!Code: MikroTik 7.15rc1 (testing)MikroTik Login: How to install it on Oracle Cloud (AMPERE/ARM64) instance?Statistics: Posted by pantigon...
View ArticleBeginner Basics • Re: Adding an additonal network
Depending on configuration of "3rd party" devices you may be creating loop(s) in your LAN. One potential loop is between CRS328 and openSense router, another potential loop is between CRS328, CRS305...
View ArticleGeneral • Re: MVRP usage
The basic logic behind VLANs is that ports are either trunk (carrying many/all VLANs tagged and optionally one - native - untagged) or access (carrying one VLAN untagged). It's clear that for the...
View ArticleBeginner Basics • WiFi Connect list
Is Wifi Connect list available in new drivers (qcom-ac)? Somehow i cannot find it.Statistics: Posted by dcavni — Sun Jun 02, 2024 3:47 pm
View ArticleBeginner Basics • Re: WiFi Connect list
Sure does.Can you check that you have the package qcom-ac installed?Code: /system/package/printColumns: NAME, VERSION, BUILD-TIME, SIZE# NAME VERSION BUILD-TIME SIZE 0 wifi-qcom-ac 7.15 2024-05-29...
View ArticleScripting • Re: Script not running
Thank you so much for both you guys. I am very grateful for your explanations. Helped me a lot.Statistics: Posted by globalmedia — Sun Jun 02, 2024 4:57 pm
View ArticleGeneral • Re: Back To Home VPN - spamming logs when disconnected
I had the same problem with wireguard log spam. We solved it by add !wireguard in log. -> viewtopic.php?t=207884You can use terminal method by rextended or winbox way by me (follow picture). Both...
View ArticleWireless Networking • mANTBox ax 15s ptp - is it possible?
I'm kinda new to the whole Mikrotik world so forgive me if i'm asking an absolute noob question.I have a 100m ptp wireless link made of 2 Ubiquiti NBE 5 AC 16dBi devices. There is line of sight and...
View ArticleBeginner Basics • Re: Mikrotik as secondary router - one LAN port bridged to WAN
/interface vlanadd interface=bridge name=ISP-LAN vlan-id=10add interface=bridge name=HAP-LAN vlan-id=88/interface bridge portadd bridge=bridge interface=ether1 pvid=10 ingress-filtering=yes...
View ArticleBeginner Basics • ipv6 firewall rules clients in LAN privacy/security thing?
Hello network guru's and ninja's.Getting my feet wet with ipv6 and RouterOS 7.15.I have ipv6 working for all clients in my LAN. I get a /48 range from my provider and it all looks good.Now I have ipv4...
View ArticleBeginner Basics • Re: ipv6 firewall rules clients in LAN privacy/security thing?
I did not check the IPv6 firewall rules in depth, so I don't know if they are MT default or something compeltely different (but from afar they do seem a very custom rules). My experience is that MT...
View ArticleBeginner Basics • Re: Extensive QoS config with CAKE - looking for feedback
I have never really understood why qosify seemed so needed, with torrent especially. A) configure cake with nat on, and run torrent on a different IP. B) tell torrent to use CS1 for...
View ArticleGeneral • fq_codel and cake-maint project starting up this month
I am starting up (with some funding from NLNET and comcast) a bufferbloat.net project as of this month to fix some outstanding bugs and add new features. It would be so great if mikrotik would throw...
View ArticleForwarding Protocols • Re: Mangle Issue (Failover With Two WAN)
Some rules mean nothing to me...................The complete config is required for viewing/export file=anynameyouwish ( less router serial number, any public WANIP information, keys etc.)You had a...
View ArticleForwarding Protocols • Re: Port forwarding for Hikvision DVR
(1) It is not clear how you are trying to connect to the DVR.a. Directly from LAN device to DVR using LANIP. Y/N ?b. From Internet using dyndns URL(could be mycloud.net from ip cloud for example) Y/N...
View ArticleGeneral • Wireguard DNS Not Working as Expected
I have a working wireguard instance and a pihole that drops a lot of advertising traffic running on the same router. All of the traffic is forced through the pihole via NAT rules. If I connect to my...
View Article