General • Re: CAP Poe
No, PoE daisy-chaining has some limitations. Specs say that if using hEX PoE provided power adapter (24V), maximum output current is 1000mA which roughly translates to 24W. Single cAP ac consumes up...
View ArticleGeneral • Re: mynetname.net DNS down?
https://viewdns.info/dnsreport/?domain=mynetname.netFAILEDSame NS records at each local nameserverOops! Your name servers don't all seem to have identical NS records for your domain. This could lead...
View ArticleScripting • Re: Variables and the 4096 bytes limit
Hi,have you ever got your answer (by yourself) ?Are you aware of viewtopic.php?t=197190 and viewtopic.php?p=1012747#p1012747 ?2017-05-22 do not necropostingStatistics: Posted by rextended — Thu Dec...
View ArticleScripting • Re: How to bypass 4096 bytes variable size
Hi,could you resolve your issue?Are you aware of viewtopic.php?t=197190 and viewtopic.php?p=1012747#p1012747 ?2023-01-28Joined: 2023-01-28 22:53:18Last active: 2023-01-29 00:07:09Total posts: 1 do not...
View ArticleGeneral • VxLAN duplicate MACs in FDB
Dear all,i have set up two RB3011UiAS to interconnect two locations via VxLAN (transporting a total of 4 VLANs). As per the tutorial I added the VxLAN interface as bridge member port. Apparently...
View ArticleForwarding Protocols • Re: BGP Established Issue in between MikroTik and...
BTW it is not an error, it is a debug message informing that unsupported apability is being sent by remote peer, thats it. the BGP session will work regardless of that message.There is another reason...
View ArticleScripting • Inconsistent results with JSON serialize, deserialize and numbers
A word of warning with the new serialize and deserialize commands, each of them do different conversion, so the process is not reversible!I have been working a bit with the new serialise and...
View ArticleBeginner Basics • wifi keeps disconnecting
Hi,I just configured my mikrotik from quick set 3 days ago. I set the wireless as in the picture in url below. Today I noticed that wireless connections from the smartphones keeps disconnected, In the...
View ArticleScripting • Re: Inconsistent results with JSON serialize, deserialize and...
Since RouterOS doesn't support floating point numbers, it can't import them from JSON either.And speaking of the "dot", if there is a dot the data tries to be interpreted as an IP, so 7.1 is 7.0.0.1...
View ArticleForwarding Protocols • Re: BGP prepend filters - Can I prepend input with own...
Also "bgp-path-peer-prepend" works with "+", while "bgp-path-prepend" doesn't.I request fixing "bgp-path-prepend" so it can be set in input filters and it accepts values with "+" (relative to current...
View ArticleGeneral • Re: traffic usage counters
Of course, but that is not something I as a normal user am going to hit and for which I would need to do bookkeeping.When I have exceeded that limit I will get a letter.(this is for fixed connections,...
View ArticleWireless Networking • Re: Configuring hAP ax2 with CapsMan
Capsman for new wifi CAPs is in 7.13 under /interface/wifi ... yes, you need to confugure two capsmans if you're running network with both legacy and new CAPs, so you have to run 7.13 on your RB4011...
View ArticleBeginner Basics • Cant acces qnap nas with ftp connection
Hello i have a problem with the ftp connection from qnap nas to dynamic navision. the problem is that the documents are in qnap and I want to make the ftp connection (only in this way I can) with...
View ArticleWireless Networking • Re: Why some caps don't want to join properly Capsman
Capsman is not broadcasting, it's listening for connections. It's listening for broadcasts on confugured interfaces[*] and listens on (I guess) all L3 interfaces for unicast connections (if CAPs are...
View ArticleWireless Networking • DFS on CAPsMAN
Good afternoon, `skip-dfs-channels` option is not available for some time in the wireless menu. However, it's still accessible when setting up CAPsMAN, even the new one that was introduced in RouterOS...
View ArticleBeginner Basics • Re: Trouble with port forwarding through a Wireguard VPN
You're looking for something like this:Code: /routing tableadd name=wg fib/ip routeadd dst-address=0.0.0.0/0 gateway=wireguard1 routing-table=wg/ip firewall mangleadd chain=prerouting...
View ArticleContainers • Tailscale container: iptables not working
Hi,I’m trying to run an official Tailscale container. The Tailscale software works correct, but in order to enable proper forwarding it tries to create a firewall rule inside the container and...
View ArticleContainers • Re: need iptables in a container
I described a similar problem here. According to the support, iptables is currently unavailable for third-party code. But they may eventually allow it. Please submit a ticket via the support...
View ArticleWireless Networking • Re: DFS on CAPsMAN
I'm not quite sure how `disabled` is affecting the channel selection. Does it bypass the CAC requirements and use the channels without scanning them first or does it comply with regulations and uses...
View ArticleBeginner Basics • Multiple Isolated Wifi networks on a wired AP bridge
Hi all,First of all sorry for my basic question but I´m really a noob when it comes to networking, not limited but also especially with Mikrotiks.Situation is as follows:I have a HAP ax3 acting as my...
View Article