General • Can't connect to web UI via hostname
I have a CRS326-24S+2Q+ running RouterOS 7.14.I added an IP in my subnet (10.10.64.7/24) to the default bridge, and disabled the default IP address. All works well, and I can access the web UI via...
View ArticleAnnouncements • Re: NEW FEATURE: Back to Home VPN
why i cant see the following rule on my firewall? I got BTH enabled on v7.14Code: ip/firewall/filter/print0 D ;;; back-to-home-vpnchain=forward action=drop...
View ArticleGeneral • Re: RB5009UPr+S+IN power problems?
It was 7.14Statistics: Posted by gotsprings — Sun Mar 10, 2024 4:58 am
View ArticleForwarding Protocols • Re: BGP Advertisement redundancy
as long as u have def-route provided by ospf , will do redundancy. but your topology is not designed for that. How about if R2 die?Statistics: Posted by nichky — Sun Mar 10, 2024 5:12 am
View ArticleGeneral • Re: Can't connect to web UI via hostname
It works here, but only once I got DNS properly configured.You don't say which local DNS server you're using, but since the only on-topic one here would be RouterOS's built-in offering, the...
View ArticleForwarding Protocols • Re: PPPoE & VRF
<<@floaty>><<Great monologue >>.... cute ... the outside world is telling me so ...both ... the v6 and the v7 ppp-dial.in and dial-out scripts ... are work-arounds to "lift"...
View ArticleBeginner Basics • Redirect all traffic to the LAN webserver
Hi, I know this has been asked many times, but I'm not making it to work by following other recommendations found at this forumIn a new fresh installed hAP lite router, I'm trying to redirect all the...
View ArticleBeginner Basics • Cannot access internet through PLC wifi device
Hello,I have a router mikrotik hap ax3 which is connected to my ISP on ether1, recently i needed to add a device which is a Duo Wifi Powerline adapter from Essentiel b brand.The wifi module is plug...
View ArticleWireless Networking • Mesh not working on 7.14
I've got some devices configured with wds and mesh. The mesh seems to be perfectly stable in 6.49.10, but on 7.14, it drops constantly. Here's the 6.49.10 config export from an SXTsq 5ac:Code: #...
View ArticleBeginner Basics • hEXs and internet speed problem
Hello allBeen scratching my brain over this, family is mad a me and i suspect the dog also First let me state i am not a network specialist or nothing of the kind, but for some reason Microtik came...
View ArticleBeginner Basics • Help with config
Hello guys,i need help with some configuration, I have strange problem with mine. Please tell me what is wrong below is my setup, but strangely the network is very very slow, e.g. when loading...
View ArticleWireless Networking • Re: iOS Devices Connecting but no internet
I have this exact same problem.hAP ax3, iPhone can connect to both 2.4ghz and 5ghz, but doesn't get any access to the internet.I also cannot ping to the iPhone's local IP from the router.Statistics:...
View ArticleScripting • Re: Automatic Simple Queue based on IPv6 Neighbors
Can you post the final script you are using?Statistics: Posted by gabrielpc1190 — Sun Mar 10, 2024 9:40 am
View ArticleBeginner Basics • Re: Cannot access internet through PLC wifi device
Firstly, find in the ARP list what IP was assigned to the PLC by Mikrotik and then add a static route with gateway being the address you just found:Code: /ip routeadd dst-address=192.168.1.200...
View ArticleGeneral • Uptime-kuma firewall rules
Hi all,I have setup uptime kuma in a container with ip 172.16.1.3 and gateway 172.16.1.1 i have created several monitoring sensors and works fine.The container is running in a different bridge than my...
View ArticleBeginner Basics • Queues need help
Hello everyone,I need help with my PPPoE Server bandwidth. I make profiles and give each one a specified bandwidth limit. The bandwidth limit didn't match to what I set when I set up my client router...
View ArticleBeginner Basics • Firewall check
Hi All, I build my first MikroTik firewall, would like to check if I missed anything major or over-engineered it Goal is to; - Allow internet for the LAN Clients- Allow Wiregaurd remote VPN with...
View ArticleBeginner Basics • Re: Slow download on some files
Update: Problem was on the ISP side. They had a bad link in one of the bundles towards our locations. Their load balancing sent the traffic from the mirkotik over the bad link and their CPE over the...
View ArticleBeginner Basics • Re: Help with config
Nothing strikes me as clearly wrong in your config. The only thing I'd definitely change is disable internet detection:Code: /interface detect-internetset wan-interface-list=noneIt's a public secret...
View ArticleBeginner Basics • Re: Firewall check
You're following the concept "allow what's needed, drop everything else", which is good. From performance point of view your rules would benefit of some reworking. Rules are evaluated top-to-bottom...
View Article