SwOS • Re: from network to network without a gateway
The idea of having multiple (V)LANs is to separate devices in different subnets from each other on layer 2 (ethernet/VLAN). If some devices still have to communicate, then gateway (L3 ... IP router)...
View ArticleBeginner Basics • Re: Improve firewall
I guess the second one will be slightly better in average. There's performance hit for every firewall rule checked and if packet doesn't trigger any of them, then all of them have to be checked before...
View ArticleScripting • Re: `conditional not boolean` bug with :onerror (new in 7.13)
MIkrotik responded to the report saying that they are aware of the issue and are planning to improve behavior in future releases. I'll be looking for that in future release notes.Statistics: Posted by...
View ArticleWireless Networking • hAP ax2 connect to open WiFi
Hello. Please tell me how this problem can be solved.I have hAP ax2 with the latest firmware. I need to connect to an open free wireless network via WiFi 2.4 (not mikrotik - without login and...
View ArticleBeginner Basics • Re: ap bridge missing on cp AX (cAPGi-5HaxD2HaxD)
You're using new wifi driver on cAP ax. Which has most options reworked. Mode "ap" supports what "ap-bridge" did in old wireless driver.One question: how do APs (cAP ax and older cAP acs) connect to...
View ArticleWireless Networking • Re: hAP ax2 connect to open WiFi
Make sure that, from a default cofig, wifi2 is not part of the bridge. And make it part of the WAN interface list. At last, bind the DHCP client to wifi2 and you should be good to go. If you are going...
View ArticleGeneral • Problem getting hap ax lite as CAP with RB3011UiAS as CAPsMAN
Hi Guys,Please put me on the right track. I'm going crazy configuring. I can't get the hAP ax lite to register with the RB3011UiAS as a CAP. The CAP always tell - no connection to CAPsMAN (in...
View ArticleGeneral • Re: Problem getting hap ax lite as CAP with RB3011UiAS as CAPsMAN
ax devices use the new CAPsMAN (which can be found in the WiFi menu on the RB-3011):https://help.mikrotik.com/docs/display/ROS/WiFiStatistics: Posted by erlinden — Sat Jan 27, 2024 1:10 pm
View ArticleRouterBOARD hardware • Re: Two L009s connected by DAC or AOC?
I'm very sceptical that Active AOC-cables will accept 2.5Gbps. Passive DAC's might.Statistics: Posted by mada3k — Sat Jan 27, 2024 1:28 pm
View ArticleWireless Networking • hap ac2 wifi-qcom-ac not working
Hi everyone,I'm trying to apply configuration from here: https://help.mikrotik.com/docs/display/ ... ionexample:(CAPs that support wifi-qcom-ac package and section below as well), but seems its not...
View ArticleScripting • Re: WordPress API Mikrotik
Wordpress has plugins that allow to connect to other site REST API: https://wordpress.org/plugins/wpgetapi/I managed to use the indicated widget, however I find that the command...
View ArticleGeneral • Re: CCR2004-16G-2S+ and Downgrade
Thank you so much @mkx. that was the trick, needed to uninstall a wifi package. worked like a charm.Statistics: Posted by viper359 — Sat Jan 27, 2024 3:21 pm
View ArticleBeginner Basics • VLAN question
Hello,I am trying to setup router according to this example:https://help.mikrotik.com/docs/display/ ... rewall/NATIn one of untagged ports (ether1) I have switch (just bridge over all ports, nothing...
View ArticleBeginner Basics • Re: Multiple wired clients with same MAC addresses
You could try the following:Perhaps leave the ports attached to the bridge.In bridge filter, mark each packet with its incoming port number, (if it matches your industrial devices mac address)Code:...
View ArticleBeginner Basics • Re: VLAN question
In one of untagged ports I have switch (just bridge over all ports, nothing else). Do I need to setup vlan also on this switch, or it will work, since port is untagged? It does not work in my case,...
View ArticleGeneral • Re: feature request: add Port List to firewall
BTTT:Feature Request- Ability to Add ports to a Ports listShould reduce firewall rules and make management easierStatistics: Posted by User4011 — Sun Jan 28, 2024 1:46 am
View ArticleGeneral • How to connect Groove + 2nd wifi router to free wifi with captive...
Hi, everyone!I'm experienced with LINUX, Cisco ASA, and small office networks but totally new to Mikrotik.Following a very detailed tutorial posted by Steve Mitchell on the Seabits forum, I built this...
View ArticleGeneral • Seeking Help: CCR1016-12G Router Fan Voltage, Model, and...
Hello everyone, I have a CCR1016-12G router, and I'm considering replacing the fan due to the annoying noise it produces. However, I'm not sure about the original fan's voltage. Could anyone please...
View ArticleAnnouncements • Re: v7.14beta [testing] is released!
with BGP-VPLS can you stop dynamic names on that?Statistics: Posted by nichky — Sun Jan 28, 2024 2:55 am
View ArticleBeginner Basics • Re: strongSwan and dynamic IP address
Perhaps add a script to your dhcp/pppoe client on the Router, to update the ikev2 VPN settings when its public ip address changes.Or perhaps consider using wireguard.Statistics: Posted by rplant — Sun...
View Article