Community discussions

MikroTik App

Search found 2833 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 10
by erlinden
Sun Jan 12, 2025 9:59 pm
Forum: Wireless Networking
Topic: Capsclient does not use SSID
Replies: 8
Views: 314

Re: Capsclient does not use SSID

Is this a copy-paste thing (I'm not familiar with this country)? /caps-man configuration add channel=WLAN50 country="germany 5.8 ap" datapath=datapath1 distance=\ dynamic installation=outdoor max-sta-count=250 mode=ap name=cfg50 \ security=security ssid=SSID Can you also post the config of...
by erlinden
Sun Jan 12, 2025 5:22 pm
Forum: Wireless Networking
Topic: Capsclient does not use SSID
Replies: 8
Views: 314

Re: Capsclient does not use SSID

Can you please share the config of both CAPsMAN and a working CAP? /export file=anynameyouwish Remove serial and any other info and post between code tags by using the </> button. If the CAPs has default CAP config, you could consider resetting the non working CAP's: https://help.mikrotik.com/docs/s...
by erlinden
Thu Jan 09, 2025 9:18 pm
Forum: Beginner Basics
Topic: Preventing DNS leaks from network [SOLVED]
Replies: 3
Views: 313

Re: Preventing DNS leaks from network [SOLVED]

Block both 53 and 853, both UDP and TCP. Be aware that DoH won't be blocked this way (but probably most IoT devices will only perform "normal" DNS requests). In addition, you could also redirect all outbound DNS requests to your router DNS server (where you have to replace the IP address b...
by erlinden
Thu Jan 09, 2025 2:47 pm
Forum: Wireless Networking
Topic: Add CAP AX as CAP to RB2011 CapsMan problem
Replies: 1
Views: 151

Re: Add CAP AX as CAP to RB2011 CapsMan problem

The Cap (RBcAPL-2nD) is managed through the old CAPsMAN, while cAP AX is managed through the latest version. Therefor, you will have to run both versions (the latter is available when you upgrade the CAPsMAN device to 7.13.x or above). Alternatively you can configure the cAP AX manually (instead of ...
by erlinden
Thu Jan 09, 2025 11:48 am
Forum: General
Topic: New Mikrotik Visio stencils
Replies: 2
Views: 246

Re: New Mikrotik Visio stencils

What do you mean by stencils, are you referring to item templates that can be used with Visio?
The first hit I got on stencils is this:
https://en.wikipedia.org/wiki/Stencil
by erlinden
Thu Jan 09, 2025 11:46 am
Forum: General
Topic: DHCP server problem
Replies: 6
Views: 310

Re: DHCP server problem

Something isn't working while importing the old config. Hard to say what it is.
You could reset the new device (what exact device do you use) without default config and then import the old config (which device was that).

It should work (at least, DHCP leases are exportable and importable.
by erlinden
Thu Jan 09, 2025 11:44 am
Forum: Wireless Networking
Topic: Wi-Fi unstable hAP ax3
Replies: 6
Views: 455

Re: Wi-Fi unstable hAP ax3

You have limited Tx power on 2.4GHz channel quite a lot - how to improve it? Just remove (max) tx-power. /interface wifi security add disabled=no name=xxxxxx Sure you want an open wifi network? Could you give this a try: /interface wifi configuration add name=cfg2 country=Poland mode=ap ssid=Wifi c...
by erlinden
Thu Jan 09, 2025 11:26 am
Forum: General
Topic: DHCP server problem
Replies: 6
Views: 310

Re: DHCP server problem

Ok, anything we can help you with?
by erlinden
Thu Jan 09, 2025 10:35 am
Forum: Wireless Networking
Topic: Wi-Fi unstable hAP ax3
Replies: 6
Views: 455

Re: Wi-Fi unstable hAP ax3

It wasn't like that on the old Asus, when I connect an access point I don't have this problem, so it's 100% Mikrotik's fault. Often, the real problem is between the chair and the computer 8) If you want it solved, please share your current config so we can check the curren configuration: /export fi...
by erlinden
Wed Jan 08, 2025 9:25 pm
Forum: Wireless Networking
Topic: How to install new Capsman? [SOLVED]
Replies: 3
Views: 646

Re: How to install new Capsman? [SOLVED]

Glad it worked out, you can mark this topic as solved.
by erlinden
Wed Jan 08, 2025 9:25 pm
Forum: Wireless Networking
Topic: iPhone bouncing between AP's
Replies: 6
Views: 396

Re: iPhone bouncing between AP's

Can you please share your (wifi) config:
/interface wifi export file=anynameyoulike
Remove any private info, post between code tags by using the </> button
by erlinden
Wed Jan 08, 2025 8:47 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

Just to be clear, you are not using them as paperweights?
To be honest...they are absolutely terrible...as paperweights :lol:
by erlinden
Wed Jan 08, 2025 9:40 am
Forum: Wireless Networking
Topic: wifiwave2 dynamic VLAN support
Replies: 8
Views: 3547

Re: wifiwave2 dynamic VLAN support

Would you be so kind to share that with us, @lmeira? Perhaps an export of the relevant part?
I currently use PPSK, but am looking for a more future proof solution (that supports WPA3 as well).
by erlinden
Tue Jan 07, 2025 6:26 pm
Forum: Wireless Networking
Topic: New CapsMan Finally working with VLANS. Did I do it right
Replies: 2
Views: 919

Re: New CapsMan Finally working with VLANS. Did I do it right

Good job, this will help a lot of people. Very nice to use trunk ports, also on the CAP's! Some suggestions: Place all code parts between code tags, by using the </> button Supply the (config) rsc files as attachments to have a complete example (like used in https://forum.mikrotik.com/viewtopic.php?...
by erlinden
Tue Jan 07, 2025 12:12 pm
Forum: General
Topic: block internet traffic except for two domains
Replies: 2
Views: 226

Re: block internet traffic except for two domains

Can you give this a try:
/ip firewall raw
add action=drop chain=prerouting disabled=yes dst-port=80 protocol=tcp tls-host=!*diretta*
add action=drop chain=prerouting disabled=yes dst-port=443 protocol=tcp tls-host=!*diretta*
by erlinden
Tue Jan 07, 2025 8:08 am
Forum: General
Topic: Backup and Restore File From 1100ah to 1100ahx4
Replies: 2
Views: 214

Re: Backup and Restore File From 1100ah to 1100ahx4

This way, you have to make sure that there is no configuration on the new device (/system, reset configuration, no default config).
If you want to have a clue what is happening, copy the rsc file line by line and paste it into a terminal.
Make sure there are no MAC addresses in the commands.
by erlinden
Mon Jan 06, 2025 5:19 pm
Forum: Beginner Basics
Topic: Did the Mikrotik firewall block the open ports?
Replies: 33
Views: 1764

Re: Did the Mikrotik firewall block the open ports?

I see you have multiple VPN servers enabled, with what VPN server are you connected? To be able to access your local network, you should have an accept rule in the forward chain for this. Do you have access to the router itself (ping while VPN server is up)? Any asterisk in an export is an indicatio...
by erlinden
Mon Jan 06, 2025 4:18 pm
Forum: Wireless Networking
Topic: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]
Replies: 15
Views: 788

Re: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]

Instead of re-implement PiHole you could have a look at AdList:
https://help.mikrotik.com/docs/spaces/R ... DNS-Adlist

Made me remove all my PiHole/AdGuard instances.
by erlinden
Mon Jan 06, 2025 1:52 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

Same issue on a CCR2116, GPON SFP makes the health monitoring fail after some time...
Did you create a support ticket for this?
https://mikrotik.com/support
by erlinden
Mon Jan 06, 2025 1:22 pm
Forum: General
Topic: The IP of the bridge is occasionally unavailable [SOLVED]
Replies: 16
Views: 1417

Re: The IP of the bridge is occasionally unavailable [SOLVED]

When using VLAN's, you should create an /interface/vlan for management purposes. And...the bridge should not have an IP address when using VLAN filtering. My best guess is that it does, but that would require the config for confirmation. Don't know if you are familiar with this great topic: https://...
by erlinden
Mon Jan 06, 2025 1:15 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

But as I understand it, this mode is not compatible with wpa3-psk? Is there any example of how it is used? You are correct. But I don't mind not using wpa3-psk at the moment. I followed the instructions in this topic (though there isn't any CAPsMAN configuration), it is not really hard. Be aware th...
by erlinden
Mon Jan 06, 2025 12:11 pm
Forum: General
Topic: downgrade ROS to pre-7.13 version [SOLVED]
Replies: 14
Views: 783

Re: downgrade ROS to pre-7.13 version [SOLVED]

As the documentation states, you can always downgrade. But not below factory installed version.
What does /system/resource/print show?
by erlinden
Mon Jan 06, 2025 11:35 am
Forum: Wireless Networking
Topic: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]
Replies: 15
Views: 788

Re: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]

Or, to replace RB2011 with newer router maybe?
Would L009UiGS-2HaxD-IN be a good alternative to my RB2011UiAS-2HnD-IN?
As it misses 5GHz (as far as it is required?), I would prefer hAP AX3 personally.
But it depends on requirements. Sure you will do just fine 8)
by erlinden
Mon Jan 06, 2025 11:01 am
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

This weekend I setup CAPsMAN using PPSK (which is part of the security settings: https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-SecurityProperties) and I absolutely love it! I had a guest network, configured OWE (https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiF...
by erlinden
Mon Jan 06, 2025 10:54 am
Forum: Wireless Networking
Topic: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]
Replies: 15
Views: 788

Re: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]

RB2011 is wireless (driver) only Therefor, you can't install any other driver. If you want to have it manage the cAP AX, you have to upgrade to at least RouterOS version 7.13.x and up. But, as @holvoetn mentioned, you won't really benefit from it as you have to do the settings twice (wireless and w...
by erlinden
Mon Jan 06, 2025 10:49 am
Forum: Beginner Basics
Topic: Problems with DHCP and multiple simple APs
Replies: 4
Views: 535

Re: Problems with DHCP and multiple simple APs

(Seamless) roaming requires identical SSID, password, encryption and network segments. It would make sense to use CAPsMAN for having roaming available in the best way (at least for the MikroTiks). What made you choose to have different SSID's? Have you enabled DHCP debug logging? This might give som...
by erlinden
Mon Jan 06, 2025 9:41 am
Forum: Wireless Networking
Topic: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]
Replies: 15
Views: 788

Re: CAPsMAN / CAP between RB2011 and cAP ax - HELP [SOLVED]

