General • Re: Connectivity Issues after Upgrade 7.17.2 > 7.18 / 7.18.2
Hi,Unfortunately, I have to report that it's still not working even after a fresh setup. I completely reset a hEX S / RB760iGS (7.18.2) and then applied the following settings. After that, not even a...
View ArticleGeneral • Connection tracking table not cleared completely after WAN IP...
Hello friends,TL;DR: After the public IP address of my RB5009 changes, Wireguard tunnels behind the router do not work anymore since they are still source NATed to the old public IP address.I'm...
View ArticleGeneral • Re: WAN NAT assigned source port being used as destination port on...
Hi all,Thanks so much for your help.Lurker888 you were right. My packet captures had been WAN side only and I confused myself by assuming the constantly changing source port on outbound messages was...
View ArticleGeneral • Re: Connection tracking table not cleared completely after WAN IP...
On dhcp-client script:Code: /ip firewall connection:foreach idc in=[find where timeout > 60] do={ remove [find where .id=$idc]}Statistics: Posted by rextended — Thu Mar 27, 2025 11:35 am
View ArticleGeneral • Re: Load balancing with dual ISP
The answer is easy. When one ISP (eg. ISP1) gets down the corresponding routing entry is marked as unreachable and so the routing table "ISP1" is empty.Next the routing table "main" takes over the...
View ArticleForwarding Protocols • Re: BUG: OSPFv3 stub area Intra-Area-Router doesn't...
I have tested this scenario again with RouterOS 7.18.2 BUG still presentStatistics: Posted by jprietove — Thu Mar 27, 2025 11:57 am
View ArticleGeneral • Re: Feature Request: Specify Source Address in DNS Server
+1 for this feature.We are using OSPF where routers communicate via small subnets between each other and this subnet is not NATed on main router. Thus OSPF routers can't connect to internet. But if...
View ArticleGeneral • Re: rOS for L2 switches
SwOS should just go and die a slow death IMHO.Statistics: Posted by savage — Thu Mar 27, 2025 12:59 pm
View ArticleContainers • Re: Routing from container to multiple internet connections
Still struggling with this Any hints anyone can spare?Statistics: Posted by gundolf — Thu Mar 27, 2025 1:42 pm
View ArticleMikroTik hardware questions • Re: RB760iGS - when using SFP ethernet...
Hello, I have the same issue with the RB760iGS (Hex S). After updating to version 7.18.2, I get a kernel failure, kernel panic, and the router continuously reboots. I tried downgrading to versions...
View ArticleGeneral • RouterOS 7.16.2 is the version that does not have a bug in Hotspot
I have several IP subnets as follows:Hotspot: 172.16.0.0/21Application: 192.168.46.0/24Cable: 192.168.1.0/24On RouterOS version 7.16.2:1. A user who logs into the hotspot and gets a DHCP IP (e.g.,...
View ArticleGeneral • DHCP snooping bridge and tagged interafaces
Hi,I'm stuck on a problem with what seems to be simple topic on every other switch I have except Mikrotik I have CRS309-1G-8S+ with a number of tagged traffic on each interface.I have sfp-sfpplus1...
View ArticleScripting • What does op type (>[ ... ])
I was using this construction as kind of nested function. For example:Code: :local prefix:local suffix:local split (>[ :local sat [:find key=":" in=$1]; :set prefix [:pick $1 0 $sat]; :set suffix...
View ArticleGeneral • Re: DHCP snooping bridge and tagged interafaces
When posting questions like this it is always nice to include a full configuration export of your device, because setting may have (seemingly strange) interactions. (/export file=choseaname; you may...
View ArticleBeginner Basics • VPN on hAP ax2 and ATL
I have ATL in default config connected on ether port 1 on hAP ax2 (also on default config), I am trying to make VPN work on hAP ax2 so i can connect to my home network from outside.Activating vpn in...
View ArticleGeneral • Re: LHGGLTE 18 message every night "forced reconfiguration due...
I think this has been introduced in RouterOS 7.17. Rolling back down to 7.16.2 - I was unable to get the error/message again unless I didn't wait long enough.RouterOS 7.17-7.12.2 - error says "forced...
View ArticleGeneral • DHCP snooping bridge and tagged interfaces
Hi,I'm stuck on a problem with what seems to be simple topic on every other switch I have except Mikrotik I have CRS309-1G-8S+ with a number of tagged traffic on each interface.I have sfp-sfpplus1...
View ArticleContainers • Re: Unable to install contenairs
you using a tag when pulling your container? for example technitium/dns-server:latestYes I was, I tried technitium/dns-server:latest and even...
View ArticleScripting • Help with array created by print as-value - Empty value
Why is that value coming empty?The better way to explain my doubt is by showing what is happening:Mikrotik_Array_Print_as-value.jpgCode: [user@mikrotik] > /file print # NAME TYPE SIZE LAST-MODIFIED...
View ArticleScripting • Re: Help with array created by print as-value - Empty value
Hummm... I found what was wrong.Mikrotik_Array_Print_as-value-Array-of-Array.jpgCode: [user@mikrotik] > :put ($test->"name") [user@mikrotik] > :put ($test->name) [user@mikrotik] > :put...
View Article