General • IKE2 RW VPN queue
Hi Mikrotik-Forum,is it possible to limit RoadWarrior bandwith?My Setup is like: https://help.mikrotik.com/docs/display/ ... enticationi tried:Code: /ip firewall mangle add action=mark-packet...
View ArticleScripting • Re: LORA traffic log from console
Unfortunately, you can not.The only option you have is to enable "LoRa" logging:/system loggingadd topics=loraand see some "general" info about the packet in there.Statistics: Posted by denissMT — Tue...
View ArticleGeneral • Re: BaseBox 2and lora interface
Please create a support ticket:https://mikrotik.com/supportStatistics: Posted by denissMT — Tue May 21, 2024 3:20 pm
View ArticleWireless Networking • Re: Apple devices won't connect
Hi,I just spent a lot of hours troubleshooting iphones just hanging when trying to connect to our EAP Wifi.Problem turned out to be interworking. Removing interworking from the wifi configuration...
View ArticleGeneral • Re: Wireguard Site to Site VPN
Thanks to everyone, I fixed it after some tinkering with the firewalls.Statistics: Posted by ferdzo — Tue May 21, 2024 4:30 pm
View ArticleGeneral • SMS receiving while LTE internet connection active
I have a SXT LTE Kit deployed in a remote location. I know LTE is providing internet and the device is powered. However I cannot trigger scripts by sms anymore. Is the LTE interface "busy" while...
View ArticleGeneral • Re: SMS receiving while LTE internet connection active
To my knowledge there is no restriction while being active as internet connection.I've had a similar device (SXT LTE) when we still had our vacation house in France (in the middle of nowhere), worked...
View ArticleGeneral • Re: Inter sites Wireguard tunels and public access to services...
So MT CHR in the cloud as the way to reach both routersa. for admin for config purposes b. to forward ports to servers behind each routerc. for subnets on R1 to reach R2 and vice versa ??In terms of...
View ArticleGeneral • Re: IKE2 RW VPN queue
Solved!Code: /ip firewall mangleadd action=mark-packet chain=forward ipsec-policy=in,ipsec new-packet-mark=mark-ike2rw passthrough=yes src-address-list=RW-VPN-NETand Code: /queue simpleadd...
View ArticleBeginner Basics • Re: What is the USB Port on the LU009 Used For?
Thank you for your answers! Sounds like it does a lot of things. For me I was hoping I could use it for terminal access, i.e. using PuTTY or the like. I have been trying to figure out how to change...
View ArticleRouterBOARD hardware • Re: NetMetal ax / L23-UGSR — initial feedback from specs
1. Any reason it does not support USB 3.0? USB3.0 can kill 2.4GHz WiFi. USB2.0 can do up to (realistically) 400Mbps, which is not that bad either.Side note: as far as L23UGSR-5HaxD2HaxD is concerned,...
View ArticleSwOS • Re: swos-css326 permit specific mac to port
I want to do same think, limit access on port by specified mac. Solution is simple:In acl you need create two rule:1: From: select port where is conected device, where you want filterMac src: mac...
View ArticleBeginner Basics • Network Infrastructure for Home
Hi everyone, we will be moving in to our new house in a few months, and I am planing a completely new infrastructure for the whole house. The connection from my ISP will be an ethernet connection...
View ArticleBeginner Basics • Re: Network Infrastructure for Home
Apart from device selection: IMHO avoid S-RJ10 for 10Gb connection. It gets FREAKING hot unless you use an external cooling device.If you still have the option, see if you can use put in fiber for...
View ArticleWireless Networking • Where is good documentation for setting up WiFI...
I know that CAPSMAN is not compatible with the new CAP AX, I am trying to set up my new batch of of APs, but all of the documentation I am seeing refers to WiFiWave2, I am not finding that option on...
View ArticleGeneral • Re: what options for 2 factor authentication for VPN access
Any details on the process ?Statistics: Posted by holvoetn — Wed May 22, 2024 8:13 am
View ArticleGeneral • Re: Routing wireguard traffic via separate routing table adds 1.5-3...
It's most probably a MTU issue because now the MTU inside the sf tunnel is pretty low (1340). If path MTU discovery (PMTUD) doesn't work correctly, then it will result in problems that you've...
View ArticleGeneral • Multi Starlink WANs, VOIP and live stream broadcast
I have 2 Starlinks and a hAP ac2.I want to do load balancing with failover while prioritizing video broadcasting and VOIP.You cannot change a Starlink's IP address/subnet. So both are 192.168.1.1/24...
View ArticleBeginner Basics • Re: CRS310-8G+S2 reality check on CPU use when using...
Are you sure ? Because my CRS by default works like a router. To set it up as a switch I started by resetting configuration and not applying default one. Instead just create bridge, add all ports to...
View ArticleGeneral • Re: Connection issues with hAP AC2, any problems with my config?
Yeah lots wrong LOLThanks for the honest correction! I need to check your response in detail, but already started changed it.I will report backStatistics: Posted by chbla — Wed May 22, 2024 8:54 am
View Article