RB2011 is wireless (driver) only, while cAP AX is wifi-qcom (driver) only. If you want to manage the cAP AX from the RB2011, you need to upgrade the latter to 7.13.x (or above, current stable is 7.16.2). Then you need to run both the old CAPsMAN (for wireless) and the new CAPsMAN (for wifi-qcom, whi...
by erlinden
Sun Jan 05, 2025 10:05 pm
Forum: Wireless Networking
Topic: old and new Capsmann with VLAN- no conecction with the new Capsmann
Replies: 6
Views: 708

Re: old and new Capsmann with VLAN- no conecction with the new Capsmann

Mixing different security profiles (while having the equal SSID) could give a problem. Can you start by setting both security profiles identical, so wpa2-psk only (and aes as you already did).
Also, 802.11 k/r/v are not supported on the old wireless driver, so it makes no sense to activate it.
by erlinden
Sun Jan 05, 2025 7:21 pm
Forum: General
Topic: Can i change Zerotier port number?
Replies: 5
Views: 318

Re: Can i change Zerotier port number?

There is documentation:
https://help.mikrotik.com/docs/spaces/R ... Parameters

If I may ask: why ZeroTier?
by erlinden
Sun Jan 05, 2025 12:56 am
Forum: Beginner Basics
Topic: Did the Mikrotik firewall block the open ports?
Replies: 33
Views: 1764

Re: Did the Mikrotik firewall block the open ports?

Because of this rule, all incoming tcp traffic to port 443 is answered by the router: add action=accept chain=input comment="allow sstp" dst-port=443 protocol=tcp The input chain is used for traffic to the router, the forward chain for traffice between networks (like WAN and LAN). Next thi...
by erlinden
Sun Jan 05, 2025 12:28 am
Forum: Beginner Basics
Topic: Did the Mikrotik firewall block the open ports?
Replies: 33
Views: 1764

Re: Did the Mikrotik firewall block the open ports?

In terminal, execute:
/export file=anynameyoulike
This will produce a text file (rsc extension) containing most of the config.
Download it, edit it (remove serial and any other private info) and post here between code tags by using the </> button.
by erlinden
Sat Jan 04, 2025 11:05 pm
Forum: General
Topic: Chateau Pro AX slow speed [SOLVED]
Replies: 17
Views: 1023

Re: Chateau Pro AX slow speed [SOLVED]

Yes they are in ROS v7 (where IPv6 is not optional any more). And yes they are if ipv6 optional package in v6 is installed and enabled when ROS config is reset to factory default. Wasn't aware of this... TS: Can you reboot whatever is in front of the Audience and perform another test again? And sup...
by erlinden
Sat Jan 04, 2025 10:35 pm
Forum: General
Topic: Chateau Pro AX slow speed [SOLVED]
Replies: 17
Views: 1023

Re: Chateau Pro AX slow speed [SOLVED]

It is not (completely) default config. I.e. the IPv6 rules are not there by default. No problem... As mentioned, the overlap could cause strange behavior (if there is a client using .253 as well). Can you check DHCP leases? Do you see any errors/retries on the WAN interface? Could you perform a spee...
by erlinden
Sat Jan 04, 2025 10:24 pm
Forum: Wireless Networking
Topic: how to get "Address" in CAPSMAN?
Replies: 4
Views: 380

Re: how to get "Address" in CAPSMAN?

I wonder why it is to hard for MT to write the fundamental things clear in their help-documentation... I know not all possible situations and scenarios are described, but basic things like opening ports you can find here: https://help.mikrotik.com/docs/spaces/ROS/pages/250708066/Firewall Why are su...
by erlinden
Sat Jan 04, 2025 10:14 pm
Forum: General
Topic: Chateau Pro AX slow speed [SOLVED]
Replies: 17
Views: 1023

Re: Chateau Pro AX slow speed [SOLVED]

At first sight it looks like a nearly default config. Just a few NAT rules and the fasttrack rule as first rule. Is this rule hit? What is the cpu usage while performing a test? Have you performed a test when connected directly wired to the Audience? What does the speed test exactly consist of? Spee...
by erlinden
Sat Jan 04, 2025 8:03 pm
Forum: Beginner Basics
Topic: Reduce wifi signal strength [SOLVED]
Replies: 5
Views: 543

Re: Reduce wifi signal strength [SOLVED]

Instead of setting antenna gain (which is fixed), set tx-power (which is part of the configuration). The first option is a hack (in my opinion), while the latter is how you should do it. The correct documentation reference: https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-Property...
by erlinden
Sat Jan 04, 2025 8:00 pm
Forum: General
Topic: Chateau Pro AX slow speed [SOLVED]
Replies: 17
Views: 1023

Re: Chateau Pro AX slow speed [SOLVED]

Please share your current config, otherwise this will remain a riddle:

From terminal (or SSH):
/export file=anynameyoulike
Remove serial and any other private info and post between code tags by using the </> button.
by erlinden
Fri Jan 03, 2025 1:59 pm
Forum: General
Topic: Connect and Disconnect (continuing)
Replies: 14
Views: 1561

Re: Connect and Disconnect (continuing)

Half (give or take) actually. 2.4GHz band (for anything newer than 802.11B) is 70MHz wide (in NA and related parts of universe) or 80MHz wide (elsewhere) ... and 2462/n/eC channel is 40MHz wide. Yeah yeah, I know. There is more bandwidth. Let me try it in a different way: Frequency 2462, Control ch...
by erlinden
Fri Jan 03, 2025 12:02 pm
Forum: General
Topic: Connect and Disconnect (continuing)
Replies: 14
Views: 1561

Re: Connect and Disconnect (continuing)

I have a hap ac2(AP mode) with wifi-qcom-ac connected wirelessly(2.4gHz) to another hap ac2(station bridge mode) every several days it goes through a period of connection disconnection cycle (up to 15 minutes) for no apparent reason signal is between -70 and -74, reason code 1 is given on station b...
by erlinden
Fri Jan 03, 2025 11:53 am
Forum: Wireless Networking
Topic: Old wap AC's together with new AX
Replies: 9
Views: 908

Re: Old wap AC's together with new AX

Does this mean I will have 2 CAPsMAN configurations on the router? Correct One under Wifi (new AX devices) and one under Wireless (for old AC devices)? Isn't there a CAPsMAN menu item? For the old CAPsMAN. I see both menus on the router (without running wifi-qcom-ac package on the router). Should I...
by erlinden
Fri Jan 03, 2025 10:27 am
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 168
Views: 23065

Re: hap ax3 random wireless disconnects

The problem doesn't occur only with Intel network cards.
I think he didn't mention that, he just informed us about an updated Intel driver that seems to give him better stability.
by erlinden
Thu Jan 02, 2025 9:56 pm
Forum: Wireless Networking
Topic: How to install new Capsman? [SOLVED]
Replies: 3
Views: 646

Re: How to install new Capsman? [SOLVED]

You don't, CAPsMAN is automatically installed with version 7.13.x and up. It has moved, can be configured on /interface wifi (or the wifi menu item). Here is a link to the official documentation: https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-WiFiCAPsMAN And...if you don't use t...
by erlinden
Thu Jan 02, 2025 6:01 pm
Forum: Wireless Networking
Topic: Samsung TV and Wifi
Replies: 4
Views: 716

Re: Samsung TV and Wifi

/interface wifi configuration add channel.band=2ghz-ax .skip-dfs-channels=10min-cac .width=20/40mhz country=Portugal datapath=data-main disabled=no mode=ap name=cfg-2-main-ax security=security-main security.authentication-types=wpa2-psk .encryption=ccmp .ft=yes .ft-over-ds=yes ssid=Wifi@Casinha add...
by erlinden
Thu Jan 02, 2025 3:47 pm
Forum: General
Topic: Weird problem with vlan access to wAP ax.
Replies: 8
Views: 668

Re: Weird problem with vlan access to wAP ax.

Still could help to have a look at that topic.

What IP address do you have on the client when managing this routerboard? Is it in the same network segment as where the routers mgt IP is in?
by erlinden
Thu Jan 02, 2025 2:25 pm
Forum: General
Topic: Weird problem with vlan access to wAP ax.
Replies: 8
Views: 668

Re: Weird problem with vlan access to wAP ax.

You currently have your ap configured as router, what would you like it to be and how would you like it to work?
If you want to know more about VLAN, have a look at this great topic:
viewtopic.php?t=143620
by erlinden
Thu Jan 02, 2025 1:54 pm
Forum: General
Topic: MT Firewall & DST NAT question [SOLVED]
Replies: 10
Views: 857

Re: MT Firewall & DST NAT question [SOLVED]

TLDR, this doesn't really answer my question.. are there supposed to be hits on DST NAT rules for traffic that is not permitted by the FW?
It depends on the order of rules, if the rule I mentioned is above the others you mentioned it makes perfect sense.
But you would have to answer that.
by erlinden
Thu Jan 02, 2025 1:24 pm
Forum: General
Topic: MT Firewall & DST NAT question [SOLVED]
Replies: 10
Views: 857

Re: MT Firewall & DST NAT question [SOLVED]

Can you share your complete firewall filter rules?
You don't have this default rule?
/ip/firewall/filter/
add chain=forward action=drop connection-state=new connection-nat-state=!dstnat in-interface-list=WAN
Besides this...why would you want to open port 22?
by erlinden
Thu Jan 02, 2025 12:39 pm
Forum: General
Topic: CCR2004-16g-2S+ Dhcp client stays in status "Searching" [SOLVED]
Replies: 10
Views: 864

Re: CCR2004-16g-2S+ Dhcp client stays in status "Searching" [SOLVED]

Why introduce bridge1? There are many reasons not to have multiple bridges.
But if necessary to have an additional bridge, can you set interface for DHCP-client to bridge1?
by erlinden
Thu Jan 02, 2025 11:18 am
Forum: Beginner Basics
Topic: Issues getting cAP XL ac to provide internet.
Replies: 1
Views: 270

Re: Issues getting cAP XL ac to provide internet.

Without a config it will be very hard to say something, can you therefor share both configs:
/export file=anynameyoulike
Remover serial and any other private info and share between code tags by using the </> button.
by erlinden
Mon Dec 30, 2024 8:01 pm
Forum: General
Topic: DNS and connectivity issues
Replies: 14
Views: 925

Re: DNS and connectivity issues

The WAN port definitely is not part of the bridge. It's sfp-sfplus1 and its by itself.
Indeed, sfp1 is not the same as sfp-plus1...
by erlinden
Mon Dec 30, 2024 6:39 pm
Forum: General
Topic: Managed Dell switch to CRS326
Replies: 7
Views: 589

Re: Managed Dell switch to CRS326

You are making it hard for us as well... Can you please provide the config of the CRS326? /export file=anynameyoulike Remove serial and any other private info and post the result between code tags by using the </> button. Next, please describe all ports of the Dell switch (tagged/untagged/bonded/etc).
by erlinden
Mon Dec 30, 2024 6:23 pm
Forum: General
Topic: DNS and connectivity issues
Replies: 14
Views: 925

Re: DNS and connectivity issues

Looks like you have triple NAT-ting, if the Edgerouter is an additional device. In the end, the CRS is not a router, though it can be configured as a router. But performance will be very poor. Can you supply us with a networkdiagram that also contains the VLAN's? Can you also have a look at my remar...
by erlinden
Mon Dec 30, 2024 5:44 pm
Forum: Wireless Networking
Topic: hAP ax3 5 GHz wifi is slow to appear and unreliable
Replies: 2
Views: 393

Re: hAP ax3 5 GHz wifi is slow to appear and unreliable

Start from scratch and keep it DRY (Don't repeat yourself): /interface wifi configuration add name=conf2 country=Denmark mode=ap ssid=My_Mgmt_2 channel=chan2 add name=conf5 country=Denmark mode=ap ssid=My_Mgmt_5 channel=chan5 /interface wifi channel add name=chan2 skip-dfs-channels=10min-cac band=2g...
by erlinden
Mon Dec 30, 2024 3:23 pm
Forum: General
Topic: DNS and connectivity issues
Replies: 14
Views: 925

Re: DNS and connectivity issues

Also, clients won't connect to 127.0.0.1 as DNS server, remove that IP from /ip dhcp-server network: /ip dhcp-server network add address=80.144.1.0/24 comment="Network for VLAN600" dns-server=100.48.48.1,127.0.0.1,8.8.8.8 gateway=80.144.1.1 netmask=24 add address=80.144.10.0/24 comment=&qu...
by erlinden
Mon Dec 30, 2024 1:56 pm
Forum: General
Topic: DNS and connectivity issues
Replies: 14
Views: 925

Re: DNS and connectivity issues

/ip dns set allow-remote-requests=yes cache-size=4096KiB max-concurrent-queries=200 max-udp-packet-size=8192 servers=127.0.0.1,31.22.13.211 By setting 127.0.01. you are referring the router to itself, and that is incorrect. Just remove it and leave 31.22.13.211: /ip dns set allow-remote-requests=ye...
by erlinden
Mon Dec 30, 2024 10:32 am
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

/interface wifi configuration add channel=channel24 country=Sweden disabled=no mode=ap multicast-enhance=enabled name=cfg24 security=sec24 security.connect-priority=0 .ft=no .ft-over-ds=yes ssid=\ Topp14 steering.rrm=no .wpm=no I prefer to keep things DRY: all security settings can (and should) be ...
by erlinden
Mon Dec 30, 2024 9:30 am
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

Anyway - I will update my ticket and revert.

/interface wifi export
please (to make sure all is fine).
by erlinden
Mon Dec 30, 2024 8:38 am
Forum: Beginner Basics
Topic: Kids Control
Replies: 1
Views: 252

Re: Kids Control

Kid control is not really intuitive, can you explain functionally when users are allowed and when not? Have you followed the example from the documentation: https://help.mikrotik.com/docs/spaces/ROS/pages/129531911/Kid+Control#KidControl-Applicationexample Are you sure the routers firewall rules are...
by erlinden
Sun Dec 29, 2024 1:42 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

Error message says it clearly.
Oops...
by erlinden
Sun Dec 29, 2024 1:15 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

Can you try a different power supply? Or is it powered through PoE, @qwertykolea?
by erlinden
Sun Dec 29, 2024 1:04 pm
Forum: General
Topic: Where are the packages
Replies: 2
Views: 295

Re: Where are the packages

Here is the part in the documentation mentioning this:
https://help.mikrotik.com/docs/spaces/R ... i-Overview
by erlinden
Sat Dec 28, 2024 5:46 pm
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 168
Views: 23065

Re: hap ax3 random wireless disconnects

Thanks @Marvitex, new functionality makes perfect sense.
Afaik MikroTik upgraded the Qualcom(?) driver, which seems to have influence for some users (for me only more logging is profided but no problems with stability).
by erlinden
Sat Dec 28, 2024 5:35 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

What kind of CAPs are you using, @pekulse? Did you upgrade firmware as well as RouterOS?
I have better experience with 7.17RC than 7.16.x.

Did the clients get a (error) message?
by erlinden
Sat Dec 28, 2024 1:05 pm
Forum: General
Topic: static Names with DNS
Replies: 2
Views: 314

Re: static Names with DNS

I agree, except for this part: 2. open port for DNS in firewall /ip/firewall/filter add action=accept protocol=udp port=53 Apart from a missing chain, you don't want to provide access to your DNS server from the internet. And there is a default rule in place that implicitely provides access to the r...
by erlinden
Sat Dec 28, 2024 12:30 pm
Forum: Wireless Networking
Topic: Capsman : scheduled provisioning per config
Replies: 6
Views: 950

Re: Capsman : scheduled provisioning per config

Not sure (haven't tried it), but it sounds like something you should be able to do with VLAN's, simple queues and scheduler. But it depends on your use case. What policies should be in place?
by erlinden
Thu Dec 26, 2024 10:50 am
Forum: RouterBOARD hardware
Topic: CCR1036 interfaces dropping
Replies: 1
Views: 252

Re: CCR1036 interfaces dropping

Welcome to the forum. Anything in the log? Have you tried replacing the power supply? Is the device/rack grounded? What does the network look like? Any information (apart from the model name) might be relevant.
What RouterOS version? What bootloader/firmware version?
by erlinden
Wed Dec 25, 2024 4:28 pm
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 168
Views: 23065

Re: hap ax3 random wireless disconnects

Security reasons?
I can think of a thousand and more reasons...want to know from @Marvitex.
by erlinden
Wed Dec 25, 2024 2:09 pm
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 168
Views: 23065

Re: hap ax3 random wireless disconnects

Honestly, for WiFi I'm starting to evaluate something else.
dtim-period=1 is the default, you could try a bit higher, like 3.
Why evaluate something else, if 7.14.3 is working for you. Why upgrade at all?
by erlinden
Wed Dec 25, 2024 1:12 pm
Forum: General
Topic: "unsupported speed" notice on Mellanox Cx4-Lx nics after updated to 7.17rc3
Replies: 7
Views: 1184

Re: "unsupported speed" notice on Mellanox Cx4-Lx nics after updated to 7.17rc3

It is strongly recommended to upgrade the bootloader after RouterOS update. To upgrade the bootloader, execute command "/system routerboard upgrade" in CLI, followed by a reboot. Alternatively, navigate to the GUI System → RouterBOARD menu and click the "Upgrade" button, then re...
by erlinden
Wed Dec 25, 2024 9:44 am
Forum: General
Topic: "unsupported speed" notice on Mellanox Cx4-Lx nics after updated to 7.17rc3
Replies: 7
Views: 1184

Re: "unsupported speed" notice on Mellanox Cx4-Lx nics after updated to 7.17rc3

Did you upgrade both RouterOS and firmware?
Did you manually set interface speed?
by erlinden
Tue Dec 24, 2024 11:02 am
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 168
Views: 23065

Re: hap ax3 random wireless disconnects

The question is what the actual value is. I only trust the config (through cli export). Can you check what the value is through export?

By the way, I use dtim-period=3
by erlinden
Tue Dec 24, 2024 10:34 am
Forum: General
Topic: IPsec tunnel not working RB951
Replies: 19
Views: 1290

Re: IPsec tunnel not working RB951

I checked the documentation (haven't used IPSEC befor), and found this: https://wiki.mikrotik.com/Manual:IP/IPsec#Site_2_configuration /ip ipsec profile add dh-group=ecp256 enc-algorithm=aes-256 name=ike2-gre /ip ipsec proposal add auth-algorithms=null enc-algorithms=aes-128-gcm name=ike2-gre pfs-gr...
by erlinden
Tue Dec 24, 2024 8:19 am
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 168
Views: 23065

Re: hap ax3 random wireless disconnects

I have never changed the dtim-period setting, and currently its value is 0 on both wireless interfaces. With this value, I have clients constantly disconnecting on router OS versions greater than 7.14.3. That's strange as the range is from 1 to 255 (according to the documentation): dtim-period (int...
by erlinden
Tue Dec 24, 2024 8:16 am
Forum: General
Topic: Rb 951 configuration
Replies: 2
Views: 319

Re: Rb 951 configuration

Please share the config to get some relevant feedback:
/export file=anynameyoulike
Remove serial and any other private info, post between code tags by using the </> button.
by erlinden
Mon Dec 23, 2024 4:56 pm
Forum: General
Topic: hEX / RB750Gr3: auto-negotiation issue with 1Gbs
Replies: 2
Views: 468

Re: hEX / RB750Gr3: auto-negotiation issue with 1Gbs

Have you upgraded firmware as well as RouterOS?
Have you tested with different LAN cables?
by erlinden
Mon Dec 23, 2024 8:36 am
Forum: Wireless Networking
Topic: Can get CAPSMAN working on AX and AC devices - why the confusion?
Replies: 1
Views: 287

Re: Can get CAPSMAN working on AX and AC devices - why the confusion?

There is only one driver for AX devices: wifi-qcom Because you refer to AC device(s), the hAP ax3 isn't the only device, correct? If the AC device is able to run the wifi-qcom-ac driver (it has to be an ARM device), you can use CAPsMAN from the the wifi menu item. Please have a look at the official ...
by erlinden
Mon Dec 23, 2024 8:32 am
Forum: Wireless Networking
Topic: WiFi Access Points Maxes at 300mbps D/L
Replies: 18
Views: 1098

Re: WiFi Access Points Maxes at 300mbps D/L

If you replace the hEX with the Synology, do you get higher wireless speeds?
From the information you supply, the hEX doesn't seem to be the problem.
by erlinden
Sun Dec 22, 2024 12:06 am
Forum: Beginner Basics
Topic: Help needed - How to mitigate DDOS atacks with dns
Replies: 21
Views: 2016

Re: Help needed - How to mitigate DDOS atacks with dns

You could consider turning on logging (temporarily) to find out what the source IP address is. Unfortunately it is not possible to do anything about DDOS, you would need your ISP. AFAIK the firewall is properly configured and DNS traffic from the WAN site is already blocked without the pre-routing r...
by erlinden
Sat Dec 21, 2024 4:06 pm
Forum: Wireless Networking
Topic: No CAPsMan forwarding on new CAPsMan?
Replies: 17
Views: 1448

Re: No CAPsMan forwarding on new CAPsMan?

do you set VLAN ID in Datapath in capsman
You could have found the information in the supplied links. Just to help you out, AX: yes and AC: no.
by erlinden
Sat Dec 21, 2024 3:53 pm
Forum: Wireless Networking
Topic: No CAPsMan forwarding on new CAPsMan?
Replies: 17
Views: 1448

Re: No CAPsMan forwarding on new CAPsMan?

can you please explain the steps on how to exactly? Just follow the official documentation on this: https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-CAPsMAN-CAPVLANconfigurationexample: And in regards to basic VLAN information, there is a great topic: https://forum.mikrotik.com/v...
by erlinden
Fri Dec 20, 2024 4:17 pm
Forum: Announcements
Topic: Newsletter #122 | December 2024
Replies: 78
Views: 30586

Re: Newsletter #122 | December 2024

Best wishes, @normis and MikroTik team!
by erlinden
Fri Dec 20, 2024 10:19 am
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

With all 7.17 version both beta and rc, when dns adlist was downloaded and applied one cpu stucks at 100% and dns service is unresponsive. After about one minute cpu usage become normal and dns works as expected. I experienced this both on 4011 and 5009 Haven't seen this myself. Can you share your ...
by erlinden
Thu Dec 19, 2024 5:49 pm
Forum: General
Topic: Issues with MikroTik Router Upgrades
Replies: 6
Views: 650

Re: Issues with MikroTik Router Upgrades

Hmmmm perhaps join the latest century............. take advantage of wireguard and other features.........
Assumption is the mother...
Though I totally agree with your arguments, I really want to know from the TS.
by erlinden
Thu Dec 19, 2024 1:14 pm
Forum: General
Topic: Turning Wifi off will automatically pause clients time
Replies: 1
Views: 277

Re: Turning Wifi off will automatically pause clients time

What "clients"? What "time"?
by erlinden
Wed Dec 18, 2024 6:07 pm
Forum: Wireless Networking
Topic: Wireless Wire questions
Replies: 8
Views: 1288

Re: Wireless Wire questions

My best guess would be that the Admin MAC address is not set. That would explain some of the mentioned behavior. Could you please share the current config: /export file=anynameyoulike Remove serial and any other private info, post between code tags by using the </> button. Did you, besides RouterOS ...
by erlinden
Wed Dec 18, 2024 5:57 pm
Forum: Beginner Basics
Topic: Help needed with wifi of Mikrotik hap AX2 [SOLVED]
Replies: 2
Views: 422

Re: Help needed with wifi of Mikrotik hap AX2 [SOLVED]

It made me smile... Instead of channels, MikroTik uses frequencies. To get an indication of how you can us it: /interface wifi channel add band=2ghz-ax disabled=no frequency=2412 name=CHAN-1 width=20mhz add band=2ghz-ax disabled=no frequency=2437 name=CHAN-6 width=20mhz add band=2ghz-ax disabled=no ...
by erlinden
Wed Dec 18, 2024 4:38 pm
Forum: General
Topic: RB4011iGS - 3 VLANS one not working
Replies: 7
Views: 633

Re: RB4011iGS - 3 VLANS one not working

Don't use VLAN ID 1...ever!

Want to read more:
viewtopic.php?t=143620
by erlinden
Wed Dec 18, 2024 2:04 pm
Forum: General
Topic: VLAN help needed
Replies: 5
Views: 618

Re: VLAN help needed

A good starting point is to read this topic:
viewtopic.php?t=143620
by erlinden
Wed Dec 18, 2024 10:59 am
Forum: Wireless Networking
Topic: CapsMan - can't get 20Mhz channels on 2.4Ghz [SOLVED]
Replies: 6
Views: 765

Re: CapsMan - can't get 20Mhz channels on 2.4Ghz [SOLVED]

I did a bit of rewriting, assuming that your CAPsMAN is the HEX Refresh and you have multiple CAP's: /interface wifi channel add band=2ghz-n frequency=2412,2437,2462 width=20mhz disabled=no name="CH2G" add band=5ghz-ac .frequency=5180,5260,5500,5660 width=20/40/80mhz disabled=no name="...
by erlinden
Tue Dec 17, 2024 4:58 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

One of the symptoms I would get is that the Stations would not roam from AX to AC and on the interface I would get the error: client was disconnected because could not assign vlan.
Turned out (for me) that by setting ft-preserve-vlanid=no explicitely on the ac devices, roaming worked fine.
by erlinden
Tue Dec 17, 2024 3:59 pm
Forum: General
Topic: cache full, not storing since 7.14
Replies: 37
Views: 16251

Re: SOLVED - Re: cache full, not storing since 7.14

Exactly, I have switched from ip behind na to public ip on my main mikrotik router and I forget that Allow remote request is enabling requests not only for LAN but also for WAN! It shouldn't as the default firewall rules only allows calls from LAN (interace list). Perhaps have a good look at your c...
by erlinden
Tue Dec 17, 2024 3:31 pm
Forum: General
Topic: Issues with MikroTik Router Upgrades
Replies: 6
Views: 650

Re: Issues with MikroTik Router Upgrades

Why do you want to upgrade?
Any reason not sticking to V6 and upgrade to 6.49.13 (which is current LTS)?
by erlinden
Tue Dec 17, 2024 11:05 am
Forum: RouterBOARD hardware
Topic: 5009 version with wifi ?
Replies: 63
Views: 4637

Re: 5009

You are probably bound to 2 devices.
by erlinden
Tue Dec 17, 2024 9:08 am
Forum: General
Topic: Wireguard - Half devices reachable
Replies: 8
Views: 812

Re: Wireguard - Half devices reachable

What private IP address does the Windows machine have?
Can you post a route print?
Can you "see" the traffic to this subnet?
by erlinden
Tue Dec 17, 2024 9:02 am
Forum: Wireless Networking
Topic: Help with creating wireless access to switch with managment VLAN
Replies: 3
Views: 462

Re: Help with creating wireless access to switch with managment VLAN

Can you please share your config:
/export file=anynameyoulike
Remove serial and any other private info.

And in addition to @holvoetn:
https://help.mikrotik.com/docs/spaces/R ... figuration
by erlinden
Tue Dec 17, 2024 8:48 am
Forum: RouterBOARD hardware
Topic: Correct 10G spf+ cable
Replies: 5
Views: 750

Re: Correct 10G spf+ cable

Why would you prefer copper over fiber?
by erlinden
Mon Dec 16, 2024 11:48 am
Forum: Beginner Basics
Topic: DHCP client - keep having link down [SOLVED]
Replies: 13
Views: 1308

Re: DHCP client - keep having link down [SOLVED]

Can you please point me where are the defaults firewall rules? /ip firewall filter add action=accept chain=input comment="accept established,related,untracked" connection-state=established,related,untracked add action=drop chain=input comment="drop invalid" connection-state=inva...
by erlinden
Mon Dec 16, 2024 11:26 am
Forum: Wireless Networking
Topic: Issues with disconnections
Replies: 23
Views: 2686

Re: Issues with disconnections

You are aware that roaming is between radios as well? Therefor it might help (as clients can roam from 5G to2.4G, or vice verse). You can play with bandwidth to test if that is more stable: 20MHz on 2.4G and 40MHz on 5G. Have you checked with wifi debug logging enabled? Is the firmware upgraded as w...
by erlinden
Mon Dec 16, 2024 11:01 am
Forum: Wireless Networking
Topic: Issues with disconnections
Replies: 23
Views: 2686

Re: Issues with disconnections

Anyone with a suggestion on what I can change are welcome to comment freely :). What I already haven't tested I will test :). For me setting connect-priority to 0/1 made roaming work for all devices (i.e. the iPhone 11 didn't roam). Furthermore, I prefer to add security and refer to it in configura...
by erlinden
Mon Dec 16, 2024 10:13 am
Forum: Wireless Networking
Topic: CAPsMAN DHCP Server for CAP AX Client
Replies: 15
Views: 1710

Re: CAPsMAN DHCP Server for CAP AX Client

Would you care to make a network diagram?
Have you considered using VLAN (because of the remark about bridges, while one should be used)?
by erlinden
Mon Dec 16, 2024 10:11 am
Forum: Scripting
Topic: executing script from net failed
Replies: 35
Views: 2421

Re: executing script from net failed

At least supply the complete config (minus serial and any other private info):
/export file=anynameyoulike
by erlinden
Sat Dec 14, 2024 12:28 am
Forum: Wireless Networking
Topic: Old iPad Air (iOS 15.8.3) won't connect
Replies: 3
Views: 441

Re: Old iPad Air (iOS 15.8.3) won't connect

Changing channel with did not help, but disabling ft seems to do the trick. Thanks. Guess, I need a new SSID for it? Or a new iPad 8) Because I want to set in future for each wAP own channel for 2.4 Ghz and 5 GHz for non overlapping. (This isn't yet configured) That make perfect sense...while these...
by erlinden
Sat Dec 14, 2024 12:10 am
Forum: Wireless Networking
Topic: Band steering - "priority" to 5Ghz [SOLVED]
Replies: 55
Views: 41022

Re: Band steering - "priority" to 5Ghz [SOLVED]

Mikrotik 7.17 - band steering does not work even neighborhood group is selected
You could show your config just to make sure that all settings are correct.
/export file=anynameyoulike
Remove serial and any other private info.
by erlinden
Fri Dec 13, 2024 11:59 pm
Forum: Wireless Networking
Topic: Old iPad Air (iOS 15.8.3) won't connect
Replies: 3
Views: 441

Re: Old iPad Air (iOS 15.8.3) won't connect

Can you give it a try when channel width is 20MHz (2.4GHz) and 20/40MHz (5GHz).
Another option to test with is disable FT.
Just for testing purposes.

Can you explain why you have multi provision rules (while two are, in your case, enough)?
by erlinden
Fri Dec 13, 2024 6:17 pm
Forum: General
Topic: Frequecy Scan to file scan1
Replies: 4
Views: 788

Re: Frequecy Scan to file scan1

Both installation and country is there to comply with regulations.
It has, afaik, nothing to do with scan results.

Is it possible there are no radios in the neighbourhood transmitting at those frequencies?
by erlinden
Fri Dec 13, 2024 6:12 pm
Forum: Beginner Basics
Topic: DHCP client - keep having link down [SOLVED]
Replies: 13
Views: 1308

Re: DHCP client - keep having link down [SOLVED]

Why you say, hope not?!?!?
You firewall rules set isn't complete. What made you decide to change it?
Can you please provide a complete config? Remove serial and any other private info.
by erlinden
Fri Dec 13, 2024 5:24 pm
Forum: Beginner Basics
Topic: DHCP client - keep having link down [SOLVED]
Replies: 13
Views: 1308

Re: DHCP client - keep having link down [SOLVED]

Does your RB get a public IP address? Hope not...
by erlinden
Thu Dec 12, 2024 1:14 pm
Forum: Wireless Networking
Topic: Windows 10 cannot connect to EAP-TLS Wifi [SOLVED]
Replies: 5
Views: 881

Re: Windows 10 cannot connect to EAP-TLS Wifi [SOLVED]

Have you enabled debug wifi logging? There might be something showing.

Perhaps this topic is giving some clue?
viewtopic.php?t=174140
by erlinden
Wed Dec 11, 2024 9:28 am
Forum: Wireless Networking
Topic: Issues with disconnections
Replies: 23
Views: 2686

Re: Issues with disconnections

As well as lots of frustated users, there are also a lot of users that don't experience the problems. For sure, settings does a lot. Might be interresting to see your config(s) to give some tweaks and suggestions. And when it comes to wifi, environment is of great influence. And please have a look a...
by erlinden
Mon Dec 09, 2024 3:27 pm
Forum: General
Topic: CAPSMAN provisioning + DHCP server not working for CAP devices [SOLVED]
Replies: 10
Views: 1721

Re: CAPSMAN provisioning [SOLVED]

/interface bridge port add bridge=bridge1 interface=ether1 add bridge=bridge1 interface=ether2 add bridge=bridge1 interface=wifi1 add bridge=bridge1 interface=wifi2 Your wifi interfaces should not be manually added to the bridge. Only have ether1 and ether2 as part of the bridge: /interface bridge ...
by erlinden
Sat Dec 07, 2024 12:42 am
Forum: Wireless Networking
Topic: Unifi AP running on MikroTik VLAN
Replies: 16
Views: 1655

Re: Unifi AP running on MikroTik VLAN

To learn a bit (more) about VLAN, please have a good look at this (great) topic:
viewtopic.php?t=143620
by erlinden
Sat Dec 07, 2024 12:35 am
Forum: Wireless Networking
Topic: wAP ax as replacement for old UniFi AC Pro?
Replies: 11
Views: 1505

Re: wAP ax as replacement for old UniFi AC Pro?

Congratz, nice to hear! The wAP AX is consuming a bit over 6 Watt at my place, according to my PoE switch.
by erlinden
Sat Dec 07, 2024 12:31 am
Forum: Beginner Basics
Topic: capsman on L009UiGS-RM
Replies: 6
Views: 1096

Re: capsman on L009UiGS-RM

I got the Capsman to work in the setup, but only one client at the time can connect out on the internet. Any ideas? Definitely misconfuguration. Mhy best guess (on currently provided information): your L009 is configured as switch and the client gets the public IP address. As @gigabyte091 requested...
by erlinden
Sat Dec 07, 2024 12:28 am
Forum: Beginner Basics
Topic: Help with setup issues on RB951
Replies: 16
Views: 1581

Re: Help with setup issues on RB951

RB951 is a device I used over 10 years ago. Great device, but very outdated especially with your ISP supplied Internet speed. But...that is not really ontopic... Can you export the configuration (using termin)? /export file=anynameyoulike Remove serial and any other private info and post between cod...
by erlinden
Sat Dec 07, 2024 12:24 am
Forum: General
Topic: Problem with 7.16.2
Replies: 4
Views: 653

Re: Problem with 7.16.2

Well, you set the first step. Can you show your config, so we can have a look at your current settings? /export file=anynameyoulike Run above command from a terminal, after executing there will be a file. Copy the content, remove serial and any other private info and post here between code tags by u...
by erlinden
Fri Dec 06, 2024 6:24 pm
Forum: General
Topic: Logs showing Public IP as gateway IP
Replies: 4
Views: 584

Re: Logs showing Public IP as gateway IP

From the logging I get the feeling that SSH is publically available. Why?
Is this MikroTik behind NAT? As the IP address it is showing is a private IP? Cam you supply a network diagram including IP addressing in it?
by erlinden
Fri Dec 06, 2024 3:28 pm
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Welcome, @gftjhnk. Have you red all comments and changed configuration accordingly? Being able to replicate the problem isn't difficult.
by erlinden
Fri Dec 06, 2024 3:25 pm
Forum: Wireless Networking
Topic: CapsMan-CAP datapath issue with VLANs [SOLVED]
Replies: 3
Views: 530

Re: CapsMan-CAP datapath issue with VLANs [SOLVED]

If it works for you...well done.
by erlinden
Fri Dec 06, 2024 2:42 pm
Forum: Wireless Networking
Topic: CapsMan-CAP datapath issue with VLANs [SOLVED]
Replies: 3
Views: 530

Re: CapsMan-CAP datapath issue with VLANs [SOLVED]

Remove on CAP: /interface bridge port add bridge=TRUNK frame-types=admit-only-untagged-and-priority-tagged interface=VLAN10 pvid=10 add bridge=TRUNK frame-types=admit-only-untagged-and-priority-tagged interface=VLAN20 pvid=20 /interface vlan add interface=TRUNK loop-protect=on loop-protect-disable-t...
by erlinden
Fri Dec 06, 2024 2:30 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

/interface/wifi/radio/reg-info country="Australia" number=0 ranges: 2402-2482/36dBm/40MHz 5170-5250/23dBm/160MHz/indoor 5250-5330/23dBm/160MHz/indoor/dfs 5490-5590/30dBm/80MHz/dfs 5650-5730/30dBm/80MHz/dfs 5735-5835/36dBm/80MHz This is from a wAP AX cli.
by erlinden
Fri Dec 06, 2024 1:31 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

The standard way is: /export file=anynameyoulike Remove serial and any other private info and post between code tags by using the </> button. Always good to have more eyes watching. Can you als supply all involved (MikroTik) hardware? Did you also upgrade firmware besides the RouterOS upgrade?
by erlinden
Fri Dec 06, 2024 1:20 pm
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

Can you share your config, @epkulse? And anything in the logging that could explain the situation?
by erlinden
Thu Dec 05, 2024 9:11 pm
Forum: General
Topic: Winbox into mikrotik wireless wire in front of router?
Replies: 1
Views: 393

Re: Winbox into mikrotik wireless wire in front of router?

How is the wireless wire configured? And does the cable modem do any routing?
by erlinden
Thu Dec 05, 2024 8:47 pm
Forum: Wireless Networking
Topic: Beginner CAPsMAN questions
Replies: 8
Views: 1014

Re: Beginner CAPsMAN questions

Thanks! My wAP ax now arrived and I did a first test with one device. Works fine with CAPsMAN :-) I have a small question about that. On my RB5009, "cap-wifi1" and "cap-wifi2" do show up. Is there any way to rename the name? As those interface are auto generated on RB5009 and ma...
by erlinden
Tue Dec 03, 2024 6:53 pm
Forum: General
Topic: RB5009UPr+S+IN Ports "Uknown" when setting up PPPoE Client
Replies: 2
Views: 479

Re: RB5009UPr+S+IN Ports "Uknown" when setting up PPPoE Client

Apart from upgrading RouterOS, did you also upgrade firmware (/system/routerboard)?
Anything in the logging that could be helpfull?
Can you share your current config?
/export file=anynameyoulike
Remove serial and any other private info, post between code tags by using the </> button.
by erlinden
Tue Dec 03, 2024 4:08 pm
Forum: Beginner Basics
Topic: RB4011 backup
Replies: 3
Views: 552

Re: RB4011 backup

As far as I know it is a binary clone. So it should contain everything.
by erlinden
Tue Dec 03, 2024 3:41 pm
Forum: Beginner Basics
Topic: RB4011 backup
Replies: 3
Views: 552

Re: RB4011 backup

From the documentation: https://help.mikrotik.com/docs/spaces/ROS/pages/40992852/Backup (RouterOS V7.x) https://wiki.mikrotik.com/Manual:System/Backup (RouterOS V6.x) Quote from the latter: RouterOS backup feature allows you to save your current device's configuration, which then can be re-applied o...
by erlinden
Tue Dec 03, 2024 1:36 pm
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Weren't you on the "My Mikrotik wifi6 works like a charm"-train all the time?
It does :lol:

Have done a lot of tweaking finding out I already had best settings.
by erlinden
Tue Dec 03, 2024 1:29 pm
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Out of everything I tested, enabling both FT and FT over DS and setting Connect Priority to 0/1 is the solution that made the errors stop. For me, specifically adding the connect-priority=0/1 (in combination with default settings mostl) made my Samsung S21+ and iPhone 11 roam without disconnecting ...
by erlinden
Tue Dec 03, 2024 1:23 pm
Forum: General
Topic: Forward multiple WANs inside LAN with VLANs [SOLVED]
Replies: 9
Views: 1078

Re: Forward multiple WANs inside LAN with VLANs [SOLVED]

It is still not able to receive ip from the isp1 router.
Where is your DHCP client?
by erlinden
Tue Dec 03, 2024 12:56 pm
Forum: RouterBOARD hardware
Topic: All interfaces shutdown randomly
Replies: 9
Views: 5000

Re: All interfaces shutdown randomly

Any reason you haven't updated the RB5009 to version 7.16.2 (which is currently the latest stable release)?
Make sure to upgrade firmware as well...
by erlinden
Mon Dec 02, 2024 2:50 pm
Forum: General
Topic: Hex REFRESH
Replies: 11
Views: 1070

Re: Hex REFRESH

One needs to know what factory firmware version is installed.
My guess would be version V7.x, which does not have a LTS version up till now.

Is it necessary to have an LTS?
by erlinden
Sat Nov 30, 2024 4:41 pm
Forum: Beginner Basics
Topic: Hex capsman
Replies: 5
Views: 615

Re: Hex capsman

This is the correct documentation, assuming that the accesspoints are running wifi-qcom(-ac):
https://help.mikrotik.com/docs/spaces/R ... iFiCAPsMAN
by erlinden
Sat Nov 30, 2024 3:47 pm
Forum: General
Topic: am i using SOHO Firewall or not?
Replies: 38
Views: 3798

Re: am i using SOHO Firewall or not?

Please share the current configuration to help you:
/export file=anynameyoulike
This will create a file (which can be found at files) that you can download.
Remove serial and any other private info and post between code tags by using the </> button.
by erlinden
Fri Nov 29, 2024 8:58 pm
Forum: General
Topic: Bug in version in winbox and in routerboard
Replies: 11
Views: 1092

Re: Bug in version in winbox and in routerboard

You know the difference between RouterOS and firmware?
by erlinden
Fri Nov 29, 2024 10:10 am
Forum: Announcements
Topic: v7.17rc [testing] is released!
Replies: 375
Views: 127257

Re: v7.17rc [testing] is released!

Just attempted to upgrade to 7.17 RC - have to rollback immediately. No devices will connect to 5 GHz - have no time to spend on further investigation, but something appears not to be OK for sure... Next time choose a moment where you can do some investigation. There could be a perfect good reason ...
by erlinden
Thu Nov 28, 2024 12:09 pm
Forum: General
Topic: Disabling system,error,critical login failure for user foobar from so.me.ip.num via ssh
Replies: 9
Views: 994

Re: Disabling system,error,critical login failure for user foobar from so.me.ip.num via ssh

Allow VPN connections to router( from public internet)?
Why would it be safer than secured ssh access?
An additional layer of security?
Bit worried you asking this question.
by erlinden
Thu Nov 28, 2024 10:47 am
Forum: General
Topic: Ticket not being responded to
Replies: 9
Views: 1090

Re: Ticket not being responded to

Could you please share your config, at least the wifi part?
/interface wifi export
Remove serial and any other provate info.
With this config we can provide you with some tips and tricks.
by erlinden
Thu Nov 28, 2024 9:28 am
Forum: General
Topic: Netinstall issue
Replies: 4
Views: 618

Re: Netinstall issue

Good to hear, Netinstall requires some patience (but always has worked for me).
I like to buy second hand (as well), and will always perform a netinstall....just in case.
by erlinden
Wed Nov 27, 2024 4:26 pm
Forum: Beginner Basics
Topic: VLANs: Which network does RouterOS use?
Replies: 7
Views: 1107

Re: VLANs: Which network does RouterOS use?

The config would really help:
/export file=anynameyoulike
Remove serial and any other provate info, post between code tags by using the </> button.
by erlinden
Wed Nov 27, 2024 9:57 am
Forum: General
Topic: Random reboots on RB4011 since 7.13/7.14
Replies: 22
Views: 3749

Re: Random reboots on RB4011 since 7.13/7.14

Have you tried swapping the power supply? That would be my best guess...
by erlinden
Wed Nov 27, 2024 9:30 am
Forum: Wireless Networking
Topic: cAP or hAPax3?
Replies: 8
Views: 853

Re: cAP or hAPax3?

Do some testing with an accesspoint (if you have one laying around). Then you get the best indication on attenuation.

Furthermore, what are your requirements? What will WiFi be used for?
by erlinden
Tue Nov 26, 2024 3:34 pm
Forum: RouterBOARD hardware
Topic: cAP XL ac - Unresponsive and Configuration Issue [SOLVED]
Replies: 2
Views: 637

Re: cAP XL ac - Unresponsive and Configuration Issue [SOLVED]

If the deivce isn't shown in Neighbors using Winbox (either connected to one of the ethernet ports or via wifi if available) I would do a netinstall: https://help.mikrotik.com/docs/spaces/RKB/pages/1409054/Problems+with+Netinstall Make sure to follow it by the letter. Btw: You can either connect usi...
by erlinden
Tue Nov 26, 2024 9:59 am
Forum: Wireless Networking
Topic: CapsMan and Cap on the same device [SOLVED]
Replies: 8
Views: 915

Re: CapsMan and Cap on the same device [SOLVED]

Aah, thanks @infabo! That makes sense (from the quote I posted).
by erlinden
Tue Nov 26, 2024 9:44 am
Forum: Wireless Networking
Topic: CapsMan and Cap on the same device [SOLVED]
Replies: 8
Views: 915

Re: CapsMan and Caps on the same device [SOLVED]

Local wifi interfaces aren't provisioned as CAPS: CAPsMAN cannot manage it's own wifi interfaces using configuration.manager=capsman, it is enough to just set the same configuration profile on local interfaces manually as you would with provisioning rules, and the end result will be the same as if t...
by erlinden
Tue Nov 26, 2024 8:41 am
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Yes I use cap ax APs, I have made the changes still getting loads of disconnects and very poor WiFi performance. When I bought the mikrotik kit I understood that wireless might not be top of the line, but I did not expect it to be so bad... Hopefully they can resolve it... Can you post the current ...
by erlinden
Tue Nov 26, 2024 8:35 am
Forum: Wireless Networking
Topic: 802.11ac and 802.11ax on CAPsMAN [SOLVED]
Replies: 2
Views: 601

Re: 802.11ac and 802.11ax on CAPsMAN [SOLVED]

The only way to do this, is to uninstall the qqireless package and install the wifi-qcom-ac package on the cAP ac. More info can be found here: https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-Advancedexamples And here: https://help.mikrotik.com/docs/spaces/ROS/pages/40992872/Pack...
by erlinden
Mon Nov 25, 2024 3:11 pm
Forum: General
Topic: Disable Voice VLAN on specific Ports
Replies: 3
Views: 805

Re: Disable Voice VLAN on specific Ports

I would expect that the VLAN's are configured, specifically per port. Can you share the config, so that we kow what you are talking about? Assuming it is configuraed with RouterOS: /export file=anynameyoulike Remove serial and any other private info, post between code tags by using the </> button.
by erlinden
Mon Nov 25, 2024 9:55 am
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Can someone look through my config too, as I am getting loads of SA Query timeout/ "not responding" errors in the log. Also extremely poor network performance of WiFi.. Can you add/change a couple of things: /interface wifi channel add band=2ghz-ax disabled=no frequency=2412,2437,2462 nam...
by erlinden
Mon Nov 25, 2024 9:34 am
Forum: General
Topic: Need help setup rb4011 with cap ax
Replies: 1
Views: 468

Re: Need help setup rb4011 with cap ax

Couple of things in regard to VLAN are going wrong. First of all, when going VLAN, please go VLAN all the way. So that every network has its VLAN ID (other then 1). Next, you want to have a trunk port configured to which the cAP AX is connected to. This requires VLAN configuring on both RB4011 as we...
by erlinden
Sun Nov 24, 2024 6:37 pm
Forum: Wireless Networking
Topic: wAP ax as replacement for old UniFi AC Pro?
Replies: 11
Views: 1505

Re: wAP ax as replacement for old UniFi AC Pro?

Also consider replacing with the cAP AX, depending on how the current accesspoints are mounted.
What is the main reason of the upgrade? What are you expecting?
by erlinden
Sun Nov 24, 2024 6:36 pm
Forum: Wireless Networking
Topic: How to increase wifi signal distance/strenght ?
Replies: 10
Views: 1003

Re: How to increase wifi signal distance/strenght ?

If you want to go that way, don't forget to increase transmission power of your mobile devices as well.
The power used is restricted by regulations. Only (correct, in my opinion) way to solve this is add an accesspoint.
by erlinden
Sat Nov 23, 2024 2:24 pm
Forum: General
Topic: VLAN Trunk - DHCP issue
Replies: 12
Views: 1239

Re: VLAN Trunk - DHCP issue

What is the purpose of having this VLAN? From your config (quick scan) you seem to have a single VLAN on the LAN side. Can you give an explanation of your network? Or better, a network diagram?
by erlinden
Fri Nov 22, 2024 5:01 pm
Forum: General
Topic: RB2011, OpenVPN and PPPoE
Replies: 2
Views: 419

Re: RB2011, OpenVPN and PPPoE

Nothing special, just a different WAN interface. Can you share your current config?
/export hide-sensitive file=anynameyoulike
Remove serial and any other private info, post between code tags by using the </> button.
by erlinden
Fri Nov 22, 2024 3:47 pm
Forum: General
Topic: New purchase, entry into mikrotik [SOLVED]
Replies: 4
Views: 1042

Re: New purchase, entry into mikrotik [SOLVED]

First get your requirements, as smart as possible. Both technical and functional. Make a network diagram with all devices involved. In regards to your questions: 1. It depends on what you want and how you configure it. 2. It depends. 3. Sure. 4. My RB951 I have had since 2004(?) is still supported. ...
by erlinden
Fri Nov 22, 2024 1:30 pm
Forum: Beginner Basics
Topic: One device rejected, requests wrong WPA group cipher
Replies: 3
Views: 606

Re: One device rejected, requests wrong WPA group cipher

I would at least start only supporting wpa2-psk (with aes). Just out of security perspective.
by erlinden
Fri Nov 22, 2024 11:53 am
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Anything about this stand out to you as clearly wrong? Not clearly wrong (at first sight), I totally love the concept of DRY. So, something like this: /interface wifi configuration add name=homeapcfg country="United Kingdom" mode=ap ssid="HOME" add name=iotapcfg country="Un...
by erlinden
Thu Nov 21, 2024 8:55 pm
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Did you update both RouterOS and firmware?

Pretty sure support would like to have your supout file. If you have the chance...
by erlinden
Thu Nov 21, 2024 7:56 pm
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Could you give these settings a try, @Jef61: /interface wifi configuration add name=homeapcfg country="Netherlands" mode=ap \ ssid="Kraailook" channel.skip-dfs-channels=10min-cac \ security.authentication-types=wpa2-psk,wpa3-psk \ .passphrase="[Moet je nog even zelf invullen...
by erlinden
Thu Nov 21, 2024 7:41 pm
Forum: Beginner Basics
Topic: Set static ip as dhcp client
Replies: 8
Views: 786

Re: Set static ip as dhcp client

how come be so dificult :(
To be honost...the administrator is crap or the router is crap. Because the latter is supporting port forwards I would bet my money on the first.

This is pretty much basic networking stuff.
by erlinden
Thu Nov 21, 2024 7:30 pm
Forum: Beginner Basics
Topic: Set static ip as dhcp client
Replies: 8
Views: 786

Re: Set static ip as dhcp client

Setting it fixed will most probably cause IP conflicts, the router will not be happy about it. Only options I can think of: Select an IP address outside of the DHCP scope Set that IP address in /ip address (make sure to fill in all relevant information) Forward to that IP address You will always nee...
by erlinden
Thu Nov 21, 2024 7:24 pm
Forum: Beginner Basics
Topic: Set static ip as dhcp client
Replies: 8
Views: 786

Re: Set static ip as dhcp client

Different approach: why do you want it?
by erlinden
Thu Nov 21, 2024 7:19 pm
Forum: Beginner Basics
Topic: Set static ip as dhcp client
Replies: 8
Views: 786

Re: Set static ip as dhcp client

Why not ask the administator of the router?
You might get into lots of problems when you configure an IP address yourself. And by asking how to do it...you will.
by erlinden
Thu Nov 21, 2024 6:54 pm
Forum: Beginner Basics
Topic: hAP ax3: change default internet port ether1 to ether2 [SOLVED]
Replies: 23
Views: 2147

Re: hAP ax3: change default internet port ether1 to ether2 [SOLVED]

Never ever touch QuickSet (unless the device is reset to defaults).
by erlinden
Thu Nov 21, 2024 6:43 pm
Forum: Beginner Basics
Topic: hAP ax3: change default internet port ether1 to ether2 [SOLVED]
Replies: 23
Views: 2147

Re: hAP ax3: change default internet port ether1 to ether2 [SOLVED]

My appologies, I have never seen that eth1 is a combined port. No LAN entries with ether1 or ether 2. Shall I delete the marked line with ether1? Change ether1 to ether2 No entry for ether1. Shall I just delete that marked entry for ether2? Change ether2 to ether1 DHCP Client is not enabled and poin...
by erlinden
Thu Nov 21, 2024 5:56 pm
Forum: Beginner Basics
Topic: hAP ax3: change default internet port ether1 to ether2 [SOLVED]
Replies: 23
Views: 2147

Re: hAP ax3: change default internet port ether1 to ether2 [SOLVED]

Befor you follow these steps (which are explained quit well!):

The eth1 is a PoE in port, you will have to connect the cAP AX to eth5 of the hAP AX3 to have it powering the cAP AX.
by erlinden
Thu Nov 21, 2024 10:45 am
Forum: General
Topic: [7.6] CAP mode fails after custom netinstall
Replies: 7
Views: 1483

Re: [7.6] CAP mode fails after custom netinstall

Anything in the logging?
Why version 7.6?
by erlinden
Wed Nov 20, 2024 10:00 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

How do I configure new forwarders in my DNS server settings?
Please check the documentation:
https://help.mikrotik.com/docs/spaces/R ... 748767/DNS
by erlinden
Wed Nov 20, 2024 3:43 pm
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

FFS, creating a profile just to make fun.

@mndtrip:
*) wifi - added station-roaming support (additional fixes);

In addition, I used the config supplied by @tangent:
https://tangentsoft.com/mikrotik/wiki?n ... ome+WiFi&p

You may want to try this to see if it helps.
by erlinden
Wed Nov 20, 2024 9:22 am
Forum: Wireless Networking
Topic: Wifi Issue - Android devices!
Replies: 6
Views: 972

Re: Wifi Issue - Android devices!

I have made all the changed you mentioned but still have the same issue.
Please post the updated config.
by erlinden
Tue Nov 19, 2024 5:34 pm
Forum: Wireless Networking
Topic: "not responding" - f.k.a. SA Query timeout
Replies: 295
Views: 50566

Re: "not responding" - f.k.a. SA Query timeout

Still No solution for this problem.... An ideas how can solve it? Can you share your config? I read a lot of people running into problems, while others have perfectly stable connections. It might be config related, at least that is pretty easy to analyse. /interface wifi export Remove serial and an...
by erlinden
Tue Nov 19, 2024 12:49 pm
Forum: Beginner Basics
Topic: WiFi router + cAP ax [SOLVED]
Replies: 3
Views: 604

Re: WiFi router + cAP ax [SOLVED]

Not only will it do the trick, there is a MikroTik video on YouTube explaining how to do it (though it uses a hAP AX2 as CAP):

https://www.youtube.com/watch?v=bHotZT41w3E

The hAP AX3 is able to provide PoE to the CAP.
by erlinden
Mon Nov 18, 2024 5:11 pm
Forum: Wireless Networking
Topic: Issue with FT
Replies: 13
Views: 2808

Re: Issue with FT

Can you share your current wifi settings?
/interface wifi export
Remove serial and any other private info and post between code tags by using the </> button.
by erlinden
Sat Nov 16, 2024 3:48 pm
Forum: Wireless Networking
Topic: Caps network connectivity issue dhcp deassigned assigned
Replies: 12
Views: 1793

Re: Caps network connectivity issue dhcp deassigned assigned

Can you share the CAP config as well?

From the log I understand that the connection between the CAPsMAN and the CAP's is interrupted. Which explains the behavior. Any idea why this is happening? Are all devices connected with network cable? Are the cables tested? What is the number of link downs?
by erlinden
Sat Nov 16, 2024 1:07 pm
Forum: General
Topic: High Tx/Rx Queue Drops and Errors in MikroTik LAN
Replies: 3
Views: 451

Re: High Tx/Rx Queue Drops and Errors in MikroTik LAN

Can you share your config?
/export file=anynameyoulike
Remove serial and any other private info and post between code tags by using the </> button.
by erlinden
Sat Nov 16, 2024 1:04 pm
Forum: General
Topic: VLAN confusion
Replies: 19
Views: 1365

Re: VLAN confusion

So sad to read that PCUnite's topic is not sufficient. That is absolutely straight forward.
Can you share your current config and explain what you exactly want?
by erlinden
Sat Nov 16, 2024 10:05 am
Forum: Wireless Networking
Topic: Caps network connectivity issue dhcp deassigned assigned
Replies: 12
Views: 1793

Re: Caps network connectivity issue dhcp deassigned assigned

Can you add lease-time to dhcp-server:
/ip dhcp-server
add address-pool=dhcp_pool1 interface=bridge name=dhcp1 lease-time=8h
By default it is 10m, which can cause problems.
by erlinden
Fri Nov 15, 2024 11:03 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

Is quad9 DoH ever going to work properly on Mikrotik ? Has been running pretty stable for some time (think at least 6 hours), but then all of a sudden: DoH server connection error: remote disconnected while in HTTP exchange DoH server response not OK: 403: dns query not allowed DoH server response ...
by erlinden
Fri Nov 15, 2024 10:44 pm
Forum: Wireless Networking
Topic: Roaming fail DHCP
Replies: 3
Views: 742

Re: Roaming fail DHCP

Do some manual VLAN filtering on the CAP, like this: /interface bridge add admin-mac=xxxxxxxxxxxx auto-mac=no frame-types=admit-only-vlan-tagged name=bridgeLocal vlan-filtering=yes /interface vlan add interface=bridgeLocal name=vlan99_base vlan-id=99 /interface wifi datapath add bridge=bridgeLocal c...
by erlinden
Fri Nov 15, 2024 2:57 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

How does your router know the IP adress of dns.quad9.net?
/ip dns
set allow-remote-requests=yes cache-size=409600KiB servers=9.9.9.9 use-doh-server=https://dns.quad9.net/dns-query verify-doh-cert=yes
Mostly default settings, no DNS entries in the log so far.
by erlinden
Fri Nov 15, 2024 1:26 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

Is quad9 DoH ever going to work properly on Mikrotik ?
Can't reproduce this behavior.
Can you share your /ip dns export?
by erlinden
Thu Nov 14, 2024 11:39 pm
Forum: Wireless Networking
Topic: multiple upgrade cAP XL ac through CAPs Manager
Replies: 2
Views: 448

Re: multiple upgrade cAP XL ac through CAPs Manager

Personally I would start with one and do some testing. By the number you mention I assume this is a live environment? While doing the upgrade, you might want to consider upgrading to wifi-qcom-ac instead of the wireless driver. But that would be the next step and requires some more investigation. Ha...
by erlinden
Thu Nov 14, 2024 9:53 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

You prefer ICQ ?
BBS?

:lol:
by erlinden
Thu Nov 14, 2024 9:46 pm
Forum: General
Topic: CAPSMAN WiFi Wave2 [SOLVED]
Replies: 5
Views: 1215

Re: CAPSMAN WiFi Wave2 [SOLVED]

As the complete bandwidth of 2.4GHz radio is 40MHz wide, I would advise to use bandwidth=20mhz. Roaming works better when you use non overlapping channels. Don't use vlan id=1, instead use something above 1. Don't set antenna-gain to 0, leave it default or set correctly. Missing country, which makes...
by erlinden
Thu Nov 14, 2024 6:10 pm
Forum: Wireless Networking
Topic: Problem with Wireless, DHCP does not working. [SOLVED]
Replies: 4
Views: 675

Re: Problem with Wireless, DHCP does not working. [SOLVED]

VLAN filtering should be done on a single bridge:
/interface bridge
add name=GUEST-LAN vlan-filtering=yes
add name=LAN vlan-filtering=yes
Now you have two bridges.

Please read this great topic about VLAN's:
viewtopic.php?t=143620
by erlinden
Thu Nov 14, 2024 6:02 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

The cAP ac is both with wireless and with wifi-qcom-ac ridicoulisly stable. Though I do prefer the wifi-qcom-ac driver. Has been running for years and years without problems. But it requires some good configuring and tiny tweaking.
by erlinden
Thu Nov 14, 2024 5:06 pm
Forum: General
Topic: wAP AC wireless or qcom?
Replies: 14
Views: 1154

Re: wAP AC wireless or qcom?

So extensive they missed 2 reboot steps to make it clear, as shown by the last posts in this thread :lol:
Part of the uninstall process is a reboot.

And that is explained here:
https://help.mikrotik.com/docs/spaces/R ... 2/Packages
by erlinden
Thu Nov 14, 2024 4:50 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

Are you trying to corrupt seniors?? ;-)

