Beginner Basics • Re: WiFi client isolation with VLANs and remote gateway
Dont use vlan1 to pass data, its gets confusing especially as you are mixing devices. The MT uses it in the background..If you are using vlans then go all vlans.If the HAPAC is simply acting as an...
View ArticleBeginner Basics • Re: Router is blocking outgoing web traffic
without evidence, its all opinion./export file=anynameyouwish ( minus router serial number, any public WANIP information )Statistics: Posted by anav — Sun Dec 31, 2023 5:08 pm
View ArticleGeneral • OpenVPN server, and VPN client problems
Hello, this is my first post here, after fighting like a week with this I decided to ask experts. Hello guys, I am desperate, everything works well but this.I have a configuration with LTE Stick mode...
View ArticleForwarding Protocols • Re: Display advertised BGP routes
Code: /routing/bgp/advertisements/printThanks!Statistics: Posted by vxx — Sun Dec 31, 2023 6:03 pm
View ArticleWireless Networking • Re: mikrotik sxtsq 5ac does not forward packets
I'll be happy to provide the details (I'm not at the Mikrotic at the moment), however, first let me ask if you got a "sign-on page" from LinkNYC? It's just a welcoming page that shows up on your...
View ArticleGeneral • Selection of Mikrotik hardware for PPPoE/Hotspot ISP
Dear experts,I want to run the PPPoE server and Hotspot server on RB5009UG+S+IN with a 6 WAN PCC Load Balancer.Is this resource sufficient and will work well?How many PPPoE and Hotspot users it can...
View ArticleBeginner Basics • Re: Back to home supported router
"all new / currently manufactured mikrotik devices"The tricky part is finding that list.If it exists, it surely is on display in the bottom of a locked filing cabinet stuck in a disused lavatory with...
View ArticleBeginner Basics • still same problem and same issue please help!
Dear all,I can't able to access my local LAN network when I connect through the L2TP Windows client Just only ping Mikrotik Gateway (IP: 192.168.5.1) When I connect through Wireguard Windows Client I...
View ArticleBeginner Basics • Basic CAPsMAN configuration with multiple VLANS
Need a little help from a 10,000 foot perspective rather than line by line configuration. Looking for the basics, such as Interfaces, VLANS ,Bridges and Datapaths needed for CAPsMAN to work with 2...
View ArticleBeginner Basics • Mikrotik Chateau 5g ax IP address
Can I set a default IP address that connects to it for my network as shown below in the attachments? cuz it changes every time, and I recognize this is the best IP address for ping and internet...
View ArticleBeginner Basics • Re: Basic CAPsMAN configuration with multiple VLANS
Look for pcunite post on vlan with ros.viewtopic.php?t=143620Your hap ax needs to be configured local if the radios also need to be used. Cap ac, assuming you will use qcom-ac driver, will largely...
View ArticleBeginner Basics • Re: still same problem and same issue please help!
Please export and post your config.Statistics: Posted by vingjfg — Sun Dec 31, 2023 7:20 pm
View ArticleGeneral • Re: Selection of Mikrotik hardware for PPPoE/Hotspot ISP
Too many unanswered details.What is the throughput of each WAN.Are the ISPs for all six different?How many users are anticipated.What kind of traffic will they be using,.......Network diagram to show...
View ArticleBeginner Basics • Re: Mikrotik Chateau 5g ax IP address
You can not "invent" IP address on LTE interface, it's assigned to you by your MNO. If speed varies (and doesn't reach your subscription minimum speed), then complain to your MNO.BTW, speed in LTE...
View ArticleScripting • Add array element inside for / foreach
I can't find a way to add an element to a global array inside a for loop.The array content is being replaced by the last element.Code: :global interfaces;:foreach i in=[/interface bridge port find...
View ArticleGeneral • Re: RB5009UG+S+IN RoS 7.13 Random hang
I have RB5009UG+S+ after 7.13 upgrade it reboots 5 times per day - reason time watchdog:Dec 28 22:00:24 192.168.11.1 system,critical,info cloud change time Dec/28/2023 17:59:24 => Dec/28/2023...
View ArticleGeneral • Firmware upgrade check failing HTTP 404
Screenshot_20231231-191500.pngStatistics: Posted by infabo — Sun Dec 31, 2023 8:17 pm
View ArticleWireless Networking • hAP ax ?
Hello,Will hAP ac be updated to ax at some point or is the case too small? We have situations where need drop in replacement. First we use RB951G, then we use hAP ac, but now we want to use hAP ax,...
View ArticleScripting • Code Required
Hello All i am new here this is great forumeI tired to get this codei have many pppoe users in my server and every user have comment include due datei need code to find all user due date < today...
View ArticleScripting • Re: Add array element inside for / foreach
Close. You need to declare the outer array & use parens+comma to concat values to the array. :global interfaces [:toarray ""]:foreach i in=[/interface bridge port find where pvid=80] do={ :local...
View Article