Community discussions

MikroTik App

Search found 11067 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 37
by mkx
Sun Dec 10, 2023 5:50 pm
Forum: General
Topic: Cube 60PRO AC v7.13RC2 upgrade
Replies: 2
Views: 386

Re: Cube 60PRO AC v7.13RC2 upgrade

It seems like a genuine bug. I suggest you to do the following: leave one of devices at 7.12.1 upgrade the other one (from working setup with 7.12.1) to 7.13rc2 take supout.rif file on both devices open ticket with support (either via servicedesk web page or via e-mail to support@mikrotik.com) and p...
by mkx
Sun Dec 10, 2023 5:35 pm
Forum: General
Topic: Conflict by ICMP Response
Replies: 9
Views: 474

Re: Conflict by ICMP Response

@Mohamed, an off-topic question if I may: does life in Dubai differ from the usual one in any way due to COP28 meeting going on right now?
by mkx
Sun Dec 10, 2023 5:29 pm
Forum: General
Topic: [Help] Port Forwarding with public IP "only with haproxy, socat.."
Replies: 3
Views: 173

Re: [Help] Port Forwarding with public IP "only with haproxy, socat.."

# socat -T 600 UDP4-LISTEN:51515,reuseaddr,fork UDP4:xx.xx.xx.xx:51515 Isn't this what NAT does? With "hairpin" part added? Something like this: /ip/firewall/nat add chain=dstnat action=dst-nat protocol=udp dst-port=51515 to-addresses=xx.xx.xx.xx add chain=srcnat action=masquerade protoco...
by mkx
Sun Dec 10, 2023 2:38 pm
Forum: General
Topic: Conflict by ICMP Response
Replies: 9
Views: 474

Re: Conflict by ICMP Response

No, static lease is in DHCP server menu. ARP menu is best to be left alone, in principle any IP interface (e.g. bridge interface) learns MAC and IP mapping as it communicates with device. There are special cases when manual ARP table manipulation makes sense, but your case IMO isn't one. And if ther...
by mkx
Sun Dec 10, 2023 2:34 pm
Forum: General
Topic: DHCP Problem for static IPs [SOLVED]
Replies: 6
Views: 331

Re: DHCP Problem for static IPs [SOLVED]

Disable DHCP client on Draytek.