We need to get on a skype/discord chat so we can discuss losing my capsman virginity.
Never too old to lose one's virginity.

And I would call myself...ehm...senior (as well?).

But...Skype? Really!?
by erlinden
Thu Nov 14, 2024 4:30 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

Was able to upgrade through the App of both my RB4011 and cAP AX. The (two) wAP AX's do not upgrade (hangs on "Download in progress", nothing else happens). Nothing in the logging. Will try with Winbox tonight (currently off site). Anyone else having the same issue? For who is interested, ...
by erlinden
Thu Nov 14, 2024 3:43 pm
Forum: General
Topic: wAP AC wireless or qcom?
Replies: 14
Views: 1154

Re: wAP AC wireless or qcom?

There is extensive documentation, also on replacing:

https://help.mikrotik.com/docs/spaces/R ... ss'package
by erlinden
Thu Nov 14, 2024 11:38 am
Forum: SwOS
Topic: RB260GS - Cannot reset to factory defaults [SOLVED]
Replies: 10
Views: 1226

Re: RB260GS - Cannot reset to factory defaults [SOLVED]

From the documentation: Hold this button during boot time and release after LED light stops flashing to reset SwOS configuration and load primary backup firmware. Access to primary firmware allows the reinstallation of the main firmware. Did you perform the reset like this? Netinstall is RouterOS on...
by erlinden
Thu Nov 14, 2024 10:32 am
Forum: SwOS
Topic: RB260GS - Cannot reset to factory defaults [SOLVED]
Replies: 10
Views: 1226

