General • Re: WinBox Software license agreement
Why not use the RouterOS API and build something custom that way? Linux will soon have a native "Winbox", so no need to spend time on that, but for a custom tool, use the API.Statistics: Posted by...
View ArticleScripting • Re: export scripts from the repository saved under a specific owner
Thank you very much, Rex!Code: /system script export where owner=adminThis is what I needed! But the problem is that this only works in ROS 7, starting with the version you specified and does not work...
View ArticleBeginner Basics • Re: HTTPS redirect question
Yes. HTTPS is encrypted. Web Browsers will throw all kinds of errors if you try to redirect or intercept. You can try to block based on the TLS SNI field, but many more modern sites encrypt also that....
View ArticleGeneral • Firewall doesn't work
OS router version 7.6, device : CCR2004-16G-2S+, Winbox (64 bit)Hi, I need help with my firewall filter rules. They seem need to be fixed. I have two Mikrotik routers, one for me and the other one...
View ArticleGeneral • Re: Firewall doesn't work
Bit hard to tell, you might want to add some relevant information:Can you post a network diagram, including clients?Can you share your MikroTik configs:Code: /export file=anynameyoulikeRemove serial...
View ArticleScripting • Re: Using regex in Mikrotik and creating search functions with...
do you have a simplified version? wherein we can only get the exact word ? like a reference number on text sms ?For your case, you can still use the findPosix function, but you only need the first...
View ArticleContainers • Re: Small Ookla Speedtest container
Try it again; I've added that flag to the command line.Cool! Thank you for this quick response, Tangent. And for the solution, works now Next step for me now: How to extract the results (timestamp,...
View ArticleContainers • Re: CCR1xxx with containers
All we need at this stage is the pledge, not the actuality.Yes, I can agree on that. Till now I did not see anything from Mikrotik even the pledge. I tried to search for it but got big nothing.As for...
View ArticleGeneral • DHCP client receives DNS servers I did not configure
Dear forum members!Usually I use DOH but yesterday I switched to regular DNS so I can use FWD entries in ROS.Now I have a behaviour I do not understand and I could not find any information regarding...
View ArticleWireless Networking • Feature Request: Simplified handling of Wifi Guest...
Hi,I have seen the document regarding how to use VLAN to separate the Main wifi from Guest wifi. Following this guide is very complicated and difficult if one has a mixed network with managed and...
View ArticleScripting • Re: Max size of variables still at 4096!? Anwser is NO
refreshed old glory code:global thefile ""{ :local url "https://www.iwik.org/ipcountry/US.cidr" :local filesize ([/tool fetch url=$url as-value output=none]->"downloaded") :local maxsize 64512 ; #...
View ArticleGeneral • Bandwidth Limit on WAN Interface
Hi,I have PPoE setup in which dynamic queues are created as a user login. I want to limit the bandwidth on WAN interface which will not cross a certain limit e.g 120Mbps. Please, help me to do the...
View ArticleGeneral • Re: How to dst-nat or redirect when routing marks are present
I mean what I wrote above, nothing else. I know how to make a load balancing setup, but now I want to combine it with dst-nat of some "outbound" traffic.Statistics: Posted by pe1chl — Tue Feb 27, 2024...
View ArticleGeneral • Re: DHCP client receives DNS servers I did not configure
Code: /ipv6/nd/export?Statistics: Posted by baragoon — Tue Feb 27, 2024 10:56 am
View ArticleGeneral • Re: Bandwidth Limit on WAN Interface
Please can you explain a bit more? Why do you want to limit the WAN interface? Like having Gigabit internet speed, but limiting it to 100Mbps?If you want to limit, you can use queues (as you already...
View ArticleBeginner Basics • Help routing 1 internal IP address to a different dns server
I am using the DHCP Server function to allocate my IP range on connected devices, but I also have some Static IP allocations that are dependant on the MAC address of the connected device. On one...
View ArticleBeginner Basics • Re: Help routing 1 internal IP address to a different dns...
You might be able to route all DNS requests of this device to your specific DNS server:Code: add action=dst-nat chain=dstnat dst-port=53 src-address=[Device IP] protocol=udp to-addresses=[DNS IP]...
View ArticleRouterOS beta • Re: Fibocom L850-GL
you have to use a pci-e usb2.0 adapter the pinout on usb3 adapters does not power the modem.Statistics: Posted by frank333 — Tue Feb 27, 2024 11:46 am
View ArticleGeneral • Sending email with Amazon SES : invalid body
Hellohas anyone ever send email with amazon SES account?Since 2 days now, I am trying and all I got is "invalid body (6)".If anyone knows how to do it, please tell me about the process./tool e-mail...
View ArticleGeneral • Address pool for SRC-NAT
Hey folks,got a question regarding additional ip ranges assigned to a company that belong in a different subnet from the WAN IP address:SCENARIO1) WAN IP address = 10.10.10.2/30 (let's assume that...
View Article