Scripting • Re: Help script run at startup to run previous scheduler
I did not check this, so I will ask, is next-run in the past if scheduler is not triggered while device is off?If yes, you can just check if next-run is the past from current date and run schedulers...
View ArticleAnnouncements • Re: Newsletter #116 | January 2024
Read our latest newsletter and learn more about:- new outdoor AX devices- new D.I.Y. RouterBOARD- APA-1 overvoltage protection- distributor case studies- latest #MikroTips and tricks, and so much...
View ArticleBeginner Basics • Re: Wireguard handshake but no traffic
Peer address on the Mikrotik router should be/interface wireguard peersadd allowed-address=0.0.0.0/0 client-address=10.6.69.0/24 endpoint-address=xxx.ddns.net endpoint-port=51280 interface=\...
View ArticleBeginner Basics • Re: Not getting the speeds I should be? (Very green)
Your device is a switch by design - the CPU used is not designed for high bandwidth NAT. While FastTrack does lower the load, it's still not an optimal device to be used as a router. The RB5009 would...
View ArticleBeginner Basics • Re: how to give customer 30days internet like ISP do
Or enable MAC filtering through Access List usage, set time=30d and force your clients to use non-randomized MAC address using the following access rule:Code: /interface wifiwave2 access-listadd...
View ArticleGeneral • Re: iOS app serves up WiFi menu for no apparent reason
Seriously, nobody is seeing this except me? I'm seeing it on multiple devices. Just today it happened on an older SXT 2 lite, and I wasn't able to do anything with it because the menus are all...
View ArticleForwarding Protocols • 2 WAN with port forwarding fail
Hello, first of all, sorry if I write something wrong, I'm learning English and using google translate I am completely stuck with this, I need to configure 2 wan with 1 lan network on mikrotik, I have...
View ArticleThe Dude • Re: Dude connects to ROS devices every minute and then disconnects
i came here to see the solution of the problem which is listed here already. But people are fighting here. Finally there is no solution !Statistics: Posted by rihanatkhan — Sat Feb 10, 2024 10:44 pm
View ArticleAnnouncements • Re: v7.14beta [testing] is released!
Please bring IS-IS ipv6 :(Have you even tried?Ofcourse not.There is no changelog for IS-IS.And still flaged as red here,https://help.mikrotik.com/docs/display/ ... l+OverviewIf its ready, at least...
View ArticleGeneral • Wireguard - branches to main site - one works, other not
Hello.I am switching from ipsec to wireguard. But for some reason one branch can communicate with the main location while the other branch not. Configs seem to me identical, but maybe I am missing...
View ArticleForwarding Protocols • Re: 2 WAN with port forwarding fail
Both works but the router sends the answer received with 2'nd WAN via the main one (1'st) which is chosen as default out interface.You should mark connections with source and then send the traffic...
View ArticleGeneral • Re: LOST in Chateau Space.
Thank you for letting us know.Statistics: Posted by infabo — Sat Feb 10, 2024 11:45 pm
View ArticleForwarding Protocols • Foo Over UDP support
Does RouterOS Support Foo-Over-UDP ? https://lwn.net/Articles/614348/ and https://serverfault.com/questions/81464 ... ion-issuesCode: On first machine:root@jeff-VirtualBox-ubuntu-16:~# modprobe...
View ArticleRouterOS beta • Re: 7.1beta4 monitor-traffic restApi
@bitcanon: I think you could also use "once": true instead of "duration", which also removes the ".section" value in the result (ROS 7.13.4 here):Code: --data '{"interface": "ether1","once":...
View ArticleBeginner Basics • Same address pool in WAN/LAN
I'm trying to prepare new router before switching ISP router (which I have no access to) to bridge mode.I know its totally not recommended but what would happen if I configured DHCP pool on second...
View ArticleForwarding Protocols • Re: BGP route filter "dst in address_list"...
This behavior is very non intuitive and makes filter automation much more difficult.IMO, when using lists, the following should occur:Code: address-list add list=test_list...
View ArticleGeneral • Re: RSTP "TCHANGE start/over" continuously
Hi, I was looking for a way to log stp-related events and stumbled upon this post. How do you actually do it? I want to investigate what I think is an stp related issue but bridge filters don't seem...
View ArticleBeginner Basics • Re: Same address pool in WAN/LAN
Pools shouldn't go through subnet boundaries.You can do something like the following.Set a static IP address on the Wan side of the second router.One of the following should be fine.192.168.1.2/25 (0...
View ArticleBeginner Basics • Re: Two DNS server behind one IP address?
Settings on MikroTik:DHCP serverCode: DHCP server# ADDRESS GATEWAY DNS-SERVER 0 192.168.1.0/24 192.168.1.1 192.168.1.1DNS servers: dynamic-servers: use-doh-server: https://1.1.1.1/dns-query...
View ArticleGeneral • Re: Severe Packet loss apparently related to hw-offload=yes started...
HiI have exactly the same issue! FW 7.13This problem occurs when traffic is between the vlans and to external interface. Interesting thing is if you disable some of interfaces no matter it is included...
View Article