Re: RB260GS - Cannot reset to factory defaults [SOLVED]

Have you tried with a different browser (or at least tried in-private)?
by erlinden
Wed Nov 13, 2024 6:31 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

Totally agree (except for the 2.4GHz preference, haven't seen that).
And you can run CAPsMAN (new style), @anav! The object oriented implementation 8)
by erlinden
Wed Nov 13, 2024 3:09 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

Honestly, maybe it's just my opinion but i have a feeling that cAP ac works better than all of this ax stuff...
I wouldn't want to go back (from cAP ac to cAP AX to wAP AX). But that is just my opinion 8)
by erlinden
Wed Nov 13, 2024 8:49 am
Forum: General
Topic: Routeros V7.15.3 randomly deleted users once a day.
Replies: 16
Views: 1402

Re: Routeros V7.15.3 randomly deleted users once a day.

Hey, which logs I could enable to see more detail in the moment it happens. I want to be able to see more detail to be sure if this could be a threat or not.
You haven't mentioned what the log is currently mentioning.
And still waiting for the config...
by erlinden
Wed Nov 13, 2024 8:46 am
Forum: Beginner Basics
Topic: capsman on L009UiGS-RM
Replies: 6
Views: 1096

Re: capsman on L009UiGS-RM

The official documentation (including examples) can be found here:
https://help.mikrotik.com/docs/spaces/R ... ionexample:
by erlinden
Tue Nov 12, 2024 5:25 pm
Forum: General
Topic: untagg multiple VLAN on ether port
Replies: 14
Views: 1119

