Beginner Basics • Re: No connection on 2 router setup
Why are you adding ether1 for winbox access.........? You want your landlord to be able to reach your router for config purposes??Suggest you need something like BEFORE the drop rule.add chain=input...
View ArticleRouterBOARD hardware • Re: Wifi connection deteriorated with USB device attached
Hello, I had this problem today plugging a USB 3.0 HUB in my hAP ax³.The 2.4 GHz wifi was completely unusable.Got me crazy, I thought it had fried the Wifi chip but removing it worked fine again.I...
View ArticleGeneral • Re: CRS354 Management VLAN
There is nothing special, just read mikrotik documentation..https://help.mikrotik.com/docs/display/ ... figurationStatistics: Posted by dmitris — Sat Feb 03, 2024 12:51 am
View ArticleBeginner Basics • Re: Documentation confusion
I'd be very surprised if the ROS v6 documentation was perfectly accurate No documentation I write is every 100% bug free...Wasn't that already answered?No, bugs are also not fixed, except if they are...
View ArticleGeneral • Re: OVPN Windows client disconnecting every 1 minute without...
Sorry, Not sure.Perhaps you could remove the ping-restart entry on the client and see if the link works ok without it.(Or make it much bigger)Statistics: Posted by rplant — Sat Feb 03, 2024 1:36 am
View ArticleWireless Networking • Re: Troubleshooting help needed - disconnected,...
disconnected, received deauth: authentication not valid (2)hello lease i had this problem in mantbox 19s the clients are disconnected btween 2 hours a daywhat is the problemStatistics: Posted by...
View ArticleBeginner Basics • Re: Help with configuration of a port.
perhaps/interface/bridge/port disable [find where interface=ether9]/interface vlan add name=voip_vodafone_vlan vlan-id=838 interface=ether9/interface pppoe-client add...
View ArticleScripting • Adaptation to RouterOS 7.13.3
Hi guys,I need you to please help me adapt the following code to OS 7.13.3:local tminutos 0:local thoras 0 :local tdias 0:local atime [ /system clock get time ];:local adate [ /system clock get date...
View ArticleScripting • Re: Adaptation to RouterOS 7.13.3
Could you explain what the script does? Possibly translate the comments and variables names to English?Statistics: Posted by jonah1810 — Sat Feb 03, 2024 3:34 am
View ArticleScripting • Export DHCP-Lease using loop
Dear all value member,I want to export dhcp-server lease for specific client base on the address in the file.Ex: I have a file .txt that contain multiple ip address. so i want to check in the lease if...
View ArticleGeneral • Re: Renewing Let's Encrypt SSL Certificate
Hi Everyone,This is something that was working really well... but seems not to work anymore. My script (below) renews the let's encrypt certificate that is used for my SSTP VPN.To recap, it's an...
View ArticleGeneral • Re: Allow remote-logging input on ROS
What I have works, but it was setup quite a while ago, so there maybe something I have missed here.Code: /system logging actionadd disk-file-count=10 disk-file-name=disk1/dudeLog/dudeLogNew...
View ArticleRouterBOARD hardware • Detect PoE-IN
Hello,I need some help with detecting if a MikroTik device is being powered via PoE-IN or not.As far as I can see, any device with PoE-OUT supports Code: /interface ethernet poe printAny device with...
View ArticleScripting • Re: Easy container update script
There is a mistake on this row:Thanks for catching my typo there! Appreciated. Some can have other config properties set to container like CMD, host, DNS, etc... Why just not find current container by...
View ArticleWireless Networking • Re: RB and AX Devices CapsMan compability
See wireless package for controlling legacy wifi devices.Beware that by installing legacy wireless package on hAP ax3 (to get legacy capsman) you're loosing wireless on hAP ax3 itself. See...
View ArticleWireless Networking • Sharing internet wirelessly through mikrotik
Hello , i have my mikrotik router working fine im just trying to share internet through it to my TP Link router i tried doing that normally through my TP Link rotuer as wifi extender or access point...
View ArticleWireless Networking • Re: How do you specify the location in ROS 7?
There are people in this forum who are way more knowledgeable on this and other subjects than me. If I raise a support ticket, I'll be asked questions that I might not be able to answer.Even @normis...
View ArticleBeginner Basics • Re: WireGuard or L2TP VPN not working...
As for the L2TP, I'm willing to bet that the problem is with the encryption algorthms. That's why I would recommend you to read which algorthms does your laptop support from the following...
View ArticleBeginner Basics • From slave to master port eth1 - how to fix?
Hey.I've got config like this:Code: # 2024-02-03 19:53:48 by RouterOS 7.13.3# software id = **ELIDED**## model = C53UiG+5HPaxD2HPaxD# serial number = **ELIDED**/interface bridgeadd name=LANadd...
View ArticleBeginner Basics • Re: Can't connect to my cloud switch
I'm having similar issues with the exact same device. Did the OP get a resolution? This thing has seemed to have hard bricked and can't be recovered with a reset.Statistics: Posted by TestyTerminal —...
View Article