-
**Language**
RouterOS has a scripting and console language for their routers, switches and access points.
Even though Mikrotik is still kind of a niche player in the networking hardware, they have v…
-
```
if command -v yum &> /dev/null; then pkg_manager="yum"; elif command -v apt &> /dev/null; then pkg_manager="apt"; else echo "Neither yum nor apt is found. This script is not supported.."; exit 1;…
-
## Language name
[Mikrotik RouterOS Script](https://wiki.mikrotik.com/wiki/Manual:Scripting)
## URL of example repository
https://github.com/eworm-de/routeros-scripts
## URL of syntax high…
-
I get an error after RouterOS update in section: #Check proper email config
The expression [/tool e-mail get address] is not valid because of the "address" value
Look like is not longer valid value…
-
I created a new code generator for Mikrotik RouterOS's CLI command `/tool fetch url=...`. The spec is here: https://help.mikrotik.com/docs/display/ROS/Fetch
Mikrotik makes routers with a powerful …
-
Tried a few different approach to how to script install on RouterOS. In newer RouterOS there is the `/console/ask` so instead of static example script, it prompt for the disk to use, confirm `/contai…
-
Tests [fail](https://github.com/ddelnano/terraform-provider-mikrotik/actions/runs/8054509931/job/22047319621?pr=222) for the latest RouterOS container.
Running `qemu-system-x86_64` fails with error…
-
Hi,
Looking for some help please, when I run the test php script (below) from the CLI I get some errors (below) which I can't seem to find any reports of from a google search or on here and cant fi…
-
https://zhelin.me/post/7f5bdbb2857e15aa/
在我将家里的主路由改为RouterOS后,始终找不到一个能完美更新内网设备IPv6的脚本,要么是通过EUI64转换的,要么就是端口转发,还有引入第三个设备,用别的语言去做DDNS的更新,这些方案虽然都能实现最终的效果,但无疑是增加了别的成本,RouterOS本身就支持,舍近求远并不是我的风格,但在查找了一周…
-
##### SUMMARY
Dear Community!
I have a weird issue. I have some Mikrotik devices, these are using my ansible backup playbook, to do a backup once a week.
Some of them now fails to do th…