Re: untagg multiple VLAN on ether port

You want multi VLAN's untagged on a port? Can you explain why?
by erlinden
Tue Nov 12, 2024 11:39 am
Forum: Wireless Networking
Topic: downgrade of firmware
Replies: 1
Views: 461

Re: downgrade of firmware

Why?

Any device can be downgraded to the "Factory Firmware", which can be found at /system routerboard.
Please have a look at the extensive documentation, some questions can be answered easily:

https://help.mikrotik.com/docs/spaces/R ... g+RouterOS
by erlinden
Tue Nov 12, 2024 11:25 am
Forum: Beginner Basics
Topic: Mikrotik Certificate
Replies: 3
Views: 748

Re: Mikrotik Certificate

Please elaborate on the "none of the certificates worked correctly". What are the certificates used for?
by erlinden
Tue Nov 12, 2024 10:44 am
Forum: Wireless Networking
Topic: Can't detect the SSID of the hAP ax^3 device
Replies: 2
Views: 784

Re: Can't detect the SSID of the hAP ax^3 device

It's a bit odd...you are setting channel to 5240, while in the screenshot it shows 5500. /interface wifi set [ find default-name=wifi1 ] arp-timeout=auto channel.band=5ghz-ac .frequency=5240 .skip-dfs-channels=all .width=20/40mhz configuration.country=Russia .mode=ap .ssid=MikroTik-8075C3 disabled=n...
by erlinden
Mon Nov 11, 2024 6:53 pm
Forum: Beginner Basics
Topic: Probably firewall misconfig?
Replies: 8
Views: 911

