General • Observing via logging
Hi there,I have many several Mikrotik routers and I'm curious how others manage or monitor them.My current plan is to run https://vector.dev/ and set each of my mikrotiks to log to it.Code:...
View ArticleBeginner Basics • Re: VLAN'ising an existing configuration without disrupting...
That's why I suggested you using subtitles (forgot to mention with the option "Auto-translate" )Statistics: Posted by TheCat12 — Thu Mar 28, 2024 8:59 pm
View ArticleGeneral • Basic VLAN configuration is not working - new driver wave 2
Code: # model = RB750r2/interface bridgeadd auto-mac=no comment=defconf name=bridge vlan-filtering=yes/interface pppoe-clientadd add-default-route=yes disabled=no interface=ether1 name=pppoe-out1...
View ArticleBeginner Basics • vpn wireguard - logs
I configured wireguard, everything works, but in the logs it keeps popping up the message Code: Wireguard server: HV+h7mvZc/vS4kGxcYQMZvBk3WxhJ/zXslz/J40UqSM=: Sending handshake initiation to peer...
View ArticleGeneral • Re: Hotspot-Radius server not responding
127.0. 0.1 is a loopback IP address that is reserved for the local host or computer or router.NtRadPing is probably run on a laptop, not on the MT router.127.0.0.1 would mean the laptops local RADIUS...
View ArticleRouterBOARD hardware • Re: Old RB750 V1 (Not RB750G) will not update to...
This got resolved. I had no idea this was a MIPS ARCH and assumed ARM. Part of the issue is that I was not able to find an archived specs/info page on this older router. I made an incorrect assumption...
View ArticleWireless Networking • Re: Can I safely uninstall wireless package - hEX
It might have model names hard coded (so it might not perform hardware detection routines). And it's different than your case: if device had wifiwave2 installed previously, then legacy wireless (was...
View ArticleBeginner Basics • Using a CRS326 as router (FTTH)
Dear experts,I have just received my first RouterOS hardware (CRS326-24S+2Q+RM) which should replace my consumer-grade switch (fiber-to-the-home) and router.Currently, network attached devices can...
View ArticleGeneral • Re: Basic VLAN configuration is not working - new driver wave 2
What is the point of VLAN10 ( aka home )/Or more accurately, what is the point of the BRIDGE subnet you still have??Seeing as you have the haplite, ( two separate 2.4ghz wifi setups), do you plan on a...
View ArticleGeneral • Automatic failover via iBGP
Hi all,I would like to kindly ask for the help of the experts here. I do have two routers in Hetzner's datacenter at Helsinki, which are connected to the Internet via a redundant fiber optics...
View ArticleBeginner Basics • Re: Ethernet-connected devices keep disconnecting and...
This might be a windows 11 only issue. I haven't replicated the problem with my Linux clients yet.I went to Control Panel > Hardware and Sound > Power Options > Edit a power planand changed...
View ArticleGeneral • Re: HowTo configure WireGuard in same subnet?
As stated in the topic it should be possible in theory if you allocate addresses from the subnet, i.e. create a new subnet which is part of the original one. For instance:Code: /ip addressadd...
View ArticleScripting • Re: "Wait" and reboot
I managed to solve the first one with the help of a user on Reddit. I'll post how it turned out below in case anyone is interested.https://www.reddit.com/r/mikrotik/comme ... t/kwyaar7/If anyone can...
View ArticleBeginner Basics • login to support
Hi.I'm trying to log in to help.mikrotik.com/servicedesk/ for open a ticket. But I completely forgot my username and password I registered there in 21, solved one problem and that’s it.When I try to...
View ArticleBeginner Basics • Re: 2WAN as Failover and Setup Wireguard KEY as Client
The DataCenter has Mikrotik Device (i dont know the model as they dont inform)Connection goes like this, They have a Mikrotik Device that i rent with Bandwith Limit and they have given me 5 Wireguard...
View ArticleBeginner Basics • Re: ONU terminal on PoE-out issue
Yes, essentially it amounts to connecting the voltage of the Power supply to the two couples of wires of the rj45, but with a couple of added features:1) the connection goes through an electronic...
View ArticleGeneral • Re: [CRS518] Very Basic MLAG / ICCP Question
HI!Read about STP (Spanning Tree Protocol).The ALCATEL "LACP" part - that is MLAG and not LACP.MLAG is not implemented correctly between vendors (each vendor has implemented differently).if you want...
View ArticleScripting • Re: Address lists downloader (DShield, Spamhaus DROP/EDROP, etc)
Due to problem with "\n" have to be set manually I have adapted the script to do this for your this when no delimiter has been found:Code: {/ip firewall address-list:local update do={ :put "Starting...
View ArticleGeneral • Re: Wireguard Config File
Github specific repo is gone, but the plugin from NPP++ installs fineOther repo exists here https://github.com/vladk1973/npp-plugins-x64Statistics: Posted by sebus46 — Fri Mar 29, 2024 12:12 am
View ArticleGeneral • Re: Ccr2216 rebooted by watchdog timer
As i remember-disable FastPath,-disable Conntrack,-disable L3HW.Above combination (which feature is off), solved the reboot problem for the others,depends on what you need on the hardware.Check others...
View Article