Beginner Basics • Re: Why isn't DHCP working on my VLAN?
What you're missing is to set bridge port to be a tagged member of VLAN 10. Which is needed because you created a vlan interface named vpn, anchored to bridge interface, with vlan-id set to 10. So...
View ArticleScripting • Re: How to bypass 4096 bytes variable size
Hi,could you resolve your issue?Are you aware of viewtopic.php?t=197190 and viewtopic.php?p=1012747#p1012747 ?Statistics: Posted by PackElend — Wed Dec 27, 2023 10:57 pm
View ArticleScripting • Re: Variables and the 4096 bytes limit
Hi,have you ever got your answer (by yourself) ?Are you aware of viewtopic.php?t=197190 and viewtopic.php?p=1012747#p1012747 ?Statistics: Posted by PackElend — Wed Dec 27, 2023 10:57 pm
View ArticleGeneral • Re: Behind on my upgrades... path forward?
I'd start off by upgrading routerboot to 6.49.3 since it's already on your device. After that I'd upgrade ROS to whatever is shown as the latest in your ROS (right now it can either be 6.49.10 or...
View ArticleBeginner Basics • ccr1009 gen1 pppoe problem
Hello!The following error appeared a few days ago: clients connect to the central router via pppoe (CCR1009 gen1). Sometimes it drops all pppoe connections for a moment then all pppoe comes back and...
View ArticleGeneral • Re: Sporadic disconnections NAT NAT
Hi guys,i actived debug logging on my RB3011. I found some logs on this time, where my connection still lost.27.12.2320:13Debugrb3011_alzeysyslogstartCRL...
View ArticleBeginner Basics • Re: One of the two WiFi interfaces is not working
Your last screenshot shows, that both interfaces are running.Statistics: Posted by infabo — Wed Dec 27, 2023 11:28 pm
View ArticleGeneral • hAP ax2 cannot upgrade from ROS v 7.11.3
I received my hAP ax2 today. It came with ROS v 7.11.3 I have been unable to upgrade it to v 12, 12.1 or 13. Help appreciated before I struggle with NetInstall.Thanks in advance.Statistics: Posted by...
View ArticleForwarding Protocols • Single Area vs Multiarea OSPF
I learned from the shoulders of giants that multi-area OSPF is the right way to build networks when moving from the Core to the Distribution network.The classic solution is to divide the network into...
View ArticleBeginner Basics • VLAN Isolation with IOT and Guest
Hi,I bought a Mikrotik hap ax3 for my personal use. I'm an IT guy but not a network specialist and I struggle to end my network configuration. I spent a lot of time looking at different topics here...
View ArticleForwarding Protocols • Re: Single Area vs Multiarea OSPF
To be clear, this is the underlay for a BGP overlay that carries all of the MGMT and Customer routes.Statistics: Posted by Spudrageous — Wed Dec 27, 2023 11:54 pm
View ArticleGeneral • Re: hAP ax2 cannot upgrade from ROS v 7.11.3
I think there is a problem with some Mikrotik DNS servers past days and since today upgrade servers seem to be affected as well.Statistics: Posted by holvoetn — Thu Dec 28, 2023 12:04 am
View ArticleWireless Networking • Re: vlan-id setting in wave2 driver
I have asked support and answer I get is "It is currently not supported"My guess is that not enough AC interfaces where running the wave2 package with capsman (too few complained) but 7.13 will change...
View ArticleGeneral • Re: Local interfaces to wireguard
I have working wireguard interface, but I dont know how to redirect local interaces/bridges to it without any leaks.Code: /interface bridgeadd admin-mac=A6:E0:94: auto-mac=no...
View ArticleBeginner Basics • Re: Trouble with port forwarding through a Wireguard VPN
Masquerade on server side will have to be removed, of course. But that alone would break it and it wouldn't work at all. With this config it will. It's the good old "forwarding port through VPN", you...
View ArticleWireless Networking • Re: How to configure WPA3 only not WPA2/WPA3...
Is there no change in the logs now? Show me.To downgrade to 7.12, you must first remove the Wireless package and only then downgrade.If you have wifi access, you can't do that. If you access the...
View ArticleBeginner Basics • Re: wifi keeps disconnecting
If a station does not get an IP address (from DHCP: without success), there will be no Internet traffic possible, and ... the station will then often disconnect from the AP (Linux reason code 8 :...
View ArticleBeginner Basics • Re: Multiple Isolated Wifi networks on a wired AP bridge
There is no need to use multiple bridges when using vlan.Not on main router nor on wired AP.One is enough.See this excellent guide how to setup VLANs properly.viewtopic.php?t=143620Read it, digest it,...
View ArticleGeneral • Re: hAP ax lite LTE6 won't connect to cellular network
Just in case anyone finds this in the future, Mikrotik support managed to solve this for me by setting the following modem-init commands. Just replace <YOUR APN> with the APN of your...
View ArticleBeginner Basics • Re: Wireguard
Okay on the first point, my bad, in pre-routing the out-interface is not yet known (chosen) and thus its the wrong item to put down here.(First to ensure any traffic to or from wireguard to the LAN...
View Article