Re: Probably firewall misconfig?

Start with default firewall filter rules, your current rules are...creative. Did you configure the router? Is it public facing?

Also, your VLAN config is creative, have a very good look at this very good topic:
viewtopic.php?t=143620
by erlinden
Mon Nov 11, 2024 5:29 pm
Forum: Wireless Networking
Topic: Channel reselect interval issue after upgrading to 7.15 (hAP ax²)
Replies: 7
Views: 5354

Re: Channel reselect interval issue after upgrading to 7.15 (hAP ax²)

Documentation is also providing this info: reselect-interval (time interval; Default:) Specifies when the interface should rescan channel availability and select the most appropriate one to use. Specifying interval will allow the system to select this interval dynamically and randomly. This helps t...
by erlinden
Mon Nov 11, 2024 2:49 pm
Forum: Beginner Basics
Topic: Part of my network does not have access to google.com
Replies: 38
Views: 2267

Re: Part of my network does not have access to google.com

Can you supply a network diagram with all devices involved?
by erlinden
Mon Nov 11, 2024 8:44 am
Forum: Wireless Networking
Topic: Wifi Issue - Android devices!
Replies: 6
Views: 972

Re: Wifi Issue - Android devices!

/interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \ disabled=no distance=indoors frequency=auto hide-ssid=yes installation=\ indoor mode=ap-bridge ssid=Mikrotik wireless-protocol=802.11 set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=\ 20/4...
by erlinden
Fri Nov 08, 2024 6:51 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

