Scripting • Foreach Problem
Hello all,I need helpI write the script for send text to telegramthe text is output from foreachbut i have a problemthe text success to send to my bot on telegram but the value is corruptthe output...
View ArticleGeneral • Some computers cannot connect to 5g wifi some can and wifi 2.4 G...
Hi there I have problem, some of my computers cannot connect to 5g wifi (my other computers can). All of them can connect to 2.4 g wifi.What can I do the let all of them to reach the 5g wifiI...
View ArticleScripting • MikroTik Adblock Script
Hello To All My Friends I Need Script MikroTik Adblock So plz HelpStatistics: Posted by starlink — Fri Jan 26, 2024 8:59 pm
View ArticleScripting • PPPoE Script 2 WAN
/interface ethernetset 0 name=Localset 1 name=WAN1set 2 name=WAN2/ip addressadd address=192.168.20.1/24 network=192.168.20.0 broadcast=192.168.20.255 interface=Local/interface pppoe-client add...
View ArticleScripting • Bypass Ping Script
/ip firewall mangleadd action=mark-packet chain=forward new-packet-mark=icmp_pkts passthrough=no protocol=icmp comment="Bypass Ping"add action=mark-packet chain=input new-packet-mark=icmp_pkts...
View ArticleScripting • Daftar Port GAME Script
/ip firewall mangleadd action=mark-connection chain=prerouting comment="PORT GAME" dst-port=\ 30097-30147,30000-30150,9001,30101-30106,5057,5228,5001-5009 \ new-connection-mark="PORT GAME"...
View ArticleScripting • Re: script to check if dns is running
This script checks the functionality of the server Pi.Hole with the address 192.168.188.245 and if it stops giving a response, it changes the main DNS server, and reverse. Clearing the cache is...
View ArticleBeginner Basics • Re: Help with routing offload to switch chip
I was able to figure this out. I found the "L3 Hw Offloading" setting and read up about it. I will note that you can only use this on one bridge, so I had to consolidate my 2 bridge setup into 1...
View ArticleScripting • Re: Exporting IP addresses from an address-list to a file
Can I search for content within a file?Code: /ip firewall address-list:foreach id in=[find list=servers] do={ :local ipAddr [:toip [get $id address]] :local filenameIP "servers100.txt" /file :if...
View ArticleForwarding Protocols • Re: ROS 7.12.1 BGP Redundant Route reflection,...
Hi Network5!Thank you for your suggestion I appreciate it.RR1 and RR2 are already configured with local.role=ibgp-rr and on the client side configured "local.role=ibgp".In my situation, the RR CLIENT...
View ArticleWireless Networking • Re: New WiFi package: Missing 'etsi 5.5-5.7 outdoor'...
Maybe someone from Mikrotik can look into this?You should at least be able to indicate whether an AP is indoors or outdoors.The older wireless package includes a useful country info function.There...
View ArticleWireless Networking • Re: WifiWave2 CAPsMAN Open AP with OWE transition mode
I would also like to hear if there is a solution for this.In theory it would now be possible, but you have to make separate configurations for each AP.The AP should know which configuration is which...
View ArticleWireless Networking • Re: Finally success - 802.11r/k/v fast roaming works...
That was the original setting. Nonetheless, I tried to disable connect-priority, without any change. It still disconnect after 10s and it reconnects in a couple of seconds.Does anybody know how to...
View ArticleRouterBOARD hardware • Re: New NOC option for Central Swtich vs Dell 4048s-on
I'd stick with the Dell switches if I were you.MikroTik switches are a pain to configure and manage, not to mention that depending on your config they may not be as stable.Statistics: Posted by Cha0s...
View ArticleBeginner Basics • Re: Firewall rules - Isolating two networks
Thank you friend. It works!Statistics: Posted by empulak — Fri Jan 26, 2024 10:44 pm
View ArticleGeneral • Feature requests - CHR on Bare Metal for faster Network throughput
Feature requests - CHR on Bare Metal for faster Network throughputNote: This topic is about achieving very fast network/Ethernet throughput ( as in 10-Gig and faster network routing throughput) I...
View ArticleBeginner Basics • Re: poor wifi performance
Seeing your other thread, I suggest to stop handling this one until the problem with your CRS router is solved.It seems I solved all other problems.Now I'm able to connect, it's stable. But I only get...
View ArticleRouterBOARD hardware • Re: Disc Lite5 ac is EOL......so what do we do?
But do you get a radome cover for LHG XL?https://www.lasershield.com.br/MLB-1522 ... shield-_JMStatistics: Posted by Ca6ko — Fri Jan 26, 2024 11:07 pm
View ArticleWireless Networking • Radar Signal
I have wifi configured this wayCode: /interface wifi channeladd band=2ghz-ax comment="16 db" disabled=no frequency=2462 name=channel11x width=20mhzadd band=5ghz-ax comment="DFS 1 minuto, 30db"...
View ArticleGeneral • Re: Some computers cannot connect to 5g wifi some can and wifi 2.4...
Check if the used frequency is possible for those computers. Try a lower channel.Statistics: Posted by holvoetn — Fri Jan 26, 2024 11:33 pm
View Article