General • Re: Switch ACL to restrict IP usage
I comment the problem of version 7.17 in another postviewtopic.php?t=215460Statistics: Posted by barcos — Tue Mar 11, 2025 11:54 am
View ArticleGeneral • Re: iOS and MacOS clients lose IPv6 connectivity
Thank you all so much for your helpful troubleshooting tips, suggestions, and configs.The issue looks to be resolved. While combing through the config on my Unifi switches and APs, I noticed a couple...
View ArticleGeneral • Re: ipsec ikev2 + Windows 10 klient Routes are not transmitted to...
For split-include to work on Windows 10, modify your VPN connection properties as follows:1. Select the VPN connection to modify, in the "Settings" applet and choose "Change adapter options" under...
View ArticleBeginner Basics • DHCP server in vlan doesn't work
Anyone a idea why my dhcp-server on vlan 201 doesn't work. Also on other vlans it doesn't work.I want to plugin my laptop on Ether 9 (Vlan 201) and get an ip from the dhcp serverIts a CRS326-24G-2S+...
View ArticleBeginner Basics • Re: DHCP server in vlan doesn't work
remove relay from dhcp-server configCode: /ip addressadd address=192.168.22.1/24 interface=bridge1 network=192.168.22.0add address=10.0.10.1/24 interface="vlan guest" network=10.0.10.0add...
View ArticleForwarding Protocols • Re: MPLS has finally gotten stable ?
Ok just had this happen again on a router running 7.17.2Didn't even know I had MPLS running on it or its neighbours but sure enough broken labels causing an unreachable neighbouring router. However...
View ArticleGeneral • Re: Wireguard Keeps trying to reconnect
This is still happening for me in 7.18.1."Server" is trying to constantly connect to peers with no endpoint address defined. Persistent keep alive on server has been disabled.Statistics: Posted by...
View ArticleBeginner Basics • VLAN tagging on hap AX3 drives me crazy
I have almost everything working, my VLAN's on my wifi are working and are automatically tagged via the datapath. But tagging via a ether port doesn't seem to do anything.I am using my hap AX3 as a AP...
View ArticleContainers • Re: Containers and IPv6 addresses
Not for pihole but another container IPv6 working fine for me. You have to add gateway addresses which you mentioned in vethPihole to ip/ipv6 address for vethPihole and that's all. I suggest you to go...
View ArticleGeneral • Re: ACL Switch Rules issue after RouterOS v7.17 update (CRS Series)...
Code: /interface ethernet switch ruleadd switch=switch1 ports=ether41-node102 src-address=192.168.1.30/32 comment="Allow only IP 192.168.1.30"add switch=switch1 ports=ether41-node102 new-dst-ports=""...
View ArticleBeginner Basics • Simple Scripting Help Please
Hi all,I have need of some advice for a simple script.I have a Dynamic DNS domain set up with my hosting provider. My hosting provider has provided me with a URL that when loaded updates their system...
View ArticleBeginner Basics • Re: VLAN tagging on hap AX3 drives me crazy
I think you forgot enabling VLAN filtering on the bridge:Code: /interface bridgeadd name=bridge protocol-mode=noneshould be:Code: /interface bridgeadd name=bridge protocol-mode=none...
View ArticleBeginner Basics • Re: Simple Scripting Help Please
You need to use the fetch RoS command, likely with a GET (which is default) request, see:viewtopic.php?t=129644Statistics: Posted by jaclaz — Tue Mar 11, 2025 3:14 pm
View ArticleGeneral • Re: VXLAN CRS v7.18
Hi, according to this page L3HW Feature Support the VXLAN functionality is very limited at the moment, if used together with L3HW offloading. Which might be enabled in your case.Statistics: Posted by...
View ArticleBeginner Basics • EOIP poor performance.
Hello.I have 2 mikrotik routers. CHR (1Gb Internet) and RB5009 (500Mb Internet). Both have white IPThere are 2 offices in one subnet that i have to connect with the help of those routers....
View ArticleRouterOS beta • Re: dhcp client issues
I have found a solution that works for me. Configure dhcp-client including the following:Code: /ip dhcp-client option add name=option57 code=57 value=0x0240/ip dhcp-client set...
View ArticleSwOS • Re: Request to Completely Disable DHCP-PPoE Snooping Feature
BTW This feature is the crapiest feature in SwOS, many of bugs still there.Hello everyone,I have an important request regarding the SwOS. One of my clients has a specific requirement where it would be...
View ArticleAnnouncements • Re: SwOS version 2.17 released!
DHCP snooping with Allow from VLAN has a bug on CRS328-24P-4S+ When I want to manage the switch from a tagged VLAN, it's not working. Everything works fine until I set the trusted ports in DHCP...
View ArticleGeneral • Re: Mangle with two different WAN
Good morning, everyone!I am facing a similar issue.I have two input interfaces, Wan01 and Wan02. WireGuard is connecting perfectly through Wan01.I have a failover configuration, and I am trying to...
View ArticleSwOS • BUG - unable to access management from VLAN with DHCP snooping set...
I have a CRS328-24P-4S+ with SwOS 2.17 (latest)I configured with VLANs as usual on my other CSS switches. I use a VLAN for management purposes, so I set this VLAN ID to 'Allow from VLAN'.Everything...
View Article