Beginner Basics • Re: VLAN question
So I ve made complete clean and restart. Made just simple configuration, but it still didnt work. Traffic is going through both vlans, but I am not able to ping gateway (or anything else). It should...
View ArticleRouterBOARD hardware • Re: CRS310-8G-2S+-IN realistic WAN/Internet expected...
This is a switch with some routing capabilities. https://mikrotik.com/product/crs310_8g_ ... estresultsThe routing performance is on par with what you have seen. It supports some basic hardware...
View ArticleBeginner Basics • webconfig not reachable from Firefox using https
As I understand, the default access to a Mikrotik router is http://192.168.88.1. But Firefox insists on using https even when in Settings I choose "Don't enable HTTPS-Only Mode" on the Security page....
View ArticleScripting • Re: Can you control the length of the generated string? In ROS 6.XX.
Oh! Great God~~I may not have described it properly. The character prefix I want to get is SNA00/SNA01/SNA02... SNA09 and then concatenated with complete characters such as...
View ArticleGeneral • Bonding disconnect every 1 min
Hello,In my homelab configuration, my RB5009 works with Cisco SG250 switch through a LACP Bonding.Code: /interface bondingadd mode=802.3ad name=Bond_SG250 slaves="ether2(Bond),ether3(Bond)"Previously,...
View ArticleScripting • How to export a backup of a script separately and restore it?
I used the command [system script export file=script.rsc] to export all scripts to a backup file. How should I restore it? When I use the Restore function of files to restore, it will prompt: Do you...
View ArticleScripting • error [Expected end of command] when trying [on-error]
I have this below script.If it matters, it updates value of ip address from the hostname mentioned in the comment.The problem is, this loop breaks if it reaches an inexistent host name "failure: dns...
View ArticleBeginner Basics • Re: CAPsMAN, DHCP Server, Wireless to wifi-qcom-ac, etc.
Making a config export does not require a maintenance window.Ordinarily not, but in this case it did require a maintenance window since I was trying to export a configuration with the new wifi-qcom-ac...
View ArticleScripting • Do you want to know if there is a statement that can directly...
If it cannot be directly judged, is there any other way?Statistics: Posted by rosa — Sun Feb 04, 2024 7:22 am
View ArticleScripting • Re: How to export a backup of a script separately and restore it?
import filename.rscStatistics: Posted by baragoon — Sun Feb 04, 2024 7:45 am
View ArticleBeginner Basics • Re: Adjustable Root Diespersion on NTP Client
Seeing this issue with ROS 7.12.1 between two Mikrotik devices. One is server, and the other MikroTik is client. Can't get them to sync with this same error. What's the fix?Unfortunately, the mikrotik...
View ArticleScripting • Re: Do you want to know if there is a statement that can directly...
viewtopic.php?t=10278Statistics: Posted by DenSyo77 — Sun Feb 04, 2024 8:03 am
View ArticleBeginner Basics • Re: webconfig not reachable from Firefox using https
Switch browserOrEnable https access ( www-ssl) ( you can get in using ssh unless that's also disabled)2 options.Statistics: Posted by holvoetn — Sun Feb 04, 2024 8:26 am
View ArticleWireless Networking • Re: guest wifi capsman v2 bridge
hi, thanks for the reply. Does this mean that the guest bridge does not work with the cap? Should I always use VLAN?Statistics: Posted by fezo — Sun Feb 04, 2024 8:35 am
View ArticleGeneral • Re: Bonding disconnect every 1 min
Hi there!As far as I know and unless you changed the defaults, the LACPDUs are sent every 30s, so that could be something else.However!What LACP mode did you set on the Cisco side? Did you enforce the...
View ArticleAnnouncements • Re: WinBox v3.40 released!
It would be helpful to rewrite winbox in Java,...anything, literally everything what came from Java is useless piece of shitI glad to hear winbox is not using this "language"...Statistics: Posted by...
View ArticleBeginner Basics • Re: Apache on public IP ( Forwarding )
First, please post the images here instead of on an external site.The rule states an inbound interface whose name is "all wire..." - is that your internal (LAN) or external (WAN) interface? Given that...
View ArticleGeneral • Command runs in Terminal but not in Script
Hi,Not sure if this is posted in the wrong place or not... and I have already solved my problem, but wanted to know if anyone else was having similar problems.I have an RB4011 running ROS 7.12.1I...
View ArticleBeginner Basics • Re: From slave to master port eth1 - how to fix?
Having a bridge implies multiple member ports. Additionally adding an interface to a bridge demotes it to port, interface "duties" are transfered to bridge "interface". So you should move DHCP client...
View ArticleUseful user articles • Re: 📌 Tool: Using Splunk to analyse MikroTik...
Something new in 7.13+ makes the CAPsMANN part fail, even if its run in a do={} group.To fix this I have updated scripts to 5.5 where CAPsMANN has been separated to an external script.If you do not...
View Article