General • Re: RIPE Atlas Software Probe running on v7.1rc3 [development]
model: RB4011iGS+current-firmware: 7.13.2Your probe is currently connected! Thx U @CTassisFStatistics: Posted by GreDi — Sun Jan 21, 2024 11:33 pm
View ArticleGeneral • Re: User poll about using Winbox
1) Have you ever used Sessions? (default ones are <own> and <none> and you can make more)Once I discovered them, yes; exclusively.2) Describe in a few words, what you think they doThey...
View ArticleForwarding Protocols • Re: BGP connecting but not forwarding after ros6 to...
You need to create an address list in ipv6 firewall with your prefix(es) once that is done, add an entry to Routing BGP Connection enter information of your upstream provider and your own then go to...
View ArticleBeginner Basics • connect to winbox from a vlan
I am wanting to learn more about mikrotiks and I am wanting to use it as my core router at my house.My devices connect to a ubiquiti edge router that functions as a switch and trunks to my core router...
View ArticleBeginner Basics • Re: connect to winbox from a vlan
It is not clear ( no diagram) what your network looks like, how the Mikrotik or where the Mikrotik fits, where is the ISP............... etc etc.For vlans This is the best guide -->...
View ArticleContainers • Re: permission denied
Hello I was trying to run syncthing as docker container on RouterOSHi!I have a few questions.Please tell me, did you manage to successfully launch Syncthing on RouterOS?What hardware did you run it on...
View ArticleThe Dude • Re: Get Dude Status
WELL AWARE THIS POST IS 8 YEARS OLDI'm looking for a way to do this. I had all but given up on a 4 color LED tower with Red/Orange/Green/Blue warning lights. This weekend I had 4 staff members come in...
View ArticleGeneral • Re: Trying to use VLANs & L3 HW offload
L3HW offloading relies on L2HW offloading and that ports are members of the same bridge where you enable bridge vlan filtering, which I don't see from your config.This piece is missing from your...
View ArticleRouterBOARD hardware • Re: LTE sensitivity
Thank You gigabyte091, the nearest cell towers would be at random locations and distances from an ever-moving service van... nevertheless I am aware of the disadvantages of long coax cables as I...
View ArticleForwarding Protocols • Re: BGP Issue
found the solution.Setup a BGP inbound rule to set ;set pref-src to the IP of the router /24 prefix and now the router can see the internet ok.Statistics: Posted by peterborough — Mon Jan 22, 2024...
View ArticleBeginner Basics • Re: Recommendations on integrating my employer-issued...
Hello,I think that you need to play with static routes on yours home and ovpn router.1. on your home router you need add static route towards ovpn router2. on your home ovpn router you need add static...
View ArticleScripting • Re: API in C for windows
I'm personally more in favor using libcurl and some JSON C library with ROS REST API.It depends on the task.App that I have made using this API for our ISP is running "per user state change" on the...
View ArticleBeginner Basics • Re: Why so hard to give friendly name to a client?
Well it seems that work is progressing a little on this. E.g. now you can see the hostname and connection port in the ARP table (and DHCP leases).It is also possible to assign an address list to a...
View ArticleThe Dude • The Dude in Fat32 or Ext3
Hi,I'm currently installed and setup the dude server and client on the pc, it is working however my disk was formatted in fat32. I can leave the dude on a MicroSD formatted in fat32 running or must it...
View ArticleGeneral • Allowing a VLAN to Access WAN(Internet)
Hi, I just can't get a device on a VLAN to access the WAN. The VLAN is tagged on my Access Point - SSID mapped to VLAN. I'm sure it is the firewall configuration.add action=accept chain=forward...
View ArticleAnnouncements • Re: v7.13.2 [stable] is released!
Update about my case of LEDs not working on SXT R with LTE6 (previous generation).Support confirmed is a bug and will be addressed in the next stable release.Statistics: Posted by Dario1982 — Mon Jan...
View ArticleWireless Networking • Re: Caps manager
With latest RouterOS versions (7.13 and later) is it possible to have on the same router both a legacy-capsman and a wifi-capsman?Statistics: Posted by foraster — Mon Jan 22, 2024 9:43 pm
View ArticleGeneral • Mikrotik download repository accessible via sftp/ftps?
Hello!I'm wondering if there's a good download interface for Mikrotik software/packages that is not http-based, and thus really convenient to script package repository synchronization for offline use...
View ArticleForwarding Protocols • Re: BGP Filters translate from ros6 to ros7 not working
Remember that in v6 when a chain of filters ends, the default action is "accept". In v7, the default action at the end is "reject".So, when you had filters in v6 that only modify some BGP parameters...
View ArticleScripting • Re: Address lists downloader (DShield, Spamhaus DROP/EDROP, etc)
Code: # remove the current list completely :do { /ip firewall address-list remove [find where comment=$description dynamic]} on-error={};### line replaced ### :local data ([:tool fetch url=$url...
View Article