Or keep it enabled, unset the static address and make lease for Drytek on MT a static one (after it's made static, it0s possible to change its properties, such as IP address offered).
by mkx
Sun Dec 10, 2023 2:29 pm
Forum: General
Topic: Using hap AC2 to connect two separate networks
Replies: 3
Views: 206

Re: Using hap AC2 to connect two separate networks

If you properly configure routing on existing routers (and it may be necessary to slightly tweak firewall settings), then no NAT is necessary. N1 devices will (explicitly) target N2 addresses and main router will know to use hAP ac2 as next hop device. And vice-versa from N2 towards N1. If it turns ...
by mkx
Sun Dec 10, 2023 1:56 pm
Forum: General
Topic: Conflict by ICMP Response
Replies: 9
Views: 474

Re: Conflict by ICMP Response

If that's the only device misbehaving, then the problem lies within that device. It's hard to tell if that device is misconfigured or it's an interworking between that device and MT's DHCP server or it's device plain buggy ...

You may try to make DHCP lease for that device static ... it might help.
by mkx
Sun Dec 10, 2023 12:20 pm
Forum: General
Topic: Using hap AC2 to connect two separate networks
Replies: 3
Views: 206

Re: Using hap AC2 to connect two separate networks

Yes, it can be done. But there are a few things to be done also on your existing routers. However, the whole thing has a lot to do with general networking (you're supposed to know before attempting the task at hand) and very little with ROS specifics. This will sound rude, but MT forum IMO is not th...
by mkx
Sun Dec 10, 2023 12:16 pm
Forum: General
Topic: L009 boot up problem
Replies: 1
Views: 107

Re: L009 boot up problem

Did you upgrade routerboot as well? (/system/routerboard/ ... print and upgrade)
by mkx
Sun Dec 10, 2023 12:13 pm
Forum: General
Topic: Conflict by ICMP Response
Replies: 9
Views: 474

Re: Conflict by ICMP Response

Do you have any device in LAN which is configured to do proxy-arp? It can be any device: router, switch, AP ... even an ordinary PC.
by mkx
Sun Dec 10, 2023 12:06 pm
Forum: Beginner Basics
Topic: Error when install NPK file on hapAC2: "upgrade failed, free 113 kB disk space for a (null)upgrade"
Replies: 3
Views: 395

Re: Error when install NPK file on hapAC2: "upgrade failed, free 113 kB disk space for a (null)upgrade"

I wasn't suggesting to place npk file to flash space, I was explaining why installation of additional package fails (because installed stuff goes to flash space).

In blunt words: don't even think of installing anything beyond basic stuff on hAP ac2, its flash is simply to small.
by mkx
Sun Dec 10, 2023 12:01 pm
Forum: Beginner Basics
Topic: CCR LAYER 2 Bridge
Replies: 3
Views: 302

Re: CCR LAYER 2 Bridge

CCR1072 doesn't have a switch chip. So from performance point of view there are two ways of doing it, the quick (and possibly troublesome) and the correct. The quick would be to create two vlan interfaces with vlan-id=10, anchored to sfpplus1 and sfpplus2 respectively. Then create bridge and add the...
by mkx
Sun Dec 10, 2023 11:31 am
Forum: Beginner Basics
Topic: Question about NAT Virtual Address
Replies: 2
Views: 234

Re: Question about NAT Virtual Address

If your browsing PC is in same IP subnet as actual server (IP address on router, used as NAT intermediate, doesn't matter), then you have to implement hairpin NAT. Either use official docs or search this forum to get an idea of what and how.
by mkx
Sun Dec 10, 2023 11:16 am
Forum: Beginner Basics
Topic: backup 5G Modem
Replies: 1
Views: 223

Re: backup 5G Modem

You can definitely isolate traffic between RB4011 and ZTE from the rest of traffic by using VLANs. However this is separate issue from puting ZTE into bridge (as you surely realize yourself). Ideally you'll do both and achieve nice failover to 5G. How to configure VLANs? Each of your device types (R...
by mkx
Sat Dec 09, 2023 9:52 pm
Forum: General
Topic: Winbox connection altering the PC Gateway ? [SOLVED]
Replies: 8
Views: 499

Re: Winbox connection altering the PC Gateway ? [SOLVED]

The relevance of my previous question: if winbox would change its host's routing, your PC would access internet via Sim LAN breakout and you're saying this doesn't use LTE ... so I'm assuming it doesn't spend your LTE quota. On the other hand I'm 99.99% sure winbox doesn't change router's gateway (u...
by mkx
Sat Dec 09, 2023 8:20 pm
Forum: General
Topic: Winbox connection altering the PC Gateway ? [SOLVED]
Replies: 8
Views: 499

Re: Winbox connection altering the PC Gateway ? [SOLVED]

And how is the IPsec gateway connected to sim net? Does IPsec client (PC) use LTE to reach to internet? Thete's another fact about winbox, which might affect the traffic you're seeing: winbox is (constantly) polling connected ROS device, the more open windows the larger data (it's polling stats data...
by mkx
Sat Dec 09, 2023 3:07 pm
Forum: General
Topic: Winbox connection altering the PC Gateway ? [SOLVED]
Replies: 8
Views: 499

Re: Winbox connection altering the PC Gateway ? [SOLVED]

I don't think that winbox itself changes anything on PC's networking settings. But since network settings have to be already done for winbox to connect[*], it could be that those engineers do set up things too dilligently. [*] For MAC connectivity, actual IP address set on PC doesn't matter. So it's...
by mkx
Sat Dec 09, 2023 2:33 pm
Forum: General
Topic: UPS still with us?
Replies: 4
Views: 370

Re: UPS still with us?

The last time I checked (i.e. right now), ups support was a part of optional package aptly named ups (e.g. ups-7.13rc2-arm.npk).
by mkx
Sat Dec 09, 2023 12:04 pm
Forum: Wireless Networking
Topic: /wifi (wifiwave2) has inferior AP data
Replies: 1
Views: 298

Re: /wifi (wifiwave2) has inferior AP data

Yes, wifi drivers lack lots of monitoring data. This was a trend even with legacy wireless driver beginning with ac radio chipsets. And it's getting worse without prospect of getting better. You may want to open a ticket with support (use e-mail / support portal). And keep us posted with any replies...
by mkx
Sat Dec 09, 2023 12:00 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

So it seems that you need two APs. And proper roaming will only work if both are running wave2/wifi drivers and capsman is in the mix. What would be the cheapest dual band AP that supports the upcoming wifi driver? RBD52G? I don't recomend any of devices with only 16MB of flash (hAP ac2 and cAP ac ...
by mkx
Sat Dec 09, 2023 11:50 am
Forum: Beginner Basics
Topic: CCR LAYER 2 Bridge
Replies: 3
Views: 302

Re: CCR LAYER 2 Bridge

It depends which CCR exactly we're talking about ... in particular, does it have a (capable) switch chip built in or not. So which one is it?
by mkx
Fri Dec 08, 2023 9:40 pm
Forum: Wireless Networking
Topic: set up cap AX (frequency and power)
Replies: 1
Views: 252

Re: set up cap AX (frequency and power)

You can ignore SSIDs with signal strength lower by 30dB or more than the "wanted" SSID. E.g. if your "wanted" SSID is received at -35dBm, then any SSID on same channel with signal strength lower than -65dBm should not matter much. If there are many interferers, then their cumulat...
by mkx
Fri Dec 08, 2023 9:30 pm
Forum: Wireless Networking
Topic: SECTOR ANTENNA SIGNAL STRENGTH LOW EVEN AT CLOSE RANGE
Replies: 2
Views: 293

Re: SECTOR ANTENNA SIGNAL STRENGTH LOW EVEN AT CLOSE RANGE

How's Tx power set up?

Antenna connection seems fine or else there would be a problem also in reverse direction (antenna works same in both directions).
by mkx
Fri Dec 08, 2023 9:26 pm
Forum: Wireless Networking
Topic: please is there any difference between RB912UAG-5HPnD and RB912UAG-5HPnD-out
Replies: 1
Views: 278

Re: please is there any difference between RB912UAG-5HPnD and RB912UAG-5HPnD-out

Product page of RB912UAG-5HPnD-OUT starts with
The RB912 in an outdoor enclosure

Which means that apart from case there's no difference.
by mkx
Fri Dec 08, 2023 9:22 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

... client cannot reach the C53UiG AP from that spot. I literally make 3 steps into the room and iperf drops from 150Mbit/s to 1Mbit/s. IMO this ultimately rules out any (major) issues with AP setup and points at physical environment issues. Physics is a very stubborn bitch, if something can't be d...
by mkx
Fri Dec 08, 2023 9:09 pm
Forum: Wireless Networking
Topic: 7.13rc2 - Chateau lte6 - problem with WPA3 configuration
Replies: 1
Views: 293

Re: 7.13rc2 - Chateau lte6 - problem with WPA3 configuration

What you see in wifi menu is only usable for CAPsMAN but not local ... as you did not replace wireless driver with the new wifi-qcom-ac (in system->packages menu).
by mkx
Fri Dec 08, 2023 9:01 pm
Forum: General
Topic: Tx Queue Drops, where to start?
Replies: 7
Views: 814

Re: Tx Queue Drops, where to start?

These Tx drops are only a problem if you perceive them as such :wink:

No, they are not due to firewall, if firewall drops packets, they are counted by acting rule counters.
by mkx
Fri Dec 08, 2023 8:26 pm
Forum: Beginner Basics
Topic: Multiple interfaces per vlan and multiple vlans per interface
Replies: 2
Views: 279

Re: Multiple interfaces per vlan and multiple vlans per interface

Depends on what you mean by "no interfaces are being reused". Basic fact: each port can only be untagged for a single VLAN. Each port can be member of multiple VLANs but at most one can be untagged, other have to be tagged. Which means that connected equipment (switch, AP, computer) has to...
by mkx
Thu Dec 07, 2023 9:03 am
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

I removed my restrictions on Tx-Power from 5Ghz and disabled 2.4Ghz for now. You may want to troubleshoot the 2.4GHz issues (make SSID different so that devices, not being part of troubleshooting, won't roam to it), you should be able to get at least a few tens of megabits on 2.4 band. Unless the c...
by mkx
Thu Dec 07, 2023 8:58 am
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

Is it meaningful to use CAPsMAN to manage APs (2.4 and 5) on the same and only device? I assume that 802.11r's ft-over-ds won't work otherwise. If there's only single (dual-radio) device in scenario, then using capsman doesn't help in any way. If you configure those radios locally, they will be con...
by mkx
Thu Dec 07, 2023 8:52 am
Forum: General
Topic: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.
Replies: 11
Views: 631

Re: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.

You're right, it doesn't seem to be "detect internet". You may want to post (again) (complete) config of your CRS ... we might be able to spot some other suspect of doing that ... Sometimes, after extensive configuration changes, things may go out of sync and actual running setup is not wh...
by mkx
Thu Dec 07, 2023 7:10 am
Forum: General
Topic: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.
Replies: 11
Views: 631

Re: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.

Yes, I've tried that. For some reason it's not doing what, at least I'd, expect it to do. Ah, the route is dynamic, so you can't remove it. The question then is what does add it? My suspicion is on "detect internet", check if it's enabled and set its interface list to "none".
by mkx
Wed Dec 06, 2023 10:37 pm
Forum: Beginner Basics
Topic: Can't make my wifi to use full speed, which config can I improve?
Replies: 19
Views: 950

Re: Can't make my wifi to use full speed, which config can I improve?

Isn't the new smaller wave2 driver in 7.13 available for this model ?

It is. But on its 16MB flash is a really tight squeeze and config's gotta be really trivial not to completely fill the remaining space which then causes random problems.
by mkx
Wed Dec 06, 2023 10:30 pm
Forum: General
Topic: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.
Replies: 11
Views: 631

Re: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.

The first line should be removed. Try this procedure (done via CLI): go into /ip/route execute command "print" note the index number of the offending route entry. Index number is the number in first column and very lijely tge offending entry will have index numver equal to 0 execute "...
by mkx
Wed Dec 06, 2023 10:23 pm
Forum: General
Topic: Vlan bridging wlan
Replies: 4
Views: 399

Re: Vlan bridging wlan

Check the MAC addresses, they are explicitly set on bridge and kguest slave wlan and tgey are set to same value. I'd set them to different values. And also verify these are not the same as MAC address of any of other interfaces. In particular, wireless interface MAC addresses of master and all slave...
by mkx
Wed Dec 06, 2023 10:15 pm
Forum: Beginner Basics
Topic: L009UiGS-2HaxD-IN fast enough for 1GBIT Internet?
Replies: 9
Views: 673

Re: L009UiGS-2HaxD-IN fast enough for 1GBIT Internet?

Why do I have a router with Gibit ports if he is not able to rout in GBits speed with a simple fasttrack rule? Router/switch combo. Let's say you're one of deprivileged folks with xDSL broadband line, which supports something less than 100Mbps of data rate, so capacity of routing at a few hundred M...
by mkx
Wed Dec 06, 2023 10:06 pm
Forum: RouterBOARD hardware
Topic: hAP ac^2 Store Full no boot
Replies: 12
Views: 3564

Re: hAP ac^2 Store Full no boot

5% free space after netinstall is risky... Couldn't agree more. As I wrote elsewhere, my hAP ac2 with wifi-qcom-ac was left with perhaps 200kB free flash after installation of said package. I'm using it as the household's main router, but nothing fancy. After a few days (around 4 days to be exact) ...
by mkx
Wed Dec 06, 2023 9:44 pm
Forum: General
Topic: Vlan bridging wlan
Replies: 4
Views: 399

Re: Vlan bridging wlan

As the comment says, DHCP server can not run on slave interface. In this case slave interface is kguest and it's slave of bridge. It's properly configured as sccess port of v,an 20. So "master" interface for vlan 20 is now interface bridge1.20 and you should bind DHCP server to that interf...
by mkx
Wed Dec 06, 2023 9:33 pm
Forum: General
Topic: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.
Replies: 11
Views: 631

Re: Cannot reach switchs "managment IP" from other vlan, but can reach all clients.

In default route setting, you have to set dst-address=0.0.0/0 (currently it's set to empty string which is no good).
by mkx
Wed Dec 06, 2023 11:56 am
Forum: Beginner Basics
Topic: IPv6 on only one vlan?
Replies: 22
Views: 1506

Re: IPv6 on only one vlan?

Just noticed this IPv6 firewall filter entry (the last one): add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN and I couldn't see command that adds your VLAN17 interface to LAN interface list ... if that's indeed so, then this ...
by mkx
Wed Dec 06, 2023 11:53 am
Forum: Beginner Basics
Topic: IPv6 on only one vlan?
Replies: 22
Views: 1506

Re: IPv6 on only one vlan?

Another thing to check: /ipv6/setttings/print ... forward setting should be set to "yes" Regarding DNS servers: it's not critical to tell clients about IPv6 addresses of DNS servers, but it's good to do it. It's been a while since I verified my setup, but I think that setting IPv6 address ...
by mkx
Tue Dec 05, 2023 10:36 pm
Forum: General
Topic: Hava an issue. Connectivity between RBcAPGi-5acD2nD and CRS112-8P-4S.
Replies: 4
Views: 817

Re: Hava an issue. Connectivity between RBcAPGi-5acD2nD and CRS112-8P-4S.

Since you're ignoring request to show capsman config, we'll ignore your "up!" requests.
by mkx
Tue Dec 05, 2023 10:29 pm
Forum: Beginner Basics
Topic: IPv6 on only one vlan?
Replies: 22
Views: 1506

Re: IPv6 on only one vlan?

/ipv6 address add address=2001:470: 1f1c:73c::2 /64 advertise=no comment="Hurricane Assigned" interface=sit1 Just like in IPv4 also IPv6 addresses need to be accompanied with apropriate prefix length to indicate which address space is available as directly connected subnet via certain int...
by mkx
Tue Dec 05, 2023 10:16 pm
Forum: Beginner Basics
Topic: Updated to 7.12 but won't complete bootstrap
Replies: 3
Views: 418

Re: Updated to 7.12 but won't complete bootstrap

I don't have any device with proper serial port so I don't know what exactly is possible. If I'm not much mistaken it is possible to upgrade routerboot via serial console, but a) you have to have appropriate fwf file ready (possible to get but not trivial) and b) use terminal client on your PC which...
by mkx
Tue Dec 05, 2023 4:18 pm
Forum: RouterBOARD hardware
Topic: hAP ac^2 Store Full no boot
Replies: 12
Views: 3564

Re: hAP ac^2 Store Full no boot

ROS v7.13 (currently rc2) unbundles wifi drivers and it's possible to run hAP ac2 wireless-less. This makes flash storage around 3MB less occupied.
by mkx
Tue Dec 05, 2023 12:26 pm
Forum: Wireless Networking
Topic: Capsman + Wifi station ? [SOLVED]
Replies: 4
Views: 542

Re: Capsman + Wifi station ? [SOLVED]

When mixing AP and station mode on single radio, keep in mind that station has to follow AP regarding channel and bandwidth used. Which means it's easier to get things right if physical interface acts as station and virtual one then acts as AP. Beware that the virtual AP will work on exactly same ra...
by mkx
Tue Dec 05, 2023 12:23 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

Well ... it's not ROS kicking device, it's device which doesn't want to stick to MT (it's device which does disconnect). It might be that MT sends some roaming info which device doesn't like. Hard to tell. Are you 100% sure that both radios provide actual network connectivity? If device roams to 2.4...
by mkx
Tue Dec 05, 2023 12:17 pm
Forum: General
Topic: ping behaviour in ros7
Replies: 1
Views: 274

Re: ping behaviour in ros7

If you're fine with single ping, then run "/ping count=1 1.1.1.1" and you'll get instant response.
by mkx
Tue Dec 05, 2023 12:12 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 1466

Re: one ip range for lan, other for wifi

No, not really. Things don't work nicely if IP subnets don't overlap with L2 segments. In your case you have 192.168.89.0/24 on VLAN and it'll be major PITA to have one of these IP addresses on your main (tagless) network. If you can somehow plug the IKEA device directly to one ether port of hAP ax3...
by mkx
Mon Dec 04, 2023 9:40 pm
Forum: Wireless Networking
Topic: hap ax2 + wireless access points
Replies: 5
Views: 501

Re: hap ax2 + wireless access points

G.hn standardizes different physical media, coax is one of them. When I was looking for a solution for my parents' house, I settled for MoCA (the 2.5 Gbps variety) simply because of better availability - ethernet over coax is not really popular around here because cable TV wasn't a huge thing (befor...
by mkx
Mon Dec 04, 2023 9:25 pm
Forum: General
Topic: Unable to change default IP on RB5009
Replies: 20
Views: 995

Re: Unable to change default IP on RB5009

Basic functionality of woobm has nothing to do with drivers on ROS device. In principle it acts as AP itsrlf, one uses a wifi device to connect to it and then use web browser to open woobm pages. One of features, available on woobm's web page, is terminal window. My favourite conspiracy theory about...
by mkx
Mon Dec 04, 2023 9:17 pm
Forum: Announcements
Topic: v7.13rc [testing] is released!
Replies: 118
Views: 27448

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

I don't think wifi driver repartitioning will help with meshing+WPA3 in any way.
by mkx
Mon Dec 04, 2023 9:13 pm
Forum: Beginner Basics
Topic: hap ac2 stuck in etherboot [SOLVED]
Replies: 5
Views: 1238

Re: hap ac2 stuck in etherboot [SOLVED]

Since it's new device for you (and I'm guessing that your family's happiness doesn't depend on it yet), I suggest you to bite the bullet and (net)install 7.13rc on it. This version (finally) allows running modern wireless driver, which really unleashes full potential of this little gem. Absolutely u...
by mkx
Mon Dec 04, 2023 7:54 pm
Forum: General
Topic: Unable to change default IP on RB5009
Replies: 20
Views: 995

Re: Unable to change default IP on RB5009

It has to do with backup way into ROS device ... just as much as your suggestion about dedicated off-bridge ether port.
by mkx
Mon Dec 04, 2023 7:48 pm
Forum: RouterBOARD hardware
Topic: hAP ac^2 Store Full no boot
Replies: 12
Views: 3564

Re: hAP ac^2 Store Full no boot

Logs can be stored on USB disk. Userman database can be stored on USB disk. Exports can be stored on USB disk. Upgrade packages for upgrades via capsman can be stored on USB disk. However: ROS (basic bundle and any optional packages) can only be installed on flash storage and configuration can only ...
by mkx
Mon Dec 04, 2023 7:36 pm
Forum: Wireless Networking
Topic: hap ax2 + wireless access points
Replies: 5
Views: 501

Re: hap ax2 + wireless access points

Even (... shivers... ) powerline can be an option ?

Or, if coax is available, MoCA or G.hn (the former is more popular in NA, the later slightly more in Europe).
by mkx
Mon Dec 04, 2023 7:26 pm
Forum: Wireless Networking
Topic: Wireless connection supporting ISP Fiber speed
Replies: 1
Views: 296

Re: Wireless connection supporting ISP Fiber speed

Something from 60GHz product family.

Or dig a trench and install SM fiber, so you can extend the fiber link to the place where you'd like to use it.
by mkx
Mon Dec 04, 2023 7:24 pm
Forum: Wireless Networking
Topic: Can't connect my wireless router to LHGG&EG18-EA
Replies: 1
Views: 243

Re: Can't connect my wireless router to LHGG&EG18-EA

Can you get in if you connect PC directly to LHGG (and not via router)?
by mkx
Mon Dec 04, 2023 7:22 pm
Forum: General
Topic: Unable to change default IP on RB5009
Replies: 20
Views: 995

Re: Unable to change default IP on RB5009

Please stop spamming threads with WOOMB usb ...............

Why do you consider those posts as spam? Woobm is MT's own product and works quite well (if device is alive enough to enable console on USB port).
by mkx
Mon Dec 04, 2023 7:19 pm
Forum: General
Topic: Feature Request: Ed25519 SSH keys
Replies: 56
Views: 17958

Re: Feature Request: Ed25519 SSH keys

Available now in 7.12beta1! 🥳
user ed25519 keys are in 7.12?
Yes.
by mkx
Mon Dec 04, 2023 7:07 pm
Forum: Beginner Basics
Topic: Updated to 7.12 but won't complete bootstrap
Replies: 3
Views: 418

Re: Updated to 7.12 but won't complete bootstrap

The router has console over serial port ... you can connect and see what it says when rebooting. Did you upgrade routerboot (equal to BIOS/UEFI on PCs) recently? Older routerboots can have hard time to boot recent ROS versions. And netinstall doesn't upgrade routerboot, you have to do it from runnin...
by mkx
Mon Dec 04, 2023 6:58 pm
Forum: Beginner Basics
Topic: Error when install NPK file on hapAC2: "upgrade failed, free 113 kB disk space for a (null)upgrade"
Replies: 3
Views: 395

Re: Error when install NPK file on hapAC2: "upgrade failed, free 113 kB disk space for a (null)upgrade"

On devices with tiny flash (less than 64MB IIRC), the downloaded npk files are temporarily stored on RAM disk. Storing them on USB flash won't help. However ROS installed packages go directly on main flash and no other installation option is supported. When upgrading, ROS installer knows that files ...
by mkx
Mon Dec 04, 2023 6:45 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 1466

Re: one ip range for lan, other for wifi

If netis-thingie supports VLANs then no problem. But quick view tells me that it likely doesn't.
by mkx
Sun Dec 03, 2023 4:52 pm
Forum: General
Topic: sfp info not shown/eeprom-checksum: bad
Replies: 8
Views: 1913

Re: sfp info not shown/eeprom-checksum: bad

Does a good hardware reset help? E.g. unplug SFP module and plug it back after a minute or so. Ditto for router: shut it down and unplug power. After a minute or so boot it back. The idea being that changing SFP operation mode might get unnoticed by the other end of SFP link leading to loss of link....
by mkx
Sun Dec 03, 2023 4:34 pm
Forum: Wireless Networking
Topic: Audience on ROS 7.12.1 - Quickset doesn't work anymore
Replies: 3
Views: 351

Re: Audience on ROS 7.12.1 - Quickset doesn't work anymore

Probably because of wifiwave2 package, yes. I think so as well. When wifiwave2 package is installed on audience, it allways boots with eror message about an error in configuration script. While it seems to be benign after device is fully configured, it might upset quickset to the point where quicks...
by mkx
Sun Dec 03, 2023 4:27 pm
Forum: Wireless Networking
Topic: Triband device? [SOLVED]
Replies: 2
Views: 486

Re: Triband device? [SOLVED]

Nope, there isn't one "from factory". You could build one by using a 3xminiPCIe wifi cards. But beware of using two wireless cards operating in same frequency band without utilizing proper (hardware) antenna filters, both cards have ability to mutually destroy receivers. Audience is done p...
by mkx
Sun Dec 03, 2023 4:21 pm
Forum: Wireless Networking
Topic: DHCP Server constantly assigns-deassigns
Replies: 6
Views: 1326

Re: DHCP Server constantly assigns-deassigns

I guess that in a typical active/active scenario it would be best to configure both/all DHCP servers with same address pool. So when a client tries to renew an IP address, it'll be fine with any of servers. Even if previous lease was handled by another DHCP server, the current one will most likely A...
by mkx
Sun Dec 03, 2023 4:11 pm
Forum: Beginner Basics
Topic: one ip range for lan, other for wifi
Replies: 18
Views: 1466

Re: one ip range for lan, other for wifi

Also the network under dhcp-server for the iot interface has a wrong subnet mask config How you know that? how to fix that? In the config shown in post #10 above you have netmask=2 in dhcp-server network section for IoT ... set it to 24. You might also add the iot interface as a LAN inside interfac...
by mkx
Sun Dec 03, 2023 3:55 pm
Forum: Beginner Basics
Topic: Help with vlan, bridge and internet.
Replies: 3
Views: 428

Re: Help with vlan, bridge and internet.

Yes, RB4011, having two switch chips, can run two bridges, both HW offloaded. But: each bridge has to span ethernet ports which are actually connected to same switch chip (i.e. ether1-5 on bridge1 and ether6-10 on bridge2). Snd other mixing will hamper HW offload (because HW offload only works for t...
by mkx
Sat Dec 02, 2023 6:16 pm
Forum: Beginner Basics
Topic: Issue with CAPsMAN v2 managing its own device
Replies: 8
Views: 664

Re: Issue with CAPsMAN v2 managing its own device

In plain english: you can use same security profile for both capsman provisioning and for local device. You can use the rest of profiles in both places as well if they apply unaltered (datapath, channel, what not). The config is actually shared between local manually provisioned wireless interfaces ...
by mkx
Sat Dec 02, 2023 6:10 pm
Forum: Beginner Basics
Topic: IPv6 on only one vlan?
Replies: 22
Views: 1506

Re: IPv6 on only one vlan?

The whole ordeal depends very much on how things are physically connected and how's router set-up. Bridge is s switch-like entity and won't block traffic passing between diferent ports (that includes RAs).

So show us actual layout and actual config of your device.
by mkx
Sat Dec 02, 2023 6:03 pm
Forum: RouterBOARD hardware
Topic: Router Recomendation
Replies: 5
Views: 732

Re: Router Recomendation

Routing performance vastly depends on configuration. Each device has official benchmark results published as part of product page, hEX's are here . The most optimistic reading says that hEX is capable of routing at almost 2Gbps (not via a single pair of 1Gbps lines obviously, tests are done using al...
by mkx
Sat Dec 02, 2023 5:43 pm
Forum: RouterBOARD hardware
Topic: Advice for purchasing: Router, preferably with wifi, if on/off possible. [SOLVED]
Replies: 2
Views: 553

Re: Advice for purchasing: Router, preferably with wifi, if on/off possible. [SOLVED]

All Mikrotik wireless devices can be used as full-featured routers (but their capacity varies). On all Mikrotik wireless devices it's possible to dissable (=switch off) wireless part. Since that's done in software, you generally have chicken-egg problem: you need wireless enabled before you can conn...
by mkx
Sat Dec 02, 2023 5:12 pm
Forum: Wireless Networking
Topic: DHCP Server constantly assigns-deassigns
Replies: 6
Views: 1326

Re: DHCP Server constantly assigns-deassigns

Clients should stick with one DHCP server for renewal, once served by one of the DHCP servers. The other DHCP server should not NACK the address if not in his pool. I agree with first half if quoted text. Clients know which DHCP server handed out the lease so they could tey to renew the lease using...
by mkx
Sat Dec 02, 2023 4:52 pm
Forum: General
Topic: Wireguard tunnel - speed problem
Replies: 19
Views: 1468

Re: Wireguard tunnel - speed problem

I guess you're hitting the CPU ceiling here. While running tests, run CPU profiler, likely one of CPU cores will be at 100%. And I can imagine that wireguard handling might be tied to single CPU core for a few good reasons.
by mkx
Sat Dec 02, 2023 4:48 pm
Forum: General
Topic: Incomplete settings import
Replies: 2
Views: 350

Re: Incomplete settings import

... you can import chuncks of config via the TERMINAL CLI window. And all of that while observing the CLI feedback and ptoperly react to it. Some ROS versions export config in a slightly wrong order (settings referring to items only defined in later commands), recent ROS versions are better in this...
by mkx
Sat Dec 02, 2023 4:42 pm
Forum: Beginner Basics
Topic: GrooveA 52ac restore problems
Replies: 2
Views: 379

Re: GrooveA 52ac restore problems

Is the replacement device exactly the same type as was the dead one? Binary backups (backup/redtore type) are intended for exactly same device and work with same type (some device specific stuff is in backups, e.g. MAC addresses ... these are not vital if original device doesn't appear working in sa...
by mkx
Sat Dec 02, 2023 2:15 pm
Forum: Beginner Basics
Topic: Mikrotik Router to Router VLAN Setup [SOLVED]
Replies: 3
Views: 494

Re: Mikrotik Router to Router VLAN Setup [SOLVED]

Have a look at VLAN on mikrotik tutorial, in particular switch with a separate router section.

If that doesn't help, then post config of both involved devices for review.
by mkx
Sat Dec 02, 2023 2:12 pm
Forum: Beginner Basics
Topic: Need to block parent routers DHCP range
Replies: 2
Views: 352

Re: Need to block parent routers DHCP range

If you had properly separated WAN from LAN, then parent wouldn't be able to see any of your LAN (it would have to be behind a NAT). Hiding parent's LAN (your direct WAN) is a bit trickier, but with propervseparation of WAN and LAN on your router it shouldn't be a problem. What exactly to do? Due to ...
by mkx
Sat Dec 02, 2023 2:03 pm
Forum: Beginner Basics
Topic: CCR ROUTER LAYER 2
Replies: 1
Views: 283

Re: CCR ROUTER LAYER 2

There are different ways of doing it, but the proper (and extensible and future-proof) way is by setting up VLAN-enabled bridge on CCR. Have a look at this tutorial on how to do it properly. There are a few use cases explained, I don't think yours is directly one of them (some concepts of switch app...
by mkx
Sat Dec 02, 2023 1:47 pm
Forum: Beginner Basics
Topic: VLAN and AP [SOLVED]
Replies: 10
Views: 1062

Re: VLAN and AP [SOLVED]

The phones are plugged to non-manageable switches, these switches are plugged to VLAN 30 ports of an edge manageable switch. I will play around with it on monday, but any idea would help :) As long as ports on edge managed switches are set as access ports[*], it should work fine. [*] In Mikrotik pa...
by mkx
Sat Dec 02, 2023 1:38 pm
Forum: Beginner Basics
Topic: Issue with CAPsMAN v2 managing its own device
Replies: 8
Views: 664

Re: Issue with CAPsMAN v2 managing its own device

I have CAPsMAN running on AX^3 successfully managing three AX^2 CAPs. However, when I attempt to use CAPsMAN to manage the AX^3's CAP, there is no signal. Officially CAPsMAN can not manage local wireless. Since wave2/wifi for local configuration uses same configuration subtree as CAPsMAN, it's no n...
by mkx
Sat Dec 02, 2023 1:34 pm
Forum: Announcements
Topic: v7.13rc [testing] is released!
Replies: 118
Views: 27448

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

The error (perhaps worded slightly differently) is there for any ac device if wave2/wifi driver is installed instead of default wireless (e.g. wifiwave2 on audience). It had been reported numerous times, @rextended also pointed out exact location and proposed a solution. MT devs chose to ignore the ...
by mkx
Fri Dec 01, 2023 8:33 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

I've no idea about exact radiation patterns of those sticks. I have a suggestion: cut it to half (both along the long axis and perpendicular), take a few good photos and post them here. Then we'll start to guess about possible radiation patterns :wink: Without that, my guess is that the only orienta...
by mkx
Fri Dec 01, 2023 8:18 pm
Forum: General
Topic: Default-forwarding (Whitepaper or actual details)
Replies: 1
Views: 300

Re: Default-forwarding (Whitepaper or actual details)

Think of AP if it was a switch and each connected station connected to separate switch port. And additional uplink port (which is wifi interface, usually connected to device's bridge). This "AP switch" is implemented in wireless driver. When default-forwarding is enabled, then "AP swi...
by mkx
Fri Dec 01, 2023 7:40 pm
Forum: Beginner Basics
Topic: IPv6 on only one vlan?
Replies: 22
Views: 1506

Re: IPv6 on only one vlan?

When setting up IPv6, one usually sets a proper (i.e. not a link-local) IPv6 address to individual interfaces. When VLANs are in the mix, this means assigning IPv6 address to vlan interface. And MT router will, by default, send out router advertisements on interfaces with proper IPv6 address. So if ...
by mkx
Fri Dec 01, 2023 7:23 pm
Forum: Beginner Basics
Topic: VLAN and AP [SOLVED]
Replies: 10
Views: 1062

Re: VLAN and AP [SOLVED]

When mentioning ether1 I meant config you have. Having it as bridge port of main-bridge in principle includes tagged traffic as well, even though you have the vlan interface attached to ether1 port. If you had vlan filtering enabled, then you could filter tagged frames from entering main-bridge, but...
by mkx
Fri Dec 01, 2023 7:10 pm
Forum: Beginner Basics
Topic: How to configure RB4011 with a VLAN switch for 2.5G?
Replies: 1
Views: 360

Re: How to configure RB4011 with a VLAN switch for 2.5G?

Have a look at the excelent tutorial on how to do VLANs on Routeros, in particular Router on a Stick section . Switch has to be configured appropriately as well. If fiber modem works as untagged device, then configure switch port connecting it with "default vlan id" (or PVID) so that switc...
by mkx
Thu Nov 30, 2023 9:07 pm
Forum: Beginner Basics
Topic: VLAN and AP [SOLVED]
Replies: 10
Views: 1062

Re: VLAN and AP [SOLVED]

The VLAN setup is funky. You really should be using single bridge, have a look at this tutorial. In particular, use of ether1 (interconnect interface) is not fine.
by mkx
Thu Nov 30, 2023 9:03 pm
Forum: Beginner Basics
Topic: VLAN and AP [SOLVED]
Replies: 10
Views: 1062

Re: VLAN and AP [SOLVED]

DFS, a.k.a radar detection. On certain channels AP is required to listen full 10 minutes before it can start to transmit.
by mkx
Thu Nov 30, 2023 8:02 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

Increasing antenna gain and decreasing Tx power has same end effect. Normis explained in a post a few years ago (I can't find a reference, but I remember the contents very well) that wifi radio chooses actual Tx power to be the lowest of these values: country EIRP limitation less antenna gain Tx pow...
by mkx
Thu Nov 30, 2023 7:27 pm
Forum: General
Topic: Tx Queue Drops, where to start?
Replies: 7
Views: 814

Re: Tx Queue Drops, where to start?

Actual loss happens on mikrotik ... packet somehow arrives at port Tx queue (another name for FIFO buffer) where it's discarded. So it's never attempted to pass to SFP and SFP knows nothing about it (not even that it was dropped). PPPoE is, in this case, payload of discarded packet. PPPoE interface ...
by mkx
Thu Nov 30, 2023 5:32 pm
Forum: RouterBOARD hardware
Topic: Bricked RB3011 (RESOLVED)
Replies: 18
Views: 4296

Re: Bricked RB3011 (RESOLVED)

In that case, I'm affraid you're screwed.
by mkx
Thu Nov 30, 2023 5:29 pm
Forum: Beginner Basics
Topic: Moving from DD-WRT to RB3011
Replies: 6
Views: 492

Re: Moving from DD-WRT to RB3011

Create 3 bridges, one for each LAN ad assigne ethernet port to each bridge. Configure 2 port as trunk for VLANS Use Wireguard to access my BR2 from everywhere If it is possible, configure the router as VPN Client I would like to connect the Cisco switch to the router using SFP or Ethernet Port usin...
by mkx
Thu Nov 30, 2023 5:19 pm
Forum: General
Topic: Tx Queue Drops, where to start?
Replies: 7
Views: 814

Re: Tx Queue Drops, where to start?

Tx queue drops mean drops caused by Tx buffer being full because port could not transmit frames fast enough to keep the pace with rate of frames being queued for transmission. This kind of errors is not due to state of physical link and thus receiver (in this case it's SFP) can not see any sign of ...
by mkx
Thu Nov 30, 2023 5:16 pm
Forum: General
Topic: Replicating windows defender firewall inbound/outbound in router os
Replies: 1
Views: 272

Re: Replicating windows defender firewall inbound/outbound in router os

The problem when creating firewall rules is that one needs to know exactly what traffic is expected - which combinations of remote_ip/remote_port will be used for connections. For windows defender tash is much easier as it can be configured to allow certain executable to open communiaction ports (an...
by mkx
Thu Nov 30, 2023 5:11 pm
Forum: Beginner Basics
Topic: CRS106-1C-5S: Vlan is forwarded, but no VLAN is configured
Replies: 9
Views: 595

Re: CRS106-1C-5S: Vlan is forwarded, but no VLAN is configured

But I can't find out what the port "switch1-cpu" is for and when should I add it to a vlan or not? It's the window through which ROS (running on CPU) can communicate with (V)LANs handled by switch chip. On ROS side, that's bridge interface in your current config. On a typical switch you n...
by mkx
Thu Nov 30, 2023 3:06 pm
Forum: Beginner Basics
Topic: CRS106-1C-5S: Vlan is forwarded, but no VLAN is configured
Replies: 9
Views: 595

Re: CS108: Vlan is forwarded, but no VLAN is configured

For your goal, you need to enable "Ingress Filtering" on every port you want (not just the bridge's interface itself). With that enabled, an ingressing frame is checked against its VID and if the port is member of this VID. If no tag is there, the PVID is checked against. If the port is n...
by mkx
Thu Nov 30, 2023 3:00 pm
Forum: Beginner Basics
Topic: CRS106-1C-5S: Vlan is forwarded, but no VLAN is configured
Replies: 9
Views: 595

Re: CS108: Vlan is forwarded, but no VLAN is configured

A question: which switch model exactly are you using? There's no such thing as CS108 ... it might be CRS109 or RCS309 ... and these two need to be configured in different way to get wirespeed switching ... But in neither case it should be necessay to mix configuration in both /interface/bridge subtr...
by mkx
Thu Nov 30, 2023 2:54 pm
Forum: Beginner Basics
Topic: hAP ax2 woes [SOLVED]
Replies: 65
Views: 4055

Re: hAP ax2 woes [SOLVED]

Just a word of caution: 80+80 is not the same as 160. And if I'm not much mistaken, ax2 doesn't support any of these variants.
by mkx
Thu Nov 30, 2023 2:53 pm
Forum: Beginner Basics
Topic: VLAN and AP [SOLVED]
Replies: 10
Views: 1062

Re: VLAN and AP [SOLVED]

Much more readable configuration is shown using command "export" ... only rarely some things are missing (such as dynamic addresses, etc.). Please provide those exports.
by mkx
Thu Nov 30, 2023 1:01 pm
Forum: RouterBOARD hardware
Topic: Bricked RB3011 (RESOLVED)
Replies: 18
Views: 4296

Re: Bricked RB3011 (RESOLVED)

Exactly for reasons I'm mentioning (the device-specific bits) you can't get a complete .bin file, that would mean cloning a device and that's not good (not only because of cloning license, there are other, more technical, issues involved). I suggest you to get in touch with support, they might be ab...
by mkx
Thu Nov 30, 2023 12:15 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

My goal is to reduce power for 5Ghz roaming, so that far away devices stay connected to 2.4Ghz instead of going back and forth. I don't think this will solve the ping-pong problem ... it'll just move it closer to AP (or even prompt brain-dead stations to remain on 2.4GHz even when really close to A...
by mkx
Thu Nov 30, 2023 12:10 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

It's a calculation: EIRP (which is Tx power + antenna gain) must not exceed country limitations. hAP ax3 on 5GHz has Tx power anywhere between 20dBm and 28dBm (depending on radio symbol rate). If talking about fastest rates, where lowest Tx power can be used (20dBm), and when using channels without ...
by mkx
Thu Nov 30, 2023 11:46 am
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

So my understanding is this should work when using a bridge that has been already attached to a VLAN? Depends how you deal with VLANs on bridge. Essentially: if you have bridge with VLAN filtering enabled, then currently the only option si to (manually?) add wifi interface to bridge as port with PV...
by mkx
Thu Nov 30, 2023 11:35 am
Forum: General
Topic: RouterOS 6.48.6 + IPSEC IKEv2
Replies: 8
Views: 680

Re: RouterOS 6.48.6 + IPSEC IKEv2

I can upload certificate but connection can't establish correct ... I'd say that it has something to do with key type, used in certificate. ROS v6 is pretty outdated with regard to support of security features (encryption protocols, key types, etc.) and it could be that recent windows servers depre...
by mkx
Thu Nov 30, 2023 11:24 am
Forum: General
Topic: RB750Gr3 Cause Fortigate SSL VPN Slow???
Replies: 1
Views: 328

Re: RB750Gr3 Cause Fortigate SSL VPN Slow???

Your hEX should be able to route at 100Mbps (it ma peak at around 300Mbps). But that's true with optimal config. With non-optimal config, it's routing capacity can drop to any number and it's impossible to say why in your particular case it can't reach 100Mbps. There's additional gotcha: the mention...
by mkx
Thu Nov 30, 2023 11:18 am
Forum: General
Topic: Maximum ports on a bridge (1024)
Replies: 1
Views: 349

Re: Maximum ports on a bridge (1024)

I think you really should communicate about this directly with support of Mikrotik (e.g. via email support@mikrotik.com). Your issue is a ROS intrinsic, forum users can't help you with it and MT staffers don't necessarily visit all the forum threads, so they will likely miss your post/question.
by mkx
Thu Nov 30, 2023 11:14 am
Forum: General
Topic: How to allow access to specific file
Replies: 1
Views: 328

Re: How to allow access to specific file

Mikrotik is a L3/L4 firewall. It has some L7 functionality, but that doesn't work at all if connection is encrypted (and modern web browsing uses https, so it's encrypted). Ergo, your request can not be fulfilled on Mikrotik firewall. You really should try to implement this kind of security on appli...
by mkx
Thu Nov 30, 2023 11:12 am
Forum: General
Topic: default-configuration print - ros6 to ros7 [SOLVED]
Replies: 3
Views: 850

Re: default-configuration print - ros6 to ros7 [SOLVED]

I don't know if it's possible to actually see the custom init script. However, the way export command works is it shows differences between current config and default. So a test would be to reset such unit to defaults (which includes custom init script) and create an export. If such export contains ...
by mkx
Thu Nov 30, 2023 11:02 am
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

I still cannot get VLANs working for hAP Ac2 and virtual access points for v7.13beta. Yup, it's documented behaviour. See new WiFi manual under "Replacing 'wireless' package" -> "Lost features" here are quite a few of us hoping that this feature will come back (or rather, will b...
by mkx
Wed Nov 29, 2023 9:40 pm
Forum: General
Topic: RouterOS 6.48.6 + IPSEC IKEv2
Replies: 8
Views: 680

Re: RouterOS 6.48.6 + IPSEC IKEv2

Where exactly does it break? Is it upload phase or certificate import phase? Describe how exactly are you doing the failing phase.

And a suggestion: upgrade ROS to latest long-term version (6.49.10).
by mkx
Wed Nov 29, 2023 7:27 pm
Forum: RouterBOARD hardware
Topic: Bricked RB3011 (RESOLVED)
Replies: 18
Views: 4296

Re: Bricked RB3011 (RESOLVED)

I believe that fwf file is in a kind of proprietary pseudo-flash file. The flash uploader (built in ROS) probably interprets that and writes it to flash the way it should be done. So those fwf files are not usable for generic flash writers. One thing that ROS updater definitely does is it avoids fla...
by mkx
Wed Nov 29, 2023 7:17 pm
Forum: Wireless Networking
Topic: hap ac2 CPE mode not interworking with 5Ghz AX Mikrotik router?
Replies: 3
Views: 477

Re: hap ac2 CPE mode not interworking with 5Ghz AX Mikrotik router?

I think it will. Because incompatibility is between wireless and wave2/wifi drivers. And it's (indirectly) documented in Replacing wireless package section of new wifi manual. The 7.13 wifi driver is renamed (and enhanced) wifiwave2 driver from earlier v7, so it's compatible with it (to extent of fu...
by mkx
Wed Nov 29, 2023 7:11 pm
Forum: General
Topic: Tx Queue Drops, where to start?
Replies: 7
Views: 814

Re: Tx Queue Drops, where to start?

Tx queue drops mean drops caused by Tx buffer being full because port could not transmit frames fast enough to keep the pace with rate of frames being queued for transmission. This kind of errors is not due to state of physical link and thus receiver (in this case it's SFP) can not see any sign of t...
by mkx
Wed Nov 29, 2023 6:42 pm
Forum: Beginner Basics
Topic: Disk size in bytes ???
Replies: 5
Views: 595

Re: Disk size in bytes ???

Divide the number 3 subsequent times by 1024, a bit of free mental training :) Now days every disk manufacturer uses decimal "human readable" prefixes ... it makes "human readable" number higher (roughly by 7.4% when talking about Giga bytes). And in modern times there are even ...
by mkx
Wed Nov 29, 2023 3:48 pm
Forum: Wireless Networking
Topic: hap ac2 CPE mode not interworking with 5Ghz AX Mikrotik router?
Replies: 3
Views: 477

Re: hap ac2 CPE mode not interworking with 5Ghz AX Mikrotik router?

Config says you're using legacy wireless driver on hAP ac2 ... upgrade that device to 7.13beta, it allows you to use wifi-qcom-ac driver (essentially wifiwave2, but slimmed to fit on hAP ac2). I know that using station-bridge mode between station and AP which don't run same generation of wireless dr...
by mkx
Wed Nov 29, 2023 9:57 am
Forum: General
Topic: Error while running customized default configuration script: cannot open output file (6) [SOLVED]
Replies: 4
Views: 602

Re: Error while running customized default configuration script: cannot open output file (6) [SOLVED]

And, damn it, I just realized that this is not an AX model so wifiwave2.npk is not needed at all.

wifiwave2 (up and including 7.12.1) is known no emit (spurious?) error message about default config.

Chateau 5G doesn't require wifiwave2 package, but will surely benefit from it. I'd put it back.
by mkx
Wed Nov 29, 2023 8:53 am
Forum: Wireless Networking
Topic: wAP ax?
Replies: 21
Views: 4369

Re: wAP ax?

And, freezing temperatures, such as -32°C?
I think the chip will make it hot enough to withstand low temperatures.

If power accidentally fails during low temperature periods, then device will freeze to death. Literally.

But I agree on high temperature issues being more probable.
by mkx
Wed Nov 29, 2023 8:44 am
Forum: Beginner Basics
Topic: NGINX Proxy Manager & RouterOS
Replies: 7
Views: 1028

Re: NGINX Proxy Manager & RouterOS

I have hard time understanding what exactly is the issue? And how exactly things are connected together? Is nginx-proxy-manager in the same subnet as internal hosts?
by mkx
Wed Nov 29, 2023 8:40 am
Forum: Beginner Basics
Topic: Unreliable connection between switches with VLANs
Replies: 1
Views: 377

Re: Unreliable connection between switches with VLANs

I just had a look at config of appr1-dsw1, I'll assume the rest suffer from same errors. Here's a brief list of things done wrong: no need for multiple bridges (MGMT is on different bridge, which doesn't have any access towards the rest of network) no PVID setting for access ports there's no need fo...
by mkx
Wed Nov 29, 2023 8:31 am
Forum: Beginner Basics
Topic: Disk size in bytes ???
Replies: 5
Views: 595

Re: Disk size in bytes ???

What's not correct by displaying exact size in bytes instead of some rounded multiple?

One thing is your request for option to have size displayed in MB / GB / TB, another thing is claim that CLI current behaviour is not correct.
by mkx
Wed Nov 29, 2023 8:27 am
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

Still getting CRL fetch failed: http error: Network unreachable for: http://x1.c.lencr.org/ It's not ROS problem, it's web site problem: $ telnet x1.c.lencr.org 80 Trying 23.205.191.135... Connected to e8652.dscx.akamaiedge.net. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.0 400 Bad Request Ser...
by mkx
Tue Nov 28, 2023 11:54 pm
Forum: RouterBOARD hardware
Topic: Bricked RB3011 (RESOLVED)
Replies: 18
Views: 4296

Re: Bricked RB3011 (RESOLVED)

@riy: what's wrong with instructions in post #5 above?
by mkx
Tue Nov 28, 2023 11:37 pm
Forum: General
Topic: The LED indicator light on Hap ax2 cannot be turned off.
Replies: 7
Views: 945

Re: The LED indicator light on Hap ax2 cannot be turned off.

Oh, since when does this minor detail matter? I thought that turning off LEDs is THE thing and the rest doesn't matter? I used to keep a RB951G inside a hard-wood (oak) under-TV cabinet and wireless worked just fine in the same room with cabinet doors closed (signal strength around -60dBm at my chai...
by mkx
Tue Nov 28, 2023 10:28 pm
Forum: General
Topic: The LED indicator light on Hap ax2 cannot be turned off.
Replies: 7
Views: 945

Re: The LED indicator light on Hap ax2 cannot be turned off.

Closing cabinet door dims all leds (front and back) in a quickly-reversible way. ;-)
by mkx
Tue Nov 28, 2023 10:25 pm
Forum: Wireless Networking
Topic: Wifi radar detected
Replies: 10
Views: 859

Re: Wifi radar detected

In such case, I'd be curious to see output of /interface/wifiwave2/actual-configuration/print detail ... specifically channel.width . I wouldn't drop dead if actual channel width would turn out to be less than configured in order to avoid radar detected on the lower channel. The thing is that AP is ...
by mkx
Tue Nov 28, 2023 10:06 pm
Forum: General
Topic: Access RouterOS via SSH using key
Replies: 13
Views: 1140

Re: Access RouterOS via SSH using key

Since ROS v7.12, ssh keys of type ed25519 are fine. Recent OpenSSH versions deprecated whole RSA algorithm family. And IMO enabling it is not necessarily a bad thing (if it was such a bad thing, it wouldn't be supported any more) if one uses it only to connect specific remote hosts (i.e. use actual ...
by mkx
Tue Nov 28, 2023 10:05 pm
Forum: General
Topic: The LED indicator light on Hap ax2 cannot be turned off.
Replies: 7
Views: 945

Re: The LED indicator light on Hap ax2 cannot be turned off.

Close the cabinet door?
by mkx
Tue Nov 28, 2023 10:02 pm
Forum: General
Topic: Bridge PVID [SOLVED]
Replies: 13
Views: 1363

Re: Bridge PVID [SOLVED]

As mentioned the only other way I can think of is creating a VLAN interface at the Switch end of the trunk for the management VLAN and sticking a DHCP client on that. Nope. Since trunk port is member of bridge, then any other business with that port is strictly off limits. Instead you should config...
by mkx
Tue Nov 28, 2023 4:52 pm
Forum: RouterBOARD hardware
Topic: hap ac2 power consumption 2.4ghz or 5ghz ?
Replies: 1
Views: 362

Re: hap ac2 power consumption 2.4ghz or 5ghz ?

On hAP ac2? I'd say it only depends on Tx power setting. Both radios are run by same wireless chip inside same SoC. Due to lower free.air loss in lower frequencies I'd expect slightly better coverage of 2.4GHz radio, so you might be able to reduce Tx power slighly and still get same coverage. By all...
by mkx
Tue Nov 28, 2023 3:07 pm
Forum: Beginner Basics
Topic: Should I upgrade RouterBOOT on each RouterOS upgrade?
Replies: 8
Views: 2075

Re: Should I upgrade RouterBOOT on each RouterOS upgrade?

I looking for a CRS326-24S+2Q+RM Bootloader (FWF file)

It's included in each ROS system package file ... after ROS is installed, FWF file is available to upgrade routerboot.

Why do you want the file explicitly?
by mkx
Tue Nov 28, 2023 3:03 pm
Forum: General
Topic: Not enough space for upgrade when 6.4x->7.12 when 6.4x->7.11.2->7.12 works
Replies: 3
Views: 519

Re: Not enough space for upgrade when 6.4x->7.12 when 6.4x->7.11.2->7.12 works

Hard to verify (I'm beyond 6.x since ages), but it could be that 7.11.2 has slightly smaller footprint than 6.4x (you're starting from) so there's more space for whatever temporary files ROS needs to overwrite itself.
by mkx
Tue Nov 28, 2023 2:30 pm
Forum: General
Topic: IPv6 Routing a /54 -> /56 -> /64 issue..
Replies: 1
Views: 351

Re: IPv6 Routing a /54 -> /56 -> /64 issue..

In my working case, ISP is giving out (dynamic, but doesn't matter much) /56 prefixes via DHCPv6 prefix delegation. The I'm using /64 address for LAN interface and none for WAN interface (routing is done using link-local addresses). DHCPv6 client automatically adds route such as this: Flags: X - dis...
by mkx
Tue Nov 28, 2023 7:12 am
Forum: RouterBOARD hardware
Topic: SFP transceivers to connect L009 & RB5009
Replies: 5
Views: 866

Re: SFP adapters to connect L009 & RB5009

You need SFP+ modules for both sides (SFP without + only goes up to 1Gbps). You have a choice of using either ethernet cable (UTP cat7) or fiber optics (either multimode or singlemode would do), but ethernet is limited to 30m/90ft and even on shorter distances it tends to downrate link (2.5Gbps woul...
by mkx
Mon Nov 27, 2023 11:35 pm
Forum: Beginner Basics
Topic: Remote Access
Replies: 1
Views: 334

Re: Remote Access

Have a look at Back To Home, it might help in your case. I'm just not sure if hAP ac lite is supported (already), additional architectures got supported with latest stable releases of ROS.
by mkx
Mon Nov 27, 2023 11:18 pm
Forum: RouterBOARD hardware
Topic: RB750GR3 worth to cahnge to RB3011UiAS-RM
Replies: 5
Views: 676

Re: RB750GR3 worth to cahnge to RB3011UiAS-RM

But my configuration can't have fast track If you really can't enable fasttrack, then RB3011 won't be much better. My hAP ac2 (a slightly better performer than RB3011 if one can trust official test results) can route at 1Gbps with fasttrack (with CPU cycles to spare) but only around 350Mbps without...
by mkx
Mon Nov 27, 2023 11:05 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

But the same specs page you linked above lists 128MB ... hmm. You ok? I bought over 100 of them and they were all 256MB! hAP ac2 (I believe it's almost identical inside apart from number of ether ports) has officially 128MB RAM. However, some early batches came with 256MB RAM (I happen to have one ...
by mkx
Mon Nov 27, 2023 10:58 pm
Forum: Wireless Networking
Topic: Wifi radar detected
Replies: 10
Views: 859

Re: Wifi radar detected

Whenever AP decides to use some DFC channel, it has to do the listening (some channels 2 minute, some 10 minutes). Only if AP doesn't detect anything remotely similar to radar it can start using it. If it later detects anything remotely similar to radar, it has to stop transmiting at once and enter ...
by mkx
Mon Nov 27, 2023 10:25 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

I'm saying that wifiwave2 (and its successor wifi) is under active development. Some config options might exist, but the functionality is yet to come (doesn't happen often, but can happen), options might still exist but functionality is getting deprecated ... or options exist, but the way they affec...
by mkx
Mon Nov 27, 2023 4:04 pm
Forum: General
Topic: Bridge PVID [SOLVED]
Replies: 13
Views: 1363

Re: Bridge PVID [SOLVED]

There might be brain-dead network gear (managed switches, APs) which support VLANs but not for management access. For those one has to use hybrid ports inside LAN infrastructure. However, many (if not most) support using a dedicated VLAN for management access ... and that allows to get rid of untagg...
by mkx
Sun Nov 26, 2023 8:31 pm
Forum: General
Topic: CAPsMAN with WiFiWave2 in mixed network
Replies: 13
Views: 855

Re: CAPsMAN with WiFiWave2 in mixed network

There are two, incompatible, versions of CAPsMAN used currently: legacy capsman which can control cAPs running legacy wireless driver and new capsman which can control newer wave2wifi devices. The ones you're mentioning in your post (hAP ac2, hAP ac3, hAP ax2) are all capable of running new wave2/wi...
by mkx
Sun Nov 26, 2023 8:23 pm
Forum: General
Topic: Mikrotik CRS112-8G-4S-IN
Replies: 4
Views: 420

Re: Mikrotik CRS112-8G-4S-IN

Is it the same if I connect from the sfp port? Yes, all ports are connected to switch chip, that one in turn is connected to CPU (doesn't matter that both main parts are in same SoC). https://i.mt.lv/cdn/product_files/CRS112-151027100733_151033.png But your main problem is not device topology, the ...
by mkx
Sun Nov 26, 2023 5:31 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

If the existing setting gets ignored, what good is it then? Let's be patient and see what 7.13 stable brings us, shall we?
by mkx
Sun Nov 26, 2023 5:06 pm
Forum: Wireless Networking
Topic: WiFi Wave2 interface not untagging frames when a station-bridge connects [SOLVED]
Replies: 12
Views: 1186

Re: WiFi Wave2 interface not untagging frames when a station-bridge connects [SOLVED]

hAP config has nothing about VLANs so according to config, it should not touch tags at all. I'd netinstall hAP ac2 to be 100% sure it's really VLAN-free (it seems that occasionally the internal configuration database gets out of sync with visible configuration and proper reset clears it ... reset to...
by mkx
Sun Nov 26, 2023 4:42 pm
Forum: General
Topic: Mikrotik CRS112-8G-4S-IN
Replies: 4
Views: 420

Re: Mikrotik CRS112-8G-4S-IN

The reason is that CRS112 is antiquated switch (which happens to support routing functions but at low sppeeds). It's not listed under "archived" hardware on MT page, but it's antiquated nrver the less. Just to be clear: it's still strong if used as proper 1Gbps switch, but for routing it w...
by mkx
Sun Nov 26, 2023 2:04 pm
Forum: Wireless Networking
Topic: WiFi Wave2 interface not untagging frames when a station-bridge connects [SOLVED]
Replies: 12
Views: 1186

Re: WiFi Wave2 interface not untagging frames when a station-bridge connets [SOLVED]

New wifi driver (wifi-qcom and wifi-qcom-ac, but the same was already in original wifiwave2 driver) can't tag/untag frames. ... What is doing the tagging/untagging then? The RB5009 does receive tagged frames on the ether7 interface and the stations connecting to the wifi networks do not see any VLA...
by mkx
Sun Nov 26, 2023 1:56 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

IMO things around (new) wifi are very murky right now. 7.13beta bringing wifi separated into different packages is IMO proof that MT is in the middle of serious reworking of wave2/wifi ... so we'll have to be a bit patient and wait to see what will come out of this process. I'm hoping to see vlan-ha...
by mkx
Sun Nov 26, 2023 1:46 pm
Forum: General
Topic: RB5009UPr - PoE management
Replies: 6
Views: 1034

Re: RB5009UPr - PoE management

.... I'd like to use as high a voltage as possible to keep current low. If your PoE cables are not really long (to cause significant power losses), then you're probably loosing more on internal DC-DC downconverters (inside PoE-powered drvices), their efficiency gets lower with increased difference ...
by mkx
Sat Nov 25, 2023 12:31 pm
Forum: Wireless Networking
Topic: WiFi Wave2 interface not untagging frames when a station-bridge connects [SOLVED]
Replies: 12
Views: 1186

Re: WiFi Wave2 interface not untagging frames when a station-bridge connets [SOLVED]

New wifi driver (wifi-qcom and wifi-qcom-ac, but the same was already in original wifiwave2 driver) can't tag/untag frames. It's in the new WiFi manual, section "Replacing 'wireless' package" under "Lost features".

So it seems that the problem actually starts on cAP ax ...
by mkx
Sat Nov 25, 2023 10:29 am
Forum: Beginner Basics
Topic: Micro Tik Hex and tp link multi ap
Replies: 4
Views: 539

Re: Micro Tik Hex and tp link multi ap

Without seeing (non-working) hEX config and more detailed description of wanted setup we can only respond with: it should work.
by mkx
Fri Nov 24, 2023 10:46 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

I wonder if it's still possible to configure channels in a way to "force" 802.11n.

No, not to my understanding. With wifi/wave2 we're back to supporting legacy clients (e.g. 802.11a and 802.11b).
by mkx
Fri Nov 24, 2023 9:42 pm
Forum: Wireless Networking
Topic: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working
Replies: 11
Views: 978

Re: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working

5745 Ceee is 80MHz channel #155 and 5885 eeeC is channel #175, so they are different But they're same freq range, right? My 3 clients are newish - a Samsung Note 20, a Framework Laptop, and a Surface Pro 9. No, they're adjacent 80MHz channels. 5745 Ceee spans from 5735 to 5815 MHz and 5885 eeeC spa...
by mkx
Fri Nov 24, 2023 4:44 pm
Forum: General
Topic: v7.12 upgrade - Cannot access admin using IP address
Replies: 1
Views: 345

Re: v7.12 upgrade - Cannot access admin using IP address

Yes. Post config so we can see how exactly is device set up.
by mkx
Fri Nov 24, 2023 4:42 pm
Forum: General
Topic: Hava an issue. Connectivity between RBcAPGi-5acD2nD and CRS112-8P-4S.
Replies: 4
Views: 817

Re: Hava an issue. Connectivity between RBcAPGi-5acD2nD and CRS112-8P-4S.

To see complete picture we are missing capsman config. Because cap config (obviously) doesn't say anything about VLANs used for wireless interfaces.

Also: which port on CRS112 is used to connect cap?
by mkx
Fri Nov 24, 2023 7:17 am
Forum: Virtualization
Topic: CHR does not correctly balance the use of vCores
Replies: 7
Views: 1103

Re: CHR does not correctly balance the use of vCores

When UDP iperf3 test shows transmitter to fall lower than configured total bandwidth, this usually means bottleneck on the transmitter itself - that's the only place UDP throughput is throttled without packets being dropped.
by mkx
Fri Nov 24, 2023 7:07 am
Forum: General
Topic: vlan issue
Replies: 10
Views: 1077

Re: vlan issue

High-level view on CRS will show: single vlan-enabled bridge all SFP+ ports (and ether1 port) will members of bridge with per-port vlan settings as needed (port connecting to CCR will be tagged-only, other ports might be untagged access ports for a particular VLAN with pvid set appropriately) bridge...
by mkx
Fri Nov 24, 2023 6:55 am
Forum: Beginner Basics
Topic: Block Intra VLAN Traffic
Replies: 7
Views: 592

Re: Block Intra VLAN Traffic

Why do both servers have to be in same VLAN? This complicates things a lot.
by mkx
Fri Nov 24, 2023 12:05 am
Forum: SwOS
Topic: CRS309-1G-8S+IN Doesn't negotiate 10Gbps, only 5.
Replies: 4
Views: 572

Re: CRS309-1G-8S+IN Doesn't negotiate 10Gbps, only 5.

Mikrotik ones S+RJ10. Docs say they can use up to 30 Meters of cable ... Another caveat: due to required high Tx power, these modules tend to run quite hot (MT's own seems to be one of hottest) ... if cooling is not adequate (with most passively cooled devices, such as CRS309-1G-8S+IN, this is the ...
by mkx
Thu Nov 23, 2023 11:59 pm
Forum: RouterBOARD hardware
Topic: MikroTik L009UiGS-RM and SFP GPON
Replies: 1
Views: 464

Re: MikroTik L009UiGS-RM and SFP GPON

I don't think that there's a single ONU SFP module on the official list of compatible hardware . There are a few threads on this forum about using various GPON SFP modules with MT and mostly the gist of them is that things either don't work at all (with some rare exceptions) or are extremely tricky ...
by mkx
Thu Nov 23, 2023 11:09 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

My impression is that you're setting the "newest" standard, older than setting are then supported as well. E.g. if you set band=5ghz-n , AP will support 802.11a and 802.11n but will not support 802.11ac nor 802.11ax. To support all standards, set highest supported by AP hardware (i.e. 5ghz...
by mkx
Thu Nov 23, 2023 10:58 pm
Forum: SwOS
Topic: CRS309-1G-8S+IN Doesn't negotiate 10Gbps, only 5.
Replies: 4
Views: 572

Re: CRS309-1G-8S+IN Doesn't negotiate 10Gbps, only 5.

What are exact cable lengths used? Operation at 10Gbps requires significant amount of energy and nkt many RJ45 SFP+ modules are capable of transmitting at needed power. And cable category doesn't affect this much. Which SFP+ modules are you using? Support for different SFP modules in MT devices is f...
by mkx
Thu Nov 23, 2023 10:41 pm
Forum: Wireless Networking
Topic: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working
Replies: 11
Views: 978

Re: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working

I'm also unsure about the difference between 5745 Ceee and 5885 eeeC. Aren't they essentially the same? From the channel list on wikipedia follows, that 5745 Ceee is 80MHz channel #155 and 5885 eeeC is channel #175, so they are different (in addition, channel #175 seems to be illegal to use anywher...
by mkx
Thu Nov 23, 2023 10:29 pm
Forum: Wireless Networking
Topic: wAP ac: Manual Frequency setting gets reset automatically
Replies: 2
Views: 478

Re: wAP ac: Manual Frequency setting gets reset automatically

Do you have country propetly set to country which actually allows use of channel 13? USA and (AFAIK) Canada don't.
by mkx
Thu Nov 23, 2023 10:17 pm
Forum: General
Topic: vlan issue
Replies: 10
Views: 1077

Re: vlan issue

thank you for your reply. so if i create a vlan interface achored to bridge i use L3, so the cpu? no? Yes, in most setups involving VLAN interface (created under /interfacw/vlan ), vlan interfaces should be used exclusively to support L3 operations (routing, providing services such as DNS). Using v...
by mkx
Thu Nov 23, 2023 10:04 pm
Forum: General
Topic: Clients on station not reachable [SOLVED]
Replies: 10
Views: 855

Re: Clients on station not reachable [SOLVED]

Since 7.13beta, your wAP ac is compatible with new wifi driver: https://help.mikrotik.com/docs/display/ROS/WiFi#WiFi-Compatibility Based on this great new feature can we also expect that in the not-so-distant future, we will be able to join wifiwave2 APs to the existing CAPsMAN that has legacy wire...
by mkx
Thu Nov 23, 2023 3:55 pm
Forum: Beginner Basics
Topic: Lose access to router when configuring vLAN's
Replies: 4
Views: 732

Re: Lose access to router when configuring vLAN's

What I recommend is (besides generous use of SAFEMODE) is to take an unused port lets say 5 and take it OFF the bridge. And absolutely add it to LAN interface list in case one needs winbox MAC connectivity - default config limits this kind of connectivity to LAN interface list. If done this properl...
by mkx
Thu Nov 23, 2023 9:18 am
Forum: Virtualization
Topic: CHR does not correctly balance the use of vCores
Replies: 7
Views: 1103

Re: CHR does not correctly balance the use of vCores

OK, so here goes another experience: ROS will use single core to deal with packets, belonging to same connection (either real TCP connection or "apparent" UDP connection). The reason being to avoid out-of-order packet delivery (which upsets some TCP stacks). On devices with larger number o...
by mkx
Thu Nov 23, 2023 9:05 am
Forum: General
Topic: Clients on station not reachable [SOLVED]
Replies: 10
Views: 855

Re: Clients on station not reachable [SOLVED]

Since 7.13beta, your wAP ac is compatible with new wifi driver: https://help.mikrotik.com/docs/display/ROS/WiFi#WiFi-Compatibility So try to upgrade wAP ac to 7.13beta2 (should go smooth since you are already on 7.12), uninstall wireless package (it becomes a separate package after upgrade), install...
by mkx
Thu Nov 23, 2023 8:50 am
Forum: Wireless Networking
Topic: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working
Replies: 11
Views: 978

Re: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working

The highest part of 5GHz spectrum was added to wifi spectrum fairly recently. Not all devices support it (either their hardware can not work with such high frequencies or their firmware was not updated with new channel layout and/or country regulatory limits). So as a rule of thumb: whenever clients...
by mkx
Thu Nov 23, 2023 8:36 am
Forum: General
Topic: Clients on station not reachable [SOLVED]
Replies: 10
Views: 855

Re: Clients on station not reachable [SOLVED]

There are two wireless drivers currently in use on mikrotik gear: wireless - legacy driver which was available already in v6 and is supported by all devices except for newest (AX) gear wifi / wifiwave2 - new driver which came with v7 and AX ger. Also supported by AC devices with ARM processor. Any *...
by mkx
Thu Nov 23, 2023 8:25 am
Forum: General
Topic: vlan issue
Replies: 10
Views: 1077

Re: vlan issue

Other dumb question, ont the crs 309 it's better to set the ip for the lan on the bridge or an interface? There are interfaces (L3 entities, essentially anything carrying IP address) and there are ports (L2 entities). When something is set as member of bridge, it becomes a port. And it should not b...
by mkx
Thu Nov 23, 2023 8:17 am
Forum: Beginner Basics
Topic: Set a network to having the same SSID across the APs?
Replies: 3
Views: 460

Re: Set a network to having the same SSID across the APs?

Simply set all APs with same security settings. Those include SSID, authentication types and password. Beware that when wireless station roams between APs having same SSID, it expects that the new AP is member of same L2 network (ethernet). Which basically means that APs have to act as simple switch...
by mkx
Thu Nov 23, 2023 8:10 am
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

*) defconf - use device factory preset credentials when using CAPs mode;

This will make my life miserable :(
Why's that? defconf is just default config ... and one can change it as it fits.
by mkx
Wed Nov 22, 2023 9:25 am
Forum: Virtualization
Topic: CHR does not correctly balance the use of vCores
Replies: 7
Views: 1103

Re: CHR does not correctly balance the use of vCores

It's a pretty well known fact that ROS internal bandwidth-test tool is pretty CPU-heavy (single CPU bound) and results of it are hardly representative for device which is actually running it. If you really want to assess the performance of your setup, you have to use external test probes (such as a ...
by mkx
Wed Nov 22, 2023 9:21 am
Forum: Scripting
Topic: GPT4 and writing scripts for Mikrotik
Replies: 51
Views: 3015

Re: GPT4 and writing scripts for Mikrotik

... but because he doesn't even know how to tie his shoes...

We desperately need AI-enabled shoes. :wink:
by mkx
Wed Nov 22, 2023 9:06 am
Forum: Wireless Networking
Topic: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working
Replies: 11
Views: 978

Re: cAP ax Ignoring 5G Channel from CAPsMAN; Randomly Stops Working

Have a good look at 5GHz channel list . As one can see, standard channel layout (including channel width) says that 5745 and 5805 at 80MHz wide channels overlap (as well), both are covering 80MHz channel number 155 (spanning between 5735 and 5815 MHz). So try to allow properly spread frequencies ......
by mkx
Wed Nov 22, 2023 8:55 am
Forum: Wireless Networking
Topic: Using non-MT Access Points in a mesh config - does it work?
Replies: 7
Views: 710

Re: Using non-MT Access Points in a mesh config - does it work?

It's a shame about the controller requirement. I wouldn't call that "a shame" ... multiple devices can not cooperate smoothly without being coordinated by some central entity. And the same is true for any WiFi vendor. Because there isn't a standard which would allow APs to signal necessar...
by mkx
Wed Nov 22, 2023 8:46 am
Forum: General
Topic: vlan issue
Replies: 10
Views: 1077

Re: vlan issue

I don't see any IP setup on vlan10 interface on CCR ... you'll definitely need some if you want CCR to communicate with devices in that subnet (and you want if it's supposed to be gateway for that subnet).
by mkx
Wed Nov 22, 2023 7:18 am
Forum: General
Topic: vlan issue
Replies: 10
Views: 1077

Re: vlan issue

Did you read through this tutorial? The setup you showed is a bit awkward (it's not recomended to use VLAN ID 1 for explicit setups).

And it's likely that the problem lies in CCR setup. Can you show that config?
by mkx
Tue Nov 21, 2023 3:44 pm
Forum: RouterBOARD hardware
Topic: HAP AC2 ethernet 3 does not work
Replies: 2
Views: 508

Re: HAP AC2 ethernet 3 does not work

If the problem starts to develop (from mild one to a more serious one) without any changes in configuration or software, then this likely means a hardware fault ... such as a crack in cold junction which is getting bigger due to thermally induced material ageing. And that kind of problem is hard to ...
by mkx
Tue Nov 21, 2023 3:38 pm
Forum: Announcements
Topic: v7.12.1 [stable] is released!
Replies: 247
Views: 71974

Re: v7.12.1 [stable] is released!

defconf means Default Configuration ... which only gets applied when config is reset to factory default. This doesn't apply when upgrading ROS from one version to another.
by mkx
Mon Nov 20, 2023 11:44 pm
Forum: Scripting
Topic: GPT4 and writing scripts for Mikrotik
Replies: 51
Views: 3015

Re: GPT4 and writing scripts for Mikrotik

People can agree to disagree.
I don't agree :-P
by mkx
Mon Nov 20, 2023 10:25 pm
Forum: Virtualization
Topic: CHR does not correctly balance the use of vCores
Replies: 7
Views: 1103

Re: CHR does not correctly balance the use of vCores

The problem is that when I check the balance of the vcores from the “Profile” tool I see that there is always one that shoots up between 80 to 98% and the rest remain at an equal average between them. What kind of workload is going on when you see one vCPU load rise towards 100%? If you're, by any ...
by mkx
Mon Nov 20, 2023 9:57 pm
Forum: General
Topic: Firewall chains, jumps & passthrough question
Replies: 3
Views: 1445

Re: Firewall chains, jumps & passthrough question

What if at the end of custom chain there is no explicit return?
There's implicit return at the end of all custom chains.
by mkx
Mon Nov 20, 2023 11:59 am
Forum: Scripting
Topic: GPT4 and writing scripts for Mikrotik
Replies: 51
Views: 3015

Re: GPT4 and writing scripts for Mikrotik

The last paragraph of ChatGPT-generated text is, IMO, the crux of the whole ordeal.

Long live rextended! :wink:
by mkx
Mon Nov 20, 2023 11:29 am
Forum: Scripting
Topic: GPT4 and writing scripts for Mikrotik
Replies: 51
Views: 3015

Re: GPT4 and writing scripts for Mikrotik

Despite the fact that the AI's success is impressive, it is important to keep in mind that the AI can only combine [*] the knowledge it has gained during training. Don't think like that. Regarding GPT4, he can, for example, search for knowledge on the Internet, climbing into any online manuals and ...
by mkx
Mon Nov 20, 2023 8:32 am
Forum: General
Topic: CRS112-8P-4S w/ ROs 7.12 cpu usages increase by time to time
Replies: 5
Views: 807

Re: CRS112-8P-4S w/ ROs 7.12 cpu usages increase by time to time

My guess: it's your "test-script" setting (it's very probably needless). According to netwatch docs , the netwatch service itself already does ping test by default and test-script property defines additional test to be run after the probe (simple ICMP by default) already finishes. Since /p...
by mkx
Mon Nov 20, 2023 7:12 am
Forum: Wireless Networking
Topic: Wireless roaming support
Replies: 11
Views: 1120

Re: Wireless roaming support

Guess they need to update the page...
Probably they will, when the 7.13 gets released as stable.
by mkx
Mon Nov 20, 2023 7:06 am
Forum: Wireless Networking
Topic: CAPSMAN not add interfaces to the bridge [SOLVED]
Replies: 3
Views: 604

Re: CAPSMAN not add interfaces to the bridge [SOLVED]

New capsman doesn't support manager forwarding mode (yet) and hence the cap interfaces are not seen on capsman bridge. BTW: I'm not sure (I don't have wireless-less arm device at hand), but according to what MT staff wrote, you don't need wifi-qcom-ac installed, that package only includes hardware d...
by mkx
Sun Nov 19, 2023 9:22 pm
Forum: RouterBOARD hardware
Topic: CRS326-24G-2S+RM 0 bytes free of flash memory - can't restore flash space
Replies: 4
Views: 675

Re: CRS326-24G-2S+RM 0 bytes free of flash memory - can't restore flash space

I don't think you can. And even if it's possible, this doesn't guarantee to really get vanilla setup, sometimes some settings escape all the reset hooks. Netinstall is the only way where reset is guaranteed (it formats flash and installs ROS from scratch).
by mkx
Sun Nov 19, 2023 5:09 pm
Forum: RouterBOARD hardware
Topic: CRS326-24G-2S+RM 0 bytes free of flash memory - can't restore flash space
Replies: 4
Views: 675

Re: CRS326-24G-2S+RM 0 bytes free of flash memory - can't restore flash space

... still the adress lists exist in the flash memory, like theyre not being deleted at all. When flash is almost full, it's not possible to remove part of config (it seems that ROS wants to save a copy of new config before deleting old and it fails to do so). So this situation is unrecoverable, net...
by mkx
Sun Nov 19, 2023 5:03 pm
Forum: Beginner Basics
Topic: Couldn't restore configuration - not a proper backup file (6)
Replies: 10
Views: 671

Re: Couldn't restore configuration - not a proper backup file (6)

Posted export says wireless interfaces are managed by capsman. So I don't see where seems to be the problem?
by mkx
Sun Nov 19, 2023 2:37 pm
Forum: Wireless Networking
Topic: Using non-MT Access Points in a mesh config - does it work?
Replies: 7
Views: 710

Re: Using non-MT Access Points in a mesh config - does it work?

Router doesn't have anything to do with the way any wireless distribution system installed. If a particular mesh system requires a centeal controller (to keep it together), then that controller has to run somewhere. Indeed many vendors (mikrotik included) forsee running controller on a router, but i...
by mkx
Sun Nov 19, 2023 2:29 pm
Forum: Beginner Basics
Topic: Couldn't restore configuration - not a proper backup file (6)
Replies: 10
Views: 671

Re: Couldn't restore configuration - not a proper backup file (6)

I suspect it has to do something with ROS update to 7.12
Each new ROS versions use ever increasing amount if permanent storage ....
by mkx
Sun Nov 19, 2023 12:05 pm
Forum: RouterBOARD hardware
Topic: Mikrotik RB4011
Replies: 7
Views: 1131

Re: Mikrotik RB4011

@mkx, I think you missed what I meant by without FastTrack . Indeed I missed the fact you intentionally disabled fasttrack. BTW, if you only need to apply queues to a portion of traffic, then you can craft fasttrack rule so that it doesn't fasttrack traffic which has to be subject to queues (or add...
by mkx
Sun Nov 19, 2023 11:49 am
Forum: General
Topic: DHCP problem with Chinese wireless repeater connected to Mikrotik AP
Replies: 6
Views: 1160

Re: DHCP problem with Chinese wireless repeater connected to Mikrotik AP

Try to sniff DHCP traffic to see actual hanshake ... I guess that final DHCP ACK comes back from repeater's MAC while MT expects to see client's MAC ... or the other way around. My guess is that repeater works similarly to station-bridge mode and that can cause all kinds of random problems, see mikr...
by mkx
Sun Nov 19, 2023 11:37 am
Forum: Beginner Basics
Topic: Couldn't restore configuration - not a proper backup file (6)
Replies: 10
Views: 671

Re: Couldn't restore configuration - not a proper backup file (6)

My suggestion: netibstall device with stable ROS (okd RSC probably means v6, so use 6.49.10), then configure it manually. Stick to defaults as much as possible and only use that RSC as reminder what was done ... but when implementing that part of functionality keep sticking to concepts of default co...
by mkx
Sun Nov 19, 2023 11:19 am
Forum: Beginner Basics
Topic: Couldn't restore configuration - not a proper backup file (6)
Replies: 10
Views: 671

Re: Couldn't restore configuration - not a proper backup file (6)

Failure to reboot is a sign that something went really wrong. Quite likely flash storage was full. And in such condition also creating backupis likely to fail. And backup is very probably incomplete and/or corrupt, so extracting config from it won't do much good. Morale of your story: relying on aut...
by mkx
Sat Nov 18, 2023 9:19 pm
Forum: Wireless Networking
Topic: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD
Replies: 43
Views: 3335

Re: Migrating a mesh of RB952Ui-5ac2nD to single C53UiG+5HPaxD2HPaxD

No, MIMO chains are part of same radio and can not be used individually.

Even devices with proper dual radios have to be used very carefully not to destroy the other radio's receivers if they are hardware-wise capable of running in same frequency spectrum.
by mkx
Sat Nov 18, 2023 10:36 am
Forum: SwOS
Topic: CSS610-8P-2S+ randomly stops forwarding for exactly five minutes
Replies: 6
Views: 1147

Re: CSS610-8P-2S+ randomly stops forwarding for exactly five minutes

A clarification question: how are configured ports which are used for the two connections between SW03 and SW02? Any special config (such as bonding) or nothing?
by mkx
Fri Nov 17, 2023 8:54 pm
Forum: General
Topic: Missing options in Winbox on CRS326-24G-2S+IN
Replies: 2
Views: 303

Re: Missing options in Winbox on CRS326-24G-2S+IN

Check the "Design skin" if something got hidden ... skins are used both for webfix and winbox ...
by mkx
Fri Nov 17, 2023 5:13 pm
Forum: Wireless Networking
Topic: Bridge filtering client-to-client traffic
Replies: 13
Views: 1328

Re: Bridge filtering client-to-client traffic

The new driver doesn't care about VLAN tags, so it's critically important to attach wifi interfaces (master and slaves) to vlan-enabled bridge as ports with pvid set (or play games with ugly workarounds in case bridge is not vlan-enabled). But this rules out any fancy setups (such as VID set in acce...
by mkx
Fri Nov 17, 2023 5:08 pm
Forum: Announcements
Topic: v7.12.1 [stable] is released!
Replies: 247
Views: 71974

Re: v7.12 [stable] is released!

I'm pretty sure address lists "work" immediately. There's another "gem" with regard to firewall: new drop rules only affect new connections. Already established connectiobs are not affected. Clearing connection tracking table does the job (but drops all the rest of established co...
by mkx
Fri Nov 17, 2023 1:13 pm
Forum: Scripting
Topic: GPT4 and writing scripts for Mikrotik
Replies: 51
Views: 3015

Re: GPT4 and writing scripts for Mikrotik

While being impressed by AI success it's important to keep in mind that AI can only combine[*] knowledge it absorbed during training. The (perceived) quality of this combinatorial process does get better with newer AI generations (so yes, GPT5 will mostly give better answers than GPT4 does). But wha...
by mkx
Fri Nov 17, 2023 12:08 pm
Forum: SwOS
Topic: CenturyLink/Quantum VLAN 201 not forwarding on CSS610
Replies: 4
Views: 536

Re: CenturyLink/Quantum VLAN 201 not forwarding on CSS610

The way you describe ONT's expectations (XXX vlan as default, 201 as tagged) mostly means that vlan 200 (as identified in ONT and possibly on ONT's upstream interface) will come out on ONT downstream interface as untagged. So on CSS you could tag it (back) to any VLAN ID, but it's sensible to keep u...
by mkx
Fri Nov 17, 2023 11:26 am
Forum: General
Topic: CRS326-24G-2S+RM + RouterOS v7
Replies: 1
Views: 292

Re: CRS326-24G-2S+RM + RouterOS v7

All current Mikrotik devices are officially supported by ROS v7. And vice versa.
by mkx
Fri Nov 17, 2023 11:15 am
Forum: Beginner Basics
Topic: Devices not accessible from local wifi [SOLVED]
Replies: 2
Views: 447

Re: Devices not accessible from local wifi [SOLVED]

In the CAPsMAN setup, you have to set client-to-client-forwarding=yes (default is no) ... it's a datapath property.
by mkx
Fri Nov 17, 2023 8:53 am
Forum: Wireless Networking
Topic: RBLHGG-5HPacD2HPnD-XL LHG XL no DHCP asign on slave site in bridge [SOLVED]
Replies: 2
Views: 457

Re: RBLHGG-5HPacD2HPnD-XL LHG XL no DHCP asign on slave site in bridge [SOLVED]

Since your wireless setup consists of all Mikrotik devices, your slave should be configured to "station-bridge" mode ... pseudobridge has a heap of problems, missing DHCP assignments is one of them.

Read extensive article about different station modes and their problems.
by mkx
Fri Nov 17, 2023 8:51 am
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 100
Views: 20137

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

It's an RB850Gx2 running ROS 6.47.9 Could be that the problems you're seeing are related to older version of either ROS or Winbox. The version of ROS you have on your device is pretty dated. It's fine to stay with v6, but you should upgrade it to latest v6, which is 6.49.10 ... And make sure you'er...
by mkx
Fri Nov 17, 2023 8:41 am
Forum: Beginner Basics
Topic: dhcp relay using LAN IP address as source
Replies: 10
Views: 1768

Re: dhcp relay using LAN IP address as source

I didn't realize this forum is not monitored by mikrotik which is pretty unusual. Well, it is monitored, but loosely. We do see some MT staffers discussing here and there, but this forum is more or less intended for user to user interaction. It seems that MT wants bugs and issues officially logged ...
by mkx
Thu Nov 16, 2023 10:44 pm
Forum: Scripting
Topic: GPT4 and writing scripts for Mikrotik
Replies: 51
Views: 3015

Re: GPT4 and writing scripts for Mikrotik

And you're seriously comparing GPT's ROS scripting skills with Rex? Oh my... we need more cats.
by mkx
Thu Nov 16, 2023 10:41 pm
Forum: Beginner Basics
Topic: Wifi Backend
Replies: 8
Views: 646

Re: Wifi Backend

Winbox connectivity is configured under Tools>MAC Server ... and uses interface lists. Winbox visibility is configured under IP>Neighbors>Discovery Settings ... and again uses interface lists. Default setup uses two interface lists: WAN and LAN, by dedsult ether1 is member of WAN and bridge (includi...
by mkx
Thu Nov 16, 2023 10:24 pm
Forum: General
Topic: Fundamental problems at MikroTik
Replies: 32
Views: 2755

Re: Fundamental problems at MikroTik

For a, quote: "For a fly by night DYI", gear with youtube tutorials, provided by vendor and with actors speaking various dialects[*], is the best choice. With anything else, one is on his own. Umm, wait a minute, isn't this a part of DIY concept? Now I'm confused. [*] it would be unfair to...
by mkx
Thu Nov 16, 2023 10:10 pm
Forum: Beginner Basics
Topic: RB760iGS Dual Power Source
Replies: 2
Views: 325

Re: RB760iGS Dual Power Source

Quite possibly yes. AFAIK RB-GPOE works both ways (also as "extractor"), but requires the PSE to work with passive PoE devices. CRS328 can be set to work with passive PoE clients when selected low voltage output (26V), which is great in this case. The only remaining detail is how to "...
by mkx
Thu Nov 16, 2023 7:34 pm
Forum: General
Topic: Fundamental problems at MikroTik
Replies: 32
Views: 2755

Re: Fundamental problems at MikroTik

Nobody is forcing to order a CD and pay for preparing it and shipping. How about that documentation? I am practically forced to waste time in rereading sentences multiple times while trying to clarify what the (obviously) non-English speaker meant through an ugly translation. Is that what customers...
by mkx
Thu Nov 16, 2023 4:21 pm
Forum: RouterBOARD hardware
Topic: Mikrotik RB4011
Replies: 7
Views: 1131

Re: Mikrotik RB4011

My RB4011 has cores at 100% at less than 1 Gbps without FastTrack on v7 ... I have the opposite experience: my hAP ac2 was at 15-20% under v6 when doing 30Mbps (at the time I was using 30/5 VDSL), the same unit now is at 10% when doing 980Mbps (I have FO 1Gbps/100Mbps) on v7. Alas: I did netinstall...
by mkx
Thu Nov 16, 2023 4:14 pm
Forum: RouterBOARD hardware
Topic: CRS310-8G+2S+IN USB Port [SOLVED]
Replies: 14
Views: 2253

Re: CRS310-8G+2S+IN USB Port [SOLVED]

Just beware: traditionally, ROS wasn't known for exploiting full USB capacity when working with USB flash sticks. So if a device supports USB3, this doesn't mean you will get 100MBps of file transfer rates (if USB flash disk can do it on normal computers), it might still be limited at some significa...
by mkx
Thu Nov 16, 2023 4:11 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

Just wondering... Both times this happened after a regular shutdown (/system/shutdown). Is there anything special now that breaks configuration?
Check storage space ... right before shutdown. If storage is full (or close to full), then this might be the reason for problems.
by mkx
Thu Nov 16, 2023 4:10 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

zandhaas use check for updates button and ignore the above ranting. nothing special has to be done. upgrade and forget ******************************************************** And it's true but then you have the "old" wifi package and not the qcom-ac package installed. Yes, that's a part ...
by mkx
Wed Nov 15, 2023 7:00 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

free storage space 304 KiB
How much free storage did you have on 7.12?

I posted pretty detailed observations about storage usage in my post #71 above.
by mkx
Wed Nov 15, 2023 6:39 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

RAM consumption is a dynamic thing ... and it starts from 0 after each reboot, so you should not worry about it too much. Unless your device crashes, like @sinisa observes. After all, until 7.12 wave2 driver, requirement was device with 256MB RAM. And I guess your hAP ac2 has 128MB ...
by mkx
Wed Nov 15, 2023 4:20 pm
Forum: RouterBOARD hardware
Topic: Chateau LTE6 ax antenna recommendation
Replies: 4
Views: 527

Re: Chateau LTE6 ax antenna recommendation

Beware of small antennae, usually antenna gain is inversely proportional to antenna size. An idea: since your problem is that device itself is inside metallic housing, why don't you re-use original antennae. only use cables of appropriate length? Depending on cable quality, additional loss is around...
by mkx
Wed Nov 15, 2023 4:16 pm
Forum: RouterBOARD hardware
Topic: L009UiGS-2HaxD-IN power consumption
Replies: 8
Views: 1104

Re: L009UiGS-2HaxD-IN power consumption

The point of my question is that minimum power draw doesn't matter if device actually draws higher power significant portion of time ... as you explained your setup lacks heat dissipation, but you have to make sure that device doesn't overheat during expected (extended) periods of time with higher a...
by mkx
Wed Nov 15, 2023 3:44 pm
Forum: Beginner Basics
Topic: PPoE Dynamic and Static IPs
Replies: 3
Views: 398

Re: PPoE Dynamic and Static IPs

The only way to get anything sent over PPPoE link is to have ISP to route it through. And since that traffic is actively routed via the PPPoE link towards you (ISP already configured their router to use your PPPoE link when sending the traffic for the new /29 address space), you don't have (and shou...
by mkx
Wed Nov 15, 2023 12:51 pm
Forum: Scripting
Topic: GPT4 and writing scripts for Mikrotik
Replies: 51
Views: 3015

Re: GPT4 and writing scripts for Mikrotik

ChatGPT is as good at writing ROS scripts as with any other things: mostly it gets things done (surprisingly well), but sometimes it fails miserably ... the problem with ChatGPT failing is not that it's failing, the problem is that it doesn't admit that it cant provide a good result, instead it pres...
by mkx
Wed Nov 15, 2023 12:35 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

*) disk - fixed hang on reboot when network file systems mounted; That is interesting! Strods says 'Please remember that actual "bugs" must be reported to support@mikrotik.com complemented with logs, supout files, etc.' above. @pe1chl, do I understand you correctly that you're complaining...
by mkx
Wed Nov 15, 2023 12:27 pm
Forum: RouterBOARD hardware
Topic: Chateau LTE6 ax antenna recommendation
Replies: 4
Views: 527

Re: Chateau LTE6 ax antenna recommendation

... we require a smart LTE antenna ... What is your definition of word "smart" in this context? In UK smart means "having a clean, tidy, and stylish appearance" while in US smart means "intelligent, or able to think quickly or intelligently in difficult situations" ......
by mkx
Wed Nov 15, 2023 9:09 am
Forum: RouterBOARD hardware
Topic: Mikrotik RB4011
Replies: 7
Views: 1131

Re: Mikrotik RB4011

If one takes official test results with a pinch of salt, then RB4011 should be able of routing at roughly 2.5Gbps give or take. The number is approximately 10-times larger than the one of RB2011. I guess that your particular use case (200 1-to-1 NAT mappings) does mean somehow more complicated setup...
by mkx
Wed Nov 15, 2023 9:01 am
Forum: RouterBOARD hardware
Topic: L009UiGS-2HaxD-IN power consumption
Replies: 8
Views: 1104

Re: L009UiGS-2HaxD-IN power consumption

What I wrote above is my definition of idle device, for the purpose of measuring power consumption. Performance I need is full 1Gb routing with firewall, VPN and many many parallel connections. So what is your expected busy/idle ratio? If it's higher than 0.1 (or even less), then idle power consump...
by mkx
Wed Nov 15, 2023 8:54 am
Forum: General
Topic: Subject: MikroTik Router Storage Issue - 100% Full
Replies: 12
Views: 889

Re: Subject: MikroTik Router Storage Issue - 100% Full

If I create a backup now, it's gone again after a reboot. It seems that you're not aware of one fact: on devices with flash storage equal or less than 64MB (I think that's the magic size, could be 32MB), the root of file structure resides on RAM disk and the (raminder of) permanent flash storage is...
by mkx
Wed Nov 15, 2023 8:49 am
Forum: General
Topic: Subject: MikroTik Router Storage Issue - 100% Full
Replies: 12
Views: 889

Re: Subject: MikroTik Router Storage Issue - 100% Full

Then, I loaded my configuration, which is only 1 MB in size Configuration 1MB in size is not "only", it's huge for a 16MB flash device IMO. My hAP ac2 config, while device was running ROS v6, contained two country address lists (both for IPv4 and IPv6, so this actually makes 4 decently si...
by mkx
Wed Nov 15, 2023 8:41 am
Forum: General
Topic: IP public issue [SOLVED]
Replies: 2
Views: 393

Re: IP public issue [SOLVED]

If you're not able to decide which public IP address you're supposed to use, then I wonder if you have skills and information needed for the task you have to do?
by mkx
Wed Nov 15, 2023 8:31 am
Forum: Beginner Basics
Topic: dhcp relay using LAN IP address as source
Replies: 10
Views: 1768

Re: dhcp relay using LAN IP address as source

While waiting for a comment from MikroTik engineers, ...

If you're serious about getting a comment from MT, then you better open a support ticket with them ... using official support channels, this forum is not one of those.
by mkx
Wed Nov 15, 2023 8:28 am
Forum: Beginner Basics
Topic: Cannot get to the config page of pihole on mikrotik [SOLVED]
Replies: 9
Views: 811

Re: Cannot get to the config page of pihole on mikrotik [SOLVED]

However, when users follow the official doc and at the end the cofiguration is not working, it can get frustrating. In the MT official doc, pihole container is only mentioned as an example of how to build a container. It doesn't touch the workings of the container contents at all ... so I don't see...
by mkx
Tue Nov 14, 2023 7:26 pm
Forum: RouterBOARD hardware
Topic: L009UiGS-2HaxD-IN power consumption
Replies: 8
Views: 1104

Re: L009UiGS-2HaxD-IN power consumption

*) - idle is defined as: configured and working device, few registered devices (wifi), small traffic (up to 1Mbit).
How comes that RB2011 doesn't have enough performance for what you wrote above?
by mkx
Tue Nov 14, 2023 7:18 pm
Forum: General
Topic: Flow control between CSS610 and CRS310
Replies: 4
Views: 419

Re: Flow control between CSS610 and CRS310

Isn't it the other way around (enabling TX flow control does the signaling)? My bad. But the point is: you need both flow controls enabled on both sides of a link or else it doesn't work. Now, in your particular case: you're saying there are Tx pauses on CCS610 but no Rx pauses on conected CRS310 p...
by mkx
Tue Nov 14, 2023 3:41 pm
Forum: RouterBOARD hardware
Topic: Is Utilization of RouterBoards as 1Gbps RF signal processor possible?
Replies: 5
Views: 589

Re: Is Utilization of RouterBoards as 1Gbps RF signal processor possible?

RouterBoards are far from SDRs. RouterOS is a closed source OS which only runs drivers made and approved by Mikrotik.

Therefore I'm guessing that you'll have to forget about Mikrotik for your science project.
by mkx
Tue Nov 14, 2023 2:54 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

So when 7.12 with installed wifiwave2 package gets upgraded to 7.13beta1 (or newer), wifi-qcom (or wifi-qcom-ac) package replaces the previously installed wifiwave2 package. I noticed an important difference on AC2 (no previous wifiwave2). Wireless was there after upgrade... Sure thing ... because ...
by mkx
Tue Nov 14, 2023 2:24 pm
Forum: General
Topic: Flow control between CSS610 and CRS310
Replies: 4
Views: 419

Re: Flow control between CSS610 and CRS310

Did you enable both tx-flow-control and rx-flow-control on all involved ports on both switches? As far as I understand, Rx flow control only signals the other end of each physical leg that it needs to pause if port receives feedback from upstream buffer ... and as far as I understand, most switches ...
by mkx
Tue Nov 14, 2023 2:11 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

The document, linked by @EdPa in post #2, says: The configuration menu used to be called 'wifiwave2' in RouterOS versions before 7.13, where it was a part of the 'wifiwave2' software package. So when 7.12 with installed wifiwave2 package gets upgraded to 7.13beta1 (or newer), wifi-qcom (or wifi-qcom...
by mkx
Tue Nov 14, 2023 1:58 pm
Forum: Beginner Basics
Topic: Cannot get to the config page of pihole on mikrotik [SOLVED]
Replies: 9
Views: 811

Re: Cannot get to the config page of pihole on mikrotik [SOLVED]

You do realize that container images them selves are not Mikrotik's business, right? Anything you place inside container image is on you, you have to find relevant documentation (possibly on container package maintainer's site). Mikrotik only makes possible to run container images and that's where t...
by mkx
Tue Nov 14, 2023 1:43 pm
Forum: Beginner Basics
Topic: Upgrading without 2 reboots
Replies: 6
Views: 613

Re: Upgrading without 2 reboots

What is possible to do to avoid double reboots, but requires quite some manual work: download main package of new ROS version for correct device platform open it using 7zip and extract correct routerboot firmware file. It's inside etc/ folder, but most platform packages contain multiple firmware fil...
by mkx
Tue Nov 14, 2023 1:31 pm
Forum: Beginner Basics
Topic: Multiple Subnets on Single Bridge Issues
Replies: 8
Views: 763

Re: Multiple Subnets on Single Bridge Issues

Even if I can do VLAN tagging based on specific MAC addresses I would still need to route the traffic from bridge->bridge which I would think would result in the same behavior. Nope, from IP layer point of view, it would be vlanX <-> vlanY traffic ... in this case, bridge interface has no meaning a...
by mkx
Mon Nov 13, 2023 11:15 pm
Forum: Announcements
Topic: v7.13beta [testing] is released!
Replies: 467
Views: 71554

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

Do devices running the new wifi-qcom-ac package still have the old wifiwave2 limitation where VLANs couldn't be configured? Found it in the wiki: 802.11ac chipsets do not support this type of VLAN tagging (vlan-id), but they can be configured as VLAN access ports in bridge settings. Just upgraded m...
by mkx
Mon Nov 13, 2023 10:08 pm
Forum: RouterBOARD hardware
Topic: Mikrotik hAP AC² power indicator
Replies: 1
Views: 367

Re: Mikrotik hAP AC² power indicator

hAP ac2 has a few led lit during normal operation: power led on tge same side as ethernet ports and power jack - between power jack and ether ports. It's steadily lit after power on. ethernet activity leds on the otger side ... beliw those dot pictograms (those dots are supposed to represent the num...
by mkx
Mon Nov 13, 2023 9:44 pm
Forum: Beginner Basics
Topic: Multiple Subnets on Single Bridge Issues
Replies: 8
Views: 763

Re: Multiple Subnets on Single Bridge Issues

I stand by my first line of my previous post.

I'd think again (and again) about necessity to run two IP subnets over single ethernet broadcast domain.
by mkx
Mon Nov 13, 2023 9:40 pm
Forum: Announcements
Topic: v7.12.1 [stable] is released!
Replies: 247
Views: 71974

Re: v7.12 [stable] is released!

I was unable to import the public key ED25519 from my YubiKey, I successfully imported ed25519 keys, created by openssh. The pub file starts with "ssh-ed25519 ", continues with 69 characters (the actual publuc key) and followed with key owner identification (user@host). Format of file on ...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 37