Wasn't this introduced in the 7.17 beta release? Only available through the beta channel, which has to be selected manually? But I might not understand you correctly...
by erlinden
Fri Nov 08, 2024 5:54 pm
Forum: Beginner Basics
Topic: Help me with port forwarding troubleshooting
Replies: 17
Views: 1579

Re: Help me with port forwarding troubleshooting

/ip address add address=192.168.0.2/24 interface=bridge1 network=192.168.0.0 add address=192.168.11.2/24 interface=sfp-sfpplus1 network=192.168.11.0 /ip dhcp-client add interface=sfp-sfpplus1 From the above, I get the feeling that on the sfp you set an IP manually and you get an IP through DHCP. As...
by erlinden
Fri Nov 08, 2024 5:03 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

Both my wAP AX's where supplied with 7.15.x.
by erlinden
Fri Nov 08, 2024 5:02 pm
Forum: General
Topic: DNS Adlist match counter
Replies: 4
Views: 1137

Re: DNS Adlist match counter

Okay. It actually makes sense, when I think of it: all lists are consulted in parallel. Thanks for the info.
by erlinden
Fri Nov 08, 2024 9:04 am
Forum: Beginner Basics
Topic: Help me with port forwarding troubleshooting
Replies: 17
Views: 1579

Re: Help me with port forwarding troubleshooting

Can you show your config?
/export file=anynameyoulike
Remove serial and any other private info, post between code tags by using the </> button.
by erlinden
Fri Nov 08, 2024 9:02 am
Forum: Beginner Basics
Topic: FTP Rules in Firewall are apparently wrong
Replies: 13
Views: 1078

Re: FTP Rules in Firewall are apparently wrong

It is indeed, though IP spoofing is possible. Couple of things: FTP can be run active and passive (if memory serves me well). Active means that the other site has to have port 20 open, passive would require an additional range of ports open on the router. The reason for advising to netinstall is tha...
by erlinden
Thu Nov 07, 2024 9:15 pm
Forum: Beginner Basics
Topic: Use hap ax lite as access point
Replies: 17
Views: 1474

Re: Use hap ax lite as access point

From the documentation:
https://help.mikrotik.com/docs/spaces/R ... ionexample:

If you prefer video, check YouTube:
https://youtu.be/bHotZT41w3E?si=PiGRpP_0vQHPQzyd

Feel free to ask additional questions if you fail configuring.
by erlinden
Thu Nov 07, 2024 8:03 pm
Forum: Beginner Basics
Topic: Help DNS approach to Faster Browsing
Replies: 25
Views: 2363

Re: Help DNS approach to Faster Browsing

What is the exact purpose of running your own DNS server?
by erlinden
Thu Nov 07, 2024 7:59 pm
Forum: Beginner Basics
Topic: Help DNS approach to Faster Browsing
Replies: 25
Views: 2363

Re: Help DNS approach to Faster Browsing

any help to setup my own dns server?
Please first confirm your problem, is it DNS?
by erlinden
Thu Nov 07, 2024 7:55 pm
Forum: Wireless Networking
Topic: Please Respond - About new CapsMan (wifi)
Replies: 4
Views: 592

Re: Please Respond - About new CapsMan (wifi)

Why do you use a (single) VLAN? To understand (more?) about VLAN, please have a look at this great topic: https://forum.mikrotik.com/viewtopic.php?t=143620 Next, configure CAPsMAN as mentioned here: https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-CAPsMAN-CAPsimpleconfigurationexa...
by erlinden
Thu Nov 07, 2024 3:23 pm
Forum: Beginner Basics
Topic: Help DNS approach to Faster Browsing
Replies: 25
Views: 2363

Re: Help DNS approach to Faster Browsing

