Community discussions

MikroTik App

Search found 8 matches

by Xenhat
Wed Mar 27, 2024 9:34 pm
Forum: Scripting
Topic: Firmware upgrade script not working w/ 7.11.2
Replies: 4
Views: 933

Re: Firmware upgrade script not working w/ 7.11.2

I also use a script to automatically update my router (and multiple APs using Capsman), and it recently stopped working, returning a "403" error code. This is the script I use: { :local pkgs ("routeros"); :local archs {"arm64"; "arm"}; # Example: https://cdn.m...
by Xenhat
Sun Feb 20, 2022 4:35 pm
Forum: Scripting
Topic: Working 6rd script for Videotron customers without Helix
Replies: 4
Views: 3290

Re: Working 6rd script for Videotron customers without Helix

Hi! I will address the points I can individually. [...] My understanding is that your script will also work for Fizz... [...] Technically speaking, this script will work with any provider, as long as the values it needs are available. It is tailored for Videotron, but a free tunnel provided by Hurri...
by Xenhat
Thu Jul 22, 2021 8:35 pm
Forum: Wireless Networking
Topic: High Battery usage with 6.47 stable
Replies: 14
Views: 6749

Re: High Battery usage with 6.47 stable

Since I have no real need for the Detect Internet feature at the moment (I do sometimes!) I will apply the suggestions mentioned in this post as I am also trying to minimize battery drain on clients. I shall report once I have some data to process.
by Xenhat
Sat Jul 17, 2021 11:24 pm
Forum: General
Topic: [Feature][DNS] Apply the regexp entry after plain entries
Replies: 3
Views: 3548

Re: [Feature][DNS] Apply the regexp entry after plain entries

I found my way here after searching for this specific feature. I would be interested in seeing this as well. This would make the Mikrotik DNS server a lot more useful. My current use case for the RouterOS DNS server calls for this functionality to be present and I find it very puzzling for this to b...
by Xenhat
Mon Jul 29, 2019 8:36 am
Forum: General
Topic: Feature request: CAPsManager - roaming
Replies: 80
Views: 39465

Re: Feature request: CAPsManager - roaming

Reached this topic while looking for a solution to flaky roaming for Apple,Android, Microsoft and Linux-based devices in my house that relies on two Mikrotik RB's to achieve full-building coverage (linked by a RJ-45 cable). I hope some form of technology can be engineered to help, if not fix this is...
by Xenhat
Sun May 20, 2018 3:23 pm
Forum: General
Topic: 6rd support?
Replies: 23
Views: 12606

Re: 6rd support?

Hi, With my isp (Videotron in Canada) it's available in beta test mode only, if Mikrotik dont offer 6RD built in, is it possible to configure ipv6 with same result as 6RD ???, I never used ipv6 before, product certified for my isp DIR825 and DIR655, Mikrotik is better then that! Thank you for your ...
by Xenhat
Sun May 20, 2018 3:16 pm
Forum: Scripting
Topic: Working 6rd script for Videotron customers without Helix
Replies: 4
Views: 3290

Working 6rd script for Videotron customers without Helix

2023 update: This method no longer works for Videotron. I will update this guide with a method compatible with the Helix router (in bridge mode) when I have one. It should however be possible to adapt it for Hurricane Electric's free tunneling service. ----------------------------- 2021 update: A fr...
by Xenhat
Sat Jan 13, 2018 5:42 pm
Forum: Scripting
Topic: POST Request with fetch
Replies: 83
Views: 118255

Re: POST Request with fetch

I would like to reinforce the need for this functionality (specifically cURL's -H custom header parameter for the same reasons. Cloudflare is a widely used service and their V1 API seems to have been non-functional for write operations (and deprecated for several months if not years). The inability ...