Announcements • Re: v7.16.2 [stable] is released!
Please check SUP-172615.Statistics: Posted by tpedko — Tue Jan 07, 2025 10:01 pm
View ArticleThe Dude • Re: Sub "Network Maps"? | TheDude 4.0beta3
It seems that it is similar to the latest Dude v7.1:01 - https://youtu.be/djrKnd3Af3s?t=71 - we have a single level hierarchy13:18 - https://youtu.be/djrKnd3Af3s&t=798 - this is how we can jump...
View ArticleBeginner Basics • What if I just want to use it as a switch?
I'm looking at CRS304-4XG-IN to start wading into 10G networking - not that I need it, but it's nice to be ready in case I ever upgrade my ISP speed package or get into moving large amounts of data...
View ArticleWireless Networking • Re: MAC address 'filtering': The best way across...
OP self answering after discovering the solution: CAPsMAN.On LHG R device (or any other Router Board device for that matter) configure CAPsMAN to control all access points. Access points then...
View ArticleGeneral • OVPN bottleneck issue
I'm trying to figure out why L2TP or OVPN connections are slow for TCP when device CPU is not overloaded. I setup a test using UDP OVPN between two routers. The routers are directly connected via 1Gb...
View ArticleRouterBOARD hardware • CCR1009-7G-1C-1S+ ethernet status led not working
Hello.Running CCR1009-7G-1C-1S+ with latest stable 7.16.2Ethernet 4 port does not have the orange status led working, port seems to behave OK, links in 1gb and the link led worksWhen turned on not all...
View ArticleRouterBOARD hardware • Re: RB5009UPr+S+IN: POE or POE+
Neither. Each port can provide 440 mA:https://mikrotik.com/product/rb5009upr_s_in0.44A*48V=21.12 W (typical voltage)0.44A*57V=25.08 W (max voltage)802.3af 15.40 W @PSE /12.95 W @PD (POE)802.3at 30.00...
View ArticleBeginner Basics • Re: What if I just want to use it as a switch?
https://tangentsoft.com/mikrotik/wiki?n ... our+SwitchStatistics: Posted by tangent — Wed Jan 08, 2025 12:28 am
View ArticleBeginner Basics • Re: Command aliases
To persist aliases between reboots the /system/scheduler can be used. E.g.:Code: /system/scheduler/add name=alias start-time=startup on-event=":global test1 do={:put \"You have ran \\\$test1 and it...
View ArticleGeneral • The Road Warrior 4G/Wifi Companion
Hey, hello everyone.My name is Luiz.This is my first post. I'm writing it because I cannot find a perfect hardware that will fit my needs.# The problemI travel quite a bit because of the remote work....
View ArticleForwarding Protocols • ROS7 BGP routing filters
Can someone please point me to a meaningful explanation for a beginner on how to setup BGP filters?This is my config: Code: /ipv6 firewall address-listadd address=2001:db8:abcd::/48...
View ArticleScripting • Re: Base64 and SHA256 function for Scripting
Looks like the built-in :convert command can convert to and from base64 and it can also calculate SHA512 hashes (but not SHA256 unfortunately).Code: [admin@MikroTik] > :convert from to transform...
View ArticleWireless Networking • Re: Samsung TV and Wifi
At the best in the logs from a lot of changes i get authentication timeout nothing more.Statistics: Posted by brixsat — Wed Jan 08, 2025 1:21 am
View ArticleGeneral • Re: RoS 7.16 RC4 mDNS
Not to grave dig but one mistake I made as someone with very little experience with Mikrotik and bought my first device to learn and for 10gig. When I set up VLAN isolation and was blocking traffic...
View ArticleBeginner Basics • Remote Access VPN
I've have a corporate laptop that runs a vpn client on it to connect to corp office, its uses udp port 7854, I'm not able to connect to the site behind the mikrotik router, is I bypass the route it...
View ArticleForwarding Protocols • Re: ROS7 BGP routing filters
If filters are configured, the default on ROS 7 is to reject, so the additional rejections are unnecessary.What you could do is change your first rule to Code: if (dst in 2001:db8:abcd::/48 &&...
View ArticleWireless Networking • Re: Cube PRO distance
Ubiquiti AF60LR will get you 2Gbps aggregate (1Gbps "full duplex"), and Wave LR will get you 1500Mbps aggregate (up to 1Gbps each way and 500 the other, or 700-800ish both ways simultaneously). Wave...
View ArticleRouterBOARD hardware • Re: CCR2004-16G-2S+ with more storage?
The newer 16G-2S+ 2004's have USB3 ports. I happen to have two of them. That's what I would use for storage (that was actually the purpose for getting these two routers--testing containers on them),...
View ArticleGeneral • Re: VLAN Trunk port config
Thanks for that switch config review. I have go back through both switch and router to see if I could just may the hybrid trunk port work with untagged and tagged traffic flowing between switches. At...
View ArticleScripting • Script to connect to Apartment wifi AP
I'm trying to create a script to connect my Hap AX3 to my apartment AP that is providing a wireless network for my unit. The reason I'm doing this is I originally had it connect to the ethernet port...
View Article