Is DNS the problem? Did you do a proper analyses on why it takes a long time? In such a case I like to use the Developer Tools (F12) which can give you a good indication on where the problem is. From your config: /ip dhcp-client add interface=ether8-WAN You can expand that with use-peer-dns=no to ma...
by erlinden
Thu Nov 07, 2024 12:44 pm
Forum: Beginner Basics
Topic: Filter by IP address list
Replies: 2
Views: 505

Re: Filter by IP address list

Haven't tested, can you add more lines? By using the + simbole and using the same field to filter on?
by erlinden
Thu Nov 07, 2024 12:22 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 165227

Re: v7.17beta [testing] is released!

Besides lots of improvements (though not working for you), MikroTik is constantly requensting their users to provide information. So I don't agree with you, @woland.
by erlinden
Thu Nov 07, 2024 9:26 am
Forum: General
Topic: how to block youtube shorts?
Replies: 12
Views: 1681

Re: how to block youtube shorts?

Still?
MikroTik (or its community) can't help you on this.
by erlinden
Wed Nov 06, 2024 4:43 pm
Forum: Beginner Basics
Topic: Is my hAP ac broken?
Replies: 9
Views: 876

Re: Is my hAP ac broken?

What do you mean test multiple files? Also what logs? In hAP logs I don't see anything suspicious. What if you start multiple downloads, is the combined speed higher? iperf3 -c proof.ovh.net -p 5206 -R -P 8 (gets you 8 streams), does that make a difference? As the hAP ac is single core, that is not...
by erlinden
Wed Nov 06, 2024 4:38 pm
Forum: General
Topic: PPTP no longer working
Replies: 4
Views: 491

Re: PPTP no longer working

No need to get picky, you are on a user forum with professionals. Though they might react a bit direct (as a Dutchman I think they do), they also provide you valuable information. I'll try to be as polite as I can...perhaps you can do the same? From the post from @tangent: Use L2TP (which works perf...
by erlinden
Wed Nov 06, 2024 3:03 pm
Forum: General
Topic: MT SSH login bug???
Replies: 2
Views: 407

Re: MT SSH login bug???

The log should show which user failed logging in and which user did succeed.
Can you confirm this?
by erlinden
Wed Nov 06, 2024 2:58 pm
Forum: Beginner Basics
Topic: Is my hAP ac broken?
Replies: 9
Views: 876

Re: Is my hAP ac broken?

How do you exactly test? Have you tried with multiple files? What protocol is used? Does the log give any hints?
by erlinden
Wed Nov 06, 2024 2:33 pm
Forum: Beginner Basics
Topic: Is my hAP ac broken?
Replies: 9
Views: 876

Re: Is my hAP ac broken?

From the test results (https://mikrotik.com/product/RB962UiGS- ... estresults) you should be able to reach a bit over 300 Mbps.
What RouterOS version and firmware version are you running?
by erlinden
Tue Nov 05, 2024 3:24 pm
Forum: Beginner Basics
Topic: Why is there no decent security on FTP Server on MK?
Replies: 22
Views: 1392

Re: Why is there no decent security on FTP Server on MK?

In the end it is all about supply and demand. Asus is targeting a different audience then MikroTik. Either make a suggestion to MikroTik for implemention or accept it. it stands to reason that common sense should prevail and it should be implemented on the MT as well. it stands to reason that common...
by erlinden
Tue Nov 05, 2024 9:44 am
Forum: Beginner Basics
Topic: Why is there no decent security on FTP Server on MK?
Replies: 22
Views: 1392

Re: Why is there no decent security on FTP Server on MK?

Mmmm...FTP and security in one sentence. Can you elaborate a bit more why you want to use FTP? And why on a router? Would a container perhaps solve this problem? What is the purpose? Do you consider file sharing a routers task?

Next to that, would you consider FTP to be secure...at all?
by erlinden
Tue Nov 05, 2024 9:22 am
Forum: Wireless Networking
Topic: CAPSMAN Setup Help for better roaming
Replies: 34
Views: 3349

Re: CAPSMAN Setup Help for better roaming

At a signal of -60dB, why would you expect it to roam?
by erlinden
Tue Nov 05, 2024 8:38 am
Forum: Wireless Networking
Topic: CAPSMAN Setup Help for better roaming
Replies: 34
Views: 3349

Re: CAPSMAN Setup Help for better roaming

I even tested with a live tv channel playing on the tablet and there was abojt a second drop off when it switched. Is that good?
What is the logging showing? It doesn't sound as fast transitioning.

Thanks @holvoetn, wasn't aware of that.
by erlinden
Mon Nov 04, 2024 3:43 pm
Forum: Wireless Networking
Topic: Requesting help regarding my device running MESH
Replies: 20
Views: 923

Re: Requesting help regarding my device running MESH

Nice picture! We should start with the correct terminology. Mesh means wireless backhaul. So in your case, RB951Ui-2HnD (2F) should only be configured as ap. RB951Ui-2HnD (1F) should be configured both ap-bridge (to connect to 2F) and have a virtual adapter configured as a,p assuming you want to mak...
by erlinden
Mon Nov 04, 2024 2:09 pm
Forum: Beginner Basics
Topic: Wireguard client don't have internet
Replies: 19
Views: 2246

Re: Wireguard client don't have internet

Where is the bridge on both routers? Any asterisk in a config should be examined carefully, i.e. (specifically the out-interface): /ip firewall filter add action=accept chain=forward disabled=yes dst-address=192.168.12.240 dst-port=80 in-interface=ether4 out-interface=*A protocol=tcp src-address=188...
by erlinden
Mon Nov 04, 2024 9:16 am
Forum: Beginner Basics
Topic: no internet access
Replies: 9
Views: 883

Re: no internet access

The gateway should be set to the IP address of your router. You might want to consider using DHCP client (on the bridge) that handles correct IP addressing. By using static leases, you can use dedicated IP addresses.
by erlinden
Sun Nov 03, 2024 12:01 pm
Forum: General
Topic: wap AX -- recommended?
Replies: 6
Views: 1442

Re: wap AX -- recommended?

Good for you!
by erlinden
Sun Nov 03, 2024 12:00 pm
Forum: Wireless Networking
Topic: Capsman not provisioning one of two identical cAP ax [SOLVED]
Replies: 5
Views: 699

Re: Capsman not provisioning one of two identical cAP ax [SOLVED]

Are their provisioning rules which match the new radios?
Can you share the wifi config of the CAPsMAN?

/interface wifi export file=anynameyoulike

Remove any private info, post between code tags by using the </> button.
by erlinden
Sun Nov 03, 2024 11:13 am
Forum: RouterBOARD hardware
Topic: Hap AX3 as an access point
Replies: 15
Views: 2139

Re: Hap AX3 as an access point

Feel free to share your config to get some feedback. Also, by playing with the antenna orientation, different results can be expected. /export file=anynameyoulike [or] /interface wifi export file=anynameyoulike Remove serial and any other private info, post between code tags by using the </> button.
by erlinden
Sun Nov 03, 2024 10:56 am
Forum: Wireless Networking
Topic: worst performance of NetBox 5AX.. Is there any user who uses this NetBox 5AX??
Replies: 23
Views: 3970

Re: worst performance of NetBox 5AX.. Is there any user who uses this NetBox 5AX??

Can you set country code in correspondence with the country you are in (the NTP setting indicates something else)?
What is the status of the radio of the Netbox?
/interface/wifi/radio/print detail 
/interface wifi print
by erlinden
Sun Nov 03, 2024 10:44 am
Forum: General
Topic: wap AX -- recommended?
Replies: 6
Views: 1442

Re: wap AX -- recommended?

YES! I have replaced a wAP ac (outside) and a cAP AX (inside) with the wAP AX. Can see any difference inside, the connection is stable (which is most important to me) and the wife is also happy (by the looks in comparison with the cAP AX). It is available (at least in Europe), where do you live? The...
by erlinden
Sun Nov 03, 2024 10:15 am
Forum: General
Topic: [7.6] CAP mode fails after custom netinstall
Replies: 7
Views: 1483

Re: [7.6] CAP mode fails after custom netinstall

Were both RouterOS and wireless package included during netinstall?
by erlinden
Fri Nov 01, 2024 11:25 pm
Forum: General
Topic: 7.16 DHCP Issues
Replies: 3
Views: 762

Re: 7.16 DHCP Issues

Can you share the configs:
/export file=anynameyoulike
Remove serial and any other private info, post between code tags by usnig the </> button.
by erlinden
Fri Nov 01, 2024 3:09 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

Turned out my provision rules did not meet the new MAC address on the 5GHz radio and therefore wasn't provisioned. The 2.4GHz provision rule wasn't bound to a MAC address "filter" and could therefore be provisioned.
by erlinden
Fri Nov 01, 2024 11:11 am
Forum: Wireless Networking
Topic: CAPSMAN Setup Help for better roaming
Replies: 34
Views: 3349

Re: CAPSMAN Setup Help for better roaming

Difficult to advise, as some relevant information is missing. What is the signal and what are the tx and rx rates in that case?
Ofcourse you can play with tx power, as well you can add access lists to block clients when a thresshold is reached.
by erlinden
Thu Oct 31, 2024 10:16 pm
Forum: Wireless Networking
Topic: Apple Devices not roaming correctly? [SOLVED]
Replies: 18
Views: 3685

Re: Apple Devices not roaming correctly? [SOLVED]

Why do your AP have a firewall? I prefer to follow the documentation on the CAP, in combination with bridge VLAN filtering for the ethernet ports. By leaving the 5GHz channel to auto, it is possible that the AP's are using the same frequencies. That could be a reason for having bad roaming experienc...
by erlinden
Thu Oct 31, 2024 10:13 pm
Forum: Wireless Networking
Topic: wAP ax?
Replies: 288
Views: 35454

Re: wAP ax?

Received 2 wAP AX's. Really like them (same case as wAP ac). One strange thing: I had to manually provision the 5GHz radio to get that to work. Not sure what caused this.
by erlinden
Thu Oct 31, 2024 1:08 pm
Forum: Beginner Basics
Topic: Separate internet while using 3 modems
Replies: 12
Views: 1132

Re: Separate internet while using 3 modems

Have a look at this great topic:
viewtopic.php?t=192736
by erlinden
Thu Oct 31, 2024 12:05 pm
Forum: Wireless Networking
Topic: CAPSMAN Setup Help for better roaming
Replies: 34
Views: 3349

Re: CAPSMAN Setup Help for better roaming

Can't help you on that. CAPsMAN is what I have most experience with (besides VLAN). Only remark I have, I would use VLAN's instead of multiple bridges. Think it will simplify the firewall as well. (Simple) Queues with VLAN's is pretty easy (like setting minimum bandwidth), but not sure if that solve...
by erlinden
Thu Oct 31, 2024 11:33 am
Forum: Wireless Networking
Topic: CAPSMAN Setup Help for better roaming
Replies: 34
Views: 3349

Re: CAPSMAN Setup Help for better roaming

Perfect, thank you very much. I will do the configuration and report back.
You are very welcome. The radio mac address van be found on the Radios tab (in Winbox).
by erlinden
Thu Oct 31, 2024 11:20 am
Forum: RouterBOARD hardware
Topic: Hap AX3 as an access point
Replies: 15
Views: 2139

Re: Hap AX3 as an access point

Is the power supply provided with the RB5009 sufficient? That is a 24V 1,5A power adapter.
by erlinden
Thu Oct 31, 2024 9:54 am
Forum: Wireless Networking
Topic: CAPSMAN Setup Help for better roaming
Replies: 34
Views: 3349

Re: CAPSMAN Setup Help for better roaming

By leaving a lot on auto, you never know what will happen. I.e. all frequencies can be equal making roaming terrible. What I would do, is configure per radio: /interface wifi channel add disabled=no frequency=2412 name="CH 1 (2412)" width=20mhz add disabled=no frequency=2437 name="CH ...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 10