General • Re: no NTP update after reboot RouterOS v7 hAP ax³
... many thanks for reading my log. You are right, it only took 4 minutes what i did not realize by reading only the time at the beginning of the line...Yes, the logging could have been clearer;Code:...
View ArticleGeneral • Re: IPsec network stability problem
Hi All!!!!SOLUTION!!!The solution was to change the mode-config=none to mode-config=request-only.Done! Statistics: Posted by drcyberg — Mon Feb 19, 2024 2:38 pm
View ArticleGeneral • Re: MicroSD card initialization (on Hex S specifically)
Yes, you need to reboot (actually it would make sense to insert the microSD card with the router off and then boot/power it).You did insert it pins side up, didn't...
View ArticleGeneral • Re: Logging prefix is a mess
Edit: Ok, my bad, the severity level does get set automatically when using the BSD Syslog option. Though, as mentioned, some other data is omitted instead.Example for logs not using BSD syslog (log...
View ArticleBeginner Basics • Cant ping other router subnet
Have you faced a similar issue when configuring two routers connected to a mobile hotspot with the network address 192.168.177.0/24? The first router (R1) has an IP of 192.168.177.15, with eth1...
View ArticleGeneral • tls version is 1.0 on some rotueros
Hi, i have issue from some of different OS send tls 1.0. Is it possible to check it with mikrotik terminal? I tried like this/tool fetch http-method=post url="https://test.com/testapi"i need similar...
View ArticleBeginner Basics • Re: Virtual SIM in Mikrotik
that will be niceStatistics: Posted by nichky — Mon Feb 19, 2024 3:15 pm
View ArticleGeneral • Re: IPSEC S2S no traffic flowing
This is still baffling to me. If we need to allow proto 50 from peers, how does the Roadwarrier setup work (when the client's public IP will be unknown until it tries to connect)?How safe/unsafe is it...
View ArticleBeginner Basics • Re: Help with configuration of a port.
So yes indeed! It got the right dns servers for the wan and the voip with the commands that you provided! And now I can visit websites as well. Also I turned off the pppoe logging.I am just now...
View ArticleBeginner Basics • Re: Downgrade hAP AX3 from 7.13 to 7.12.1 fail
Because there is functionality in older versions that is not in 7.13.When using many access-points managed by Capsman while using Capsman forwarding it is not possible to go to 7.13.It is simply not...
View ArticleSwOS • Re: CRS309-1G-8S+ No link till reboot.
Just want to chime in and say I'm facing the same issue with my CRS309-1G-8S+ running SwOS 2.13. It started after I doubled up the DAC cables to my NAS as well as my CSS326-24P-2S uplink ports and...
View ArticleAnnouncements • Re: v7.13.5 [stable] is released!
What's new in 7.13.5 (2024-Feb-16 19:35):*) bridge - fixed MLAG connection after peer-link flap (introduced in v7.13);*) bridge - fixed packet forwarding after changing HW offloaded bridge interface...
View ArticleScripting • Re: Getting tx-bits-per-second and rx-bits-per-second
const { RouterOSAPI } = require('node-routeros');async function fetchDataFromRouterOS() { try { console.log('Connecting to MikroTik RouterOS API...'); const conn = new RouterOSAPI({ host: '*****',...
View ArticleWireless Networking • Re: Wireless disconnection messages explained!
Can't see this reason (SA Query Timeout) in the list on the FAQ:02:1D:CF:58:E5:BD@guest-2g disconnected, SA Query timeout, signal strength -77Should I raise tickets for things like this or just...
View ArticleWireless Networking • Re: Two wireless interfaces on hAP lite ac
Thanks - that makes sense. I'm sure it'll all slot in to place soon! Statistics: Posted by robmaltsystems — Mon Feb 19, 2024 5:08 pm
View ArticleWireless Networking • Re: CAPsMAN with Wi-Fi repeater
Suspected as much. Would be a nice to have as mesh set-up is sometimes a requirement.Statistics: Posted by robmaltsystems — Mon Feb 19, 2024 5:09 pm
View ArticleBeginner Basics • Re: CRS125-24G-1S - Internet Link
Thanks, yes. I recall when I bought it several years ago that configuration as a router would reduce throughput, but at the time I only have 50Mbps service and thought this would be fine. I'm hoping...
View ArticleBeginner Basics • Re: Pihole - NAT firewall Rule not redirected static DNS
This doesn't make sense since have hairpin dst-nat NAT rule for all outgoing DNS traffic from LAN to Pi-hole unless Chrome is performing DoH request to Google DNS when is set manually and that...
View ArticleVirtualization • Re: CHR Hosted in Azure?
No problems running V7 on Azure. I recommend using Bicep to streamline your CHR installations for easier deployment on Azure.Thanks, though I only need to spin up 1 CHR instance for this situation so...
View ArticleVirtualization • Re: SR-IOV with CHR - What hypervisors are you using ?
Hyper-V Server 2019 is totally free and will continue to be supported under its lifecycle policy until January 2029, and fully supports SRV-IO.Just one option. may not be the best one for you, but it...
View Article