Community discussions

MikroTik App

Search found 376 matches

  • 1
  • 2
by eddieb
Thu Mar 28, 2024 9:11 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

after disabling cmd_history it seems my CCR did not stop sending info to splunk ...
So it might have something to do with that /system/history/print crash ...
by eddieb
Tue Mar 26, 2024 8:59 am
Forum: Scripting
Topic: Need help with a script that fails on some routers
Replies: 5
Views: 928

Re: Need help with a script that fails on some routers

Error still there in 7.14.1 ... [eddieb@ccr1009] > /system/history/print error - contact MikroTik support and send a supout file (10) It might indeed have something to do with the size of the history. On my CCR there is a lot of history and it gives that error On a HAPAX3 I had this error and a coup...
by eddieb
Tue Mar 26, 2024 8:55 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

btw, script piece below works ... I added this part to the data_to_splunk script and splunk now displays the Wifi Strength graph correctly BUT, the Wifi Connection and Wifi Error graphs stay empty. Splunk receives the connect/disconnect messages from this "wifi" devices but seems not to p...
by eddieb
Tue Mar 26, 2024 8:43 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

[eddieb@hapax3-1] > sys history print error - contact MikroTik support and send a supout file (10) might be a bug ... even if I change something, there is no history visible and the same error This is clearly a bug. What OS and HW is this router. I do recommend to make a support case and also try a...
by eddieb
Mon Mar 25, 2024 11:02 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

[eddieb@hapax3-1] > sys history print

error - contact MikroTik support and send a supout file (10)
might be a bug ...
even if I change something, there is no history visible and the same error
by eddieb
Mon Mar 25, 2024 10:54 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

btw, script piece below works ... :log info message="test2"; :local Wireless true; # Sends wireless client data to log server # ---------------------------------- :if ($Wireless && [:len [/int find where type=wifi]]>0) do={ # :log info message="test2 found"; /interface wi...
by eddieb
Mon Mar 25, 2024 10:52 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

[eddieb@hapax3-1] > { {... :global cmd {... :local f 0 {... :foreach i in=[/system history find] do={ {{... :if ($i = $cmd) do={ :set f 1 } {{... :if ($f != 1) do={ {{{... :put "StartCMD" {{{... :put [/system history get $i] {{{... :put "EndCMD" {{{... } {{... } {... :global cmd...
by eddieb
Mon Mar 25, 2024 10:32 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

I notice a
script error: error - contact MikroTik support and send a supout file (10)
running the data-to-splunk script on some machines
setting CmdHistory to false seems to solve it
by eddieb
Mon Mar 25, 2024 7:08 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

playing with the wifi collector on one of my hapax3 ... original : # Sends wireless client data to log server # ---------------------------------- :if ($Wireless && [:len [/int find where type=wlan]]>0) do={ /interface wireless registration-table :foreach i in=[find] do={ :log info message=&...
by eddieb
Mon Mar 25, 2024 9:26 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

Morning,
All seems to work wel, except the WIFI screens stay without data.
I am using all HAP AX3 devices and the collector on those do not send any data about the newer wifi to splunk ...
by eddieb
Fri Mar 22, 2024 9:23 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

Only that firts screen gives data,
all other screens are empty, like this one
Screenshot 2024-03-22 at 20.21.49.png
btw, I send you a friend request on the MikroTik discord
by eddieb
Fri Mar 22, 2024 3:37 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

I do see some records in the search, but now I have a lot of blank pages in 4.0
actually, only the
Screenshot 2024-03-22 143651.png
shows info, all other screens are "no results found"
by eddieb
Fri Mar 22, 2024 2:12 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊

upgraded to 4.0 ...
CCR still not showing up, even after restarting schedule on the CCR .
by eddieb
Thu Mar 21, 2024 3:40 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

btw, I still see a very strange thing ... my gateway router (CCR1009) stops sending log info after a couple of hours working fine. nothing arrives at the splunk machine. all other MT devices do continue to work but, the CCR obviously did send a lot more logging in that couple of hours... Looks like ...
by eddieb
Wed Mar 20, 2024 10:32 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

@Jotne,

I am running the 5.6 scripts on a couple of hap ax3 and the info displayed in splunk is not complete ...
Screenshot 2024-03-20 at 21.30.04.png
as you can see a couple of fields are not filled ...
same for all the info from the new wifi drivers

guess you are working on those too ?
by eddieb
Sun Mar 17, 2024 12:04 pm
Forum: The Dude
Topic: HAP AX3 not showing route and regestration table in dude
Replies: 0
Views: 219

HAP AX3 not showing route and regestration table in dude

Hi, I just rolled-out 3 HAP AX3 and dude is not showing the route table AND not showing the registration table ... running 7.14.1 on the HAP AX3 and on DUDE Winboxing in the devices show that they are filled so it must be a dude thing ... Screenshot 2024-03-17 at 11.00.06.png Problem also existe whi...
by eddieb
Thu Mar 14, 2024 4:34 pm
Forum: Wireless Networking
Topic: what happend to radio-name in wifi ?
Replies: 3
Views: 306

Re: what happend to radio-name in wifi ?

there is no interface wireless on 7.14.1 (hapAX3)

interface wifi does not have this
by eddieb
Thu Mar 14, 2024 3:25 pm
Forum: Wireless Networking
Topic: what happend to radio-name in wifi ?
Replies: 3
Views: 306

what happend to radio-name in wifi ?

With the older driver I had set the radio-name to easy find the AP when sniffing around.
In the newer wifi (7.14.1) this is not visible in winbox, is it gone on purpose ?
by eddieb
Wed Feb 28, 2024 10:30 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 45
Views: 28478

Re: SwOS version 2.16 released!

these switches are pretty "standard" as the all have vlan99 added for maintenance and access to the switch only from vlan99. RSTP disabled and all ports allowing all vlans ... Not to special - created backup - reset to default switch came back on a dhcp in the generic vlan - upgrade - res...
by eddieb
Wed Feb 28, 2024 3:08 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 45
Views: 28478

Re: SwOS version 2.16 released!

One of my css106 have a problem to upgrade hmm …
It is 2.13 on it.
I also had 2.13 on them.
Needed to follow the procedure as I described earlier in this thread
by eddieb
Tue Feb 27, 2024 11:34 am
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 45
Views: 28478

Re: SwOS version 2.16 released!

these switches are pretty "standard" as the all have vlan99 added for maintenance and access to the switch only from vlan99. RSTP disabled and all ports allowing all vlans ... Not to special - created backup - reset to default switch came back on a dhcp in the generic vlan - upgrade - rest...
by eddieb
Mon Feb 26, 2024 10:29 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 45
Views: 28478

Re: SwOS version 2.16 released!

tried resetting the switch to default and then update?
Just tried that, that works.
But not really an option for remote switches.
I got this one to the lab because it did not succeed, there is a spare on the actual location now ...
Have a couple of others remote ..
by eddieb
Mon Feb 26, 2024 9:47 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 45
Views: 28478

Re: SwOS version 2.16 released!

I tried to upgrade a CSS106-5G-1S withou succes .... the webinterface says upgrade availiable. I enter upgrade, it says wait and than "ERROR: Upgrade failed" webinterface is unreachable, all traffic seems to be working. powercycling brings the device back the device in its original state ...
by eddieb
Mon Feb 26, 2024 5:49 pm
Forum: Announcements
Topic: SwOS version 2.16 released!
Replies: 45
Views: 28478

Re: SwOS version 2.16 released!

I tried to upgrade a CSS106-5G-1S withou succes .... the webinterface says upgrade availiable. I enter upgrade, it says wait and than "ERROR: Upgrade failed" webinterface is unreachable, all traffic seems to be working. powercycling brings the device back the device in its original state ....
by eddieb
Sun Sep 10, 2023 10:55 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

Fixed the script. Strange there are not more errors ;)
Did you not update the script version ?
by eddieb
Sun Sep 10, 2023 8:37 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

After 6 days I allready can tell that running Splunk inside VM on a Synology works a lot better than running it in Docker. In Docker I experienced UDP drops, log records were send but just didn't reach Splunk. In VM this does not happen and all devices sending logs appear inside Splunk. SO, do not u...
by eddieb
Mon Sep 04, 2023 12:16 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

Ok,
I did a fresh debian install on the syno inside a VM. That went fine, It has is own IP and SSH.
I did install the splunk.deb and it runs.
Pointed my devices to the new IP and all seems to work.
Now just wait a couple of days and see if the lost UDP traffic problem is solved
tnx so far
Eddie
by eddieb
Sun Sep 03, 2023 9:36 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

tnx,
will try that later, have to do family things today ;-)
I will go for debian as I am more familiar with that than ubuntu ...
running several RPI with debian over here
by eddieb
Sun Sep 03, 2023 8:54 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

Hi @jvanhambelgium tnx for your answer. I did check the license volume more than once and that should not be the problem. According to the spluk webinterface the daily volume stays below 200M I will be looking into that logfiles, a quick look in splunkd.log shows an error that occors every couple of...
by eddieb
Sat Sep 02, 2023 6:09 pm
Forum: Announcements
Topic: v7.11.2 [stable] is released!
Replies: 348
Views: 161969

Re: v7.11, 7.11.1 and more [stable] are released!

updated about 20 devices (10 different types) without issues
by eddieb
Sat Sep 02, 2023 5:49 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

I am running splunk for a while now and with some help from @jotne now and than it works rather good ... BUT As I am running splunk in docker on a synology I experiance some very strange things. After a while the logging to splunk stops ... I have a couple of devices sending log to the splunk machin...
by eddieb
Mon Jun 19, 2023 11:33 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

I used to download the .spl and load it thru the splunk interface ... Last week I downloaded the git stuff and tried to upload it manually into the directory inside the splunk docker that I run. I noticed that I needed to correct the user/group manually to get things working again ... Normally splun...
by eddieb
Sat Jun 17, 2023 3:32 pm
Forum: Announcements
Topic: v7.10, 7.10.1 and more [stable] are released!
Replies: 369
Views: 129356

Re: v7.10 [stable] is released!

Just upgraded a bunch of MT to 7.10 without problems

CRS125/HAP AC/hEX/RB750
by eddieb
Wed Jun 14, 2023 7:06 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.9 (Graphing everything) 💾 🛠 💻 📊

The guide says

"1h) Extract the spl file" ...

Where can I find the .spl file on github ???
by eddieb
Wed May 17, 2023 2:14 pm
Forum: Announcements
Topic: FORUM MAINTENANCE: Password reset will be needed
Replies: 162
Views: 44497

Re: FORUM MAINTENANCE: Password reset will be needed

I really like Discord as extra, great to meet people and do some fast interaction ...
by eddieb
Fri May 12, 2023 8:33 am
Forum: Announcements
Topic: FORUM MAINTENANCE: Password reset will be needed
Replies: 162
Views: 44497

Re: FORUM MAINTENANCE: Password reset will be needed

phpBB is fine for a forum, if people like more interaction the mentioned discord might be a solution but that will never replace a forum
by eddieb
Tue Feb 28, 2023 11:54 am
Forum: Announcements
Topic: v7.8 [stable] is released!
Replies: 425
Views: 138679

Re: v7.8 [stable] is released!

while upgrading my HEX (RB750Gr3) with DUDE I was surprised that the partition of the SDcard containing the DUDE data was renamed !

fixed this with
/dude set data-directory=sd1-part1

all other systems running fine after upgrade
by eddieb
Thu Jan 26, 2023 5:48 pm
Forum: General
Topic: max length forum signature 1 ???
Replies: 2
Views: 348

Re: max length forum signature 1 ???

Hmm,
it used to work, somehow missed the change announcement on that
tnx
by eddieb
Thu Jan 26, 2023 5:13 pm
Forum: General
Topic: max length forum signature 1 ???
Replies: 2
Views: 348

max length forum signature 1 ???

Hi, I hope this gets the right attention
I try to modify my forum signature which is currently 242 characters.
I get this warning that a max of 1 character is allowed ???
Forum admin ??
by eddieb
Sat Nov 05, 2022 9:06 am
Forum: General
Topic: Woobm does not work with hexS
Replies: 5
Views: 1094

Re: Woobm does not work with hexS

IMG_1075.jpeg
my woobm attached to a poweradapter. showing up as an AP, looks fine.
And NO, the issue is NOT solved, the bug is NOT fixed. ROS 7.5+ has problems with USB as confirmed by techsupport.
by eddieb
Fri Oct 14, 2022 6:28 pm
Forum: RouterBOARD hardware
Topic: serial console
Replies: 5
Views: 1023

Re: serial console

normally it should work with a MikroTik Woobm usb stick ...
but USB is broken in ROS7.5
waiting to be fixed
by eddieb
Thu Oct 13, 2022 8:44 am
Forum: Announcements
Topic: v7.6rc is released!
Replies: 94
Views: 28378

Re: v7.6rc is released!

strods - see viewtopic.php?t=189654 support ticket is created. UPS and WOOBM are not working in 7.5 my comment was to point that there is stil no fix for this in the changelog
by eddieb
Wed Oct 12, 2022 3:36 pm
Forum: Announcements
Topic: v7.6rc is released!
Replies: 94
Views: 28378

Re: v7.6rc is released!

Still no fix for the USB problems
by eddieb
Tue Oct 11, 2022 4:28 pm
Forum: General
Topic: Woobm does not work with hexS
Replies: 5
Views: 1094

Re: Woobm does not work with hexS

you could create your own ticket @support and link to this thread 😎
by eddieb
Tue Oct 11, 2022 3:01 pm
Forum: General
Topic: Woobm does not work with hexS
Replies: 5
Views: 1094

Re: Woobm does not work with hexS

Might be related
viewtopic.php?t=189654
USB detection in 7.5 is a problem
by eddieb
Wed Oct 05, 2022 2:56 pm
Forum: General
Topic: RouterOS 7.5 where is UPS?
Replies: 5
Views: 1138

Re: RouterOS 7.5 where is UPS?

not in the changelog for 7.6RC1
by eddieb
Mon Oct 03, 2022 1:17 pm
Forum: General
Topic: RouterOS 7.5 where is UPS?
Replies: 5
Views: 1138

Re: RouterOS 7.5 where is UPS?

response from support ...

Hello,
Thank you for contacting MikroTik Support.

We are aware of the issue and will try to resolve it in future releases, unfortunately, I cannot provide you with any ETA for possible fixes.

Best regards
by eddieb
Sun Oct 02, 2022 10:38 pm
Forum: General
Topic: RouterOS 7.5 where is UPS?
Replies: 5
Views: 1138

Re: RouterOS 7.5 where is UPS?

Guess I found some diff...

CCR1009 (tile)
/system/routerboard/usb> print

CRS125 (mipsbe)
/system/routerboard/usb> print
usb-mode: automatic
bootstrap: device-mode

on the tile there is "nothing" ...

SUP-93986 created
by eddieb
Sun Oct 02, 2022 10:04 pm
Forum: General
Topic: RouterOS 7.5 where is UPS?
Replies: 5
Views: 1138

Re: RouterOS 7.5 where is UPS?

Looks like I could have made this posting ...
I tried to get the USB port of my CCR1009 to regognize the APCUPS.
No luck, nothing on USB, not even the WOOBM stick from MT itself
Running 7.5, nothing in logs, nothing on USB
anyone got this working ?

(RPi3 works fine with same cables)
by eddieb
Mon Sep 05, 2022 5:44 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.7 (Graphing everything) 💾 🛠 💻 📊

tnx for the suggestion. I am not going to that for now. I don't have any hardware to run this on.
I am running this in in docker on my synology DS420+ for several reasons and I am not going to use more hardware.
I had no problems before, have to learn to live with this,
tnx for your effort so far.
by eddieb
Mon Sep 05, 2022 12:30 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.7 (Graphing everything) 💾 🛠 💻 📊

the gateway stopped again after 23 times ... not visible in Splunk right now. @jotne any suggestions ? gateway is functioning normally, sending syslog to an other remote syslog thru udp/2514 splunk is listening on udp/3514 at least 6 other devices are sending to that port and are visible in splunk S...
by eddieb
Sun Sep 04, 2022 6:43 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.7 (Graphing everything) 💾 🛠 💻 📊

No, not really, all the same class C network here @home ...
Some passing thru a switch, some directly connected.
The gateway that is stops being visible is producing the most traffic, that is the only difference
by eddieb
Sun Sep 04, 2022 9:21 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.7 (Graphing everything) 💾 🛠 💻 📊

@jotne
really strange, restarting the splunk container fixed displaying my gateway router in splunk.
just that 1 disappears, all other devices do not show this behaviour.
by eddieb
Sat Sep 03, 2022 2:06 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.7 (Graphing everything) 💾 🛠 💻 📊

Don't know what is wrong, after a couple of days that all works as expected, devices stop being visible in spluk ...
Only restarting splunk seems to help.
by eddieb
Sun Aug 28, 2022 11:07 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.7 (Graphing everything) 💾 🛠 💻 📊

thanks @jotne
I just updated the .spl and the script on my main gateway. Look good
by eddieb
Wed Aug 24, 2022 10:41 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.6 (Graphing everything) 💾 🛠 💻 📊

splunk is listening on udp/3514 (514 is in use by syno itself, rsyslog is running on 2514) on the syno : # netstat -aunp | grep 514 udp 0 0 0.0.0.0:2514 0.0.0.0:* 31440/syslog-ng udp 0 0 0.0.0.0:3514 0.0.0.0:* 21088/splunkd 6 devices are still working, the 7th (my gateway) stops beining visible in s...
by eddieb
Wed Aug 24, 2022 9:15 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.6 (Graphing everything) 💾 🛠 💻 📊

@jotne I see some strange things happen ... 1 of my devices stops displaying in splunk after approx 7 days of working fine. Only a reboot of the device and a restart of splunk (docker on synology) makes everything work again. 6 other devices don't show this behaviour. All devices run ROS 7.4 or 7.4....
by eddieb
Tue Aug 23, 2022 3:17 pm
Forum: Announcements
Topic: Re: v7.4.1 [stable] is released!
Replies: 99
Views: 32008

Re: v7.4.1 [stable] is released!

If it is not reporterd correctly to MT ( support@mikrotik.com ) changes are it wil never get attention ...
BTW, running several IPSEC tunnels here on 7.4 without issues
by eddieb
Thu Aug 18, 2022 4:41 pm
Forum: General
Topic: Recommended version for The Dude?
Replies: 2
Views: 398

Re: Recommended version for The Dude?

I upgraded my 6.48.6 from to 7.4 ...

Dude runs fine on a dedicated RB750Gr3
by eddieb
Fri Aug 12, 2022 12:07 pm
Forum: General
Topic: Feature request: Make Quickset to be separate package
Replies: 78
Views: 17294

Re: Feature request: Make Quickset to be separate package

@rextended that works nice ...
are there any other menu items that can be nade invisible thru that default.json ?
for example on a MT without wifi I like to hide the wireless menus
by eddieb
Thu Aug 11, 2022 11:06 am
Forum: General
Topic: Old CCR router upgrade path
Replies: 3
Views: 569

Re: Old CCR router upgrade path

my CCR1009-8G-1S runs fine on 7.4 !
by eddieb
Thu Aug 11, 2022 11:04 am
Forum: General
Topic: DHCP debug function request.
Replies: 1
Views: 691

Re: DHCP debug function request.

+1

That would be a great idea !!!
by eddieb
Mon Aug 08, 2022 12:22 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.6 (Graphing everything) 💾 🛠 💻 📊

@jotne
Here is some output from this search

index=* sourcetype=mikrotik module=dhcp

removed
by eddieb
Mon Aug 08, 2022 10:48 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.6 (Graphing everything) 💾 🛠 💻 📊

@jotne
tnx, now my firewall entries are visible again.
but stil no DHCP entries visible ...
by eddieb
Sun Aug 07, 2022 3:55 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.6 (Graphing everything) 💾 🛠 💻 📊

hmm, something very strange did happen ... I did upgrade my gateway router from 6.x to 7.4 this morning, all seemed to work fine splunk does not display firewall rules anymore for this device !!! It is in de devicelist and updated DNS requests are displayed DHCP requests are NOT displayed (no result...
by eddieb
Sat Aug 06, 2022 7:14 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.6 (Graphing everything) 💾 🛠 💻 📊

Its nothing to worry about. Its just some Splunk added in the new 9.x version. I have updated it for all dashboard the will be released as next version. To fix it you self: Click Edit for the Dashboard to fix, then click source and change first line from: <form theme="dark"> to <form vers...
by eddieb
Fri Aug 05, 2022 3:45 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: 📌 Tool: Using Splunk to analyse MikroTik logs 3.6 (Graphing everything) 💾 🛠 💻 📊

Hi, I just upgraded to the 3.6 version by upgrading the .spl in my running splunt (on docker/synology) I see "This dashboard version is missing. Update the dashboard version in source" in the dashboard... Any way to fix this ? I am not a splunk guru so please help (It seems my splunk was a...
by eddieb
Tue Jun 07, 2022 3:05 pm
Forum: Announcements
Topic: v7.3 and v7.3.1 [stable] is released!
Replies: 269
Views: 80249

Re: v7.3 [stable] is released!

Update successfull on
RB1100, RB2011UAS-RM, PWR-LINE-AP
no problems
by eddieb
Tue May 31, 2022 2:41 pm
Forum: Announcements
Topic: MikroTik Devices Controller
Replies: 332
Views: 234339

Re: MikroTik Devices Controller

please no cloud stuff, no fancy phone app.
create this as a package that can be run in High-Availiability on MT routers.
integrate some capsman, userman and dude stuff.
central configuration and pushing to devices
central upgrade management
central backup management
by eddieb
Mon May 02, 2022 6:52 pm
Forum: Announcements
Topic: v7.2.2 [stable] and v7.2.3 [stable] are released!
Replies: 401
Views: 80743

Re: v7.2.2 [stable] is released!

RB1100 and RB2011 upgraded from 7.2.1 without problems
by eddieb
Sat Apr 30, 2022 10:30 am
Forum: General
Topic: routeros-powerpc-7.2.npk missing in the upgrade channel ...
Replies: 17
Views: 3245

Re: routeros-powerpc-7.2.npk missing in the upgrade channel ...

In the mean time I did a manual upgrade by dropping the 7.x version in the files section and rebooting the 1100.
No problems whatsoever, everything works fine, firmware upgrade also without problems.
by eddieb
Tue Apr 19, 2022 11:05 am
Forum: General
Topic: posts not strictly related to: v6.49.6 [stable]
Replies: 39
Views: 2401

Re: v6.49.6 [stable] is released!

7.x is only required for newer hardware that does not support 6.x.
If you don't need 7.x stay on 6.x for your production environments
by eddieb
Mon Apr 11, 2022 4:03 pm
Forum: General
Topic: routeros-powerpc-7.2.npk missing in the upgrade channel ...
Replies: 17
Views: 3245

Re: routeros-powerpc-7.2.npk missing in the upgrade channel ...

When did you try this last? We fixed it yesterday
tried today 15:00 CEST
problem still not solved ...
by eddieb
Fri Apr 08, 2022 4:24 pm
Forum: General
Topic: routeros-powerpc-7.2.npk missing in the upgrade channel ...
Replies: 17
Views: 3245

Re: routeros-powerpc-7.2.npk missing in the upgrade channel ...

I agree that it should be fixed.
I will wait for that to prove the fix ;-)
by eddieb
Fri Apr 08, 2022 2:57 pm
Forum: General
Topic: routeros-powerpc-7.2.npk missing in the upgrade channel ...
Replies: 17
Views: 3245

Re: routeros-powerpc-7.2.npk missing in the upgrade channel ...

When did you try this last? We fixed it yesterday
tried again at 14:00 CEST, stil the same error
by eddieb
Fri Apr 08, 2022 11:11 am
Forum: General
Topic: routeros-powerpc-7.2.npk missing in the upgrade channel ...
Replies: 17
Views: 3245

Re: routeros-powerpc-7.2.npk missing in the upgrade channel ...

When did you try this last? We fixed it yesterday
Hi @normis

I checked about 5min ago (10:00 CEST) and stil get the same error ....
RB1100 is looking for routeros-powerpc-7.2.npk
while there only seems to be a routeros-7.2-ppc.npk in the download section
by eddieb
Fri Apr 08, 2022 8:28 am
Forum: General
Topic: routeros-powerpc-7.2.npk missing in the upgrade channel ...
Replies: 17
Views: 3245

routeros-powerpc-7.2.npk missing in the upgrade channel ...

This one seems to get lost in the announce channel, so I created this separate post.

Trying to upgrade my test RB1100 to 7.2 ...

routeros-powerpc-7.2.npk missing in the upgrade channel ...

Anyone got this working ?
Screenshot 2022-04-07 at 10.23.40.png
by eddieb
Thu Apr 07, 2022 11:26 am
Forum: Announcements
Topic: v7.2 is released!
Replies: 359
Views: 60963

Re: v7.2 is released!

Trying to upgrade my test RB1100 ...

routeros-powerpc-7.2.npk missing in the upgrade channel ...

Screenshot 2022-04-07 at 10.23.40.png
by eddieb
Fri Mar 04, 2022 8:53 am
Forum: RouterOS beta
Topic: Zerotier to Mipsbe??
Replies: 109
Views: 34050

Re: Zerotier to Mipsbe??

in fact, Zerotier being NOT availiable for all MT architectures makes it virtual usesless ...
please MT, don't advertise with incomplete stuff anymore
by eddieb
Sun Feb 20, 2022 12:34 pm
Forum: The Dude
Topic: Dude and HP CM1415fnw Printer restart- bug report.
Replies: 3
Views: 2486

Re: Dude and HP CM1415fnw Printer restart- bug report.

if you discover devices some might give a false positive on some types of services. In this case it is obvious that a HP printer does not run RouterOS and that probe should be manually removed. Probably some port is answering and DUDE thinks it might be a MT device. From that point it tries to conne...
by eddieb
Thu Feb 17, 2022 2:56 pm
Forum: RouterBOARD hardware
Topic: PWR-LINE PL7400 firmware
Replies: 7
Views: 7988

Re: PWR-LINE PL7400 firmware

I also loaded this firware into my pair of pwr-line devices, worked fine, no problems ;-)
by eddieb
Thu Feb 17, 2022 1:05 pm
Forum: Announcements
Topic: v6.49.3 [stable] is released!
Replies: 64
Views: 21460

Re: v6.49.3 [stable] is released!

I also upgraded all my devices to 6.49.3 no problems found.
by eddieb
Thu Feb 10, 2022 6:39 pm
Forum: Announcements
Topic: WinBox v3.33 and v3.34 released!
Replies: 102
Views: 25418

Re: WinBox v3.33 and v3.34 released!

3.34 is running on crosover 21 on MacOS !

I am very sad to read that the dude is discontinued ...
this really fine product deserves way better !!!
by eddieb
Thu Feb 10, 2022 2:52 pm
Forum: Announcements
Topic: WinBox v3.33 and v3.34 released!
Replies: 102
Views: 25418

Re: WinBox v3.33 released!

Running Crossover on MacOS for more than 2 years without any issues, upgrading both winbox and dude-client always went smooth except now ...
by eddieb
Thu Feb 10, 2022 2:42 pm
Forum: Announcements
Topic: WinBox v3.33 and v3.34 released!
Replies: 102
Views: 25418

Re: WinBox v3.33 released!

I tried to upgrade in crossover MacOS and after upgrade it does not start ...
restored previous version (bottle) thru timemachine ...
by eddieb
Sun Feb 06, 2022 12:01 pm
Forum: The Dude
Topic: Hardware to run Dude Server
Replies: 5
Views: 4217

Re: Hardware to run Dude Server

The dude server package is availiable for the tile architecture, so it will work and you will have some overkill.
I especially use the hEX because of the micro SD card to store the dude database on.
I don't know if your 1009 has such an option.
Be aware that dude server is NOT yet availiable for ROS7
by eddieb
Sat Feb 05, 2022 6:05 pm
Forum: The Dude
Topic: Hardware to run Dude Server
Replies: 5
Views: 4217

Re: Hardware to run Dude Server

same here, running dude server on a dedicated hex (RB750G r3) for a couple of years now, no issues ..
monitoring about 100 devices, backups and syslog are directed to a remote syslog server on a syno
by eddieb
Sat Jan 08, 2022 11:55 am
Forum: General
Topic: Please add basic portScan tool ( port scanner scan )
Replies: 80
Views: 47119

Re: Please add basic portScan tool ( port scanner scan )

--1
please DON'T add all kind of stuff into ROS that should be run from a seperate machine.
by eddieb
Tue Dec 07, 2021 9:51 pm
Forum: Announcements
Topic: v6.49.2 [stable] is released!
Replies: 64
Views: 124143

Re: v6.49.2 [stable] is released!

upgraded all my devices from 6.491 to 6.49.2 as always with 2nd reboot to upgrade firmware. No problems ...
CCR1009 took 30 sec to flash and reboot, 2nd reboot took less than 15 seconds
------------------------------------------------------------------------------------------------------------------
by eddieb
Tue Dec 07, 2021 8:30 am
Forum: General
Topic: Speedtest.net stuck on Finding optimal server... [SOLVED]
Replies: 7
Views: 26687

Re: Speedtest.net stuck on Finding optimal server... [SOLVED]

speedtest.net works fine here on 6.49.2

just NOT on Firefox, some protection is blocking stuff
on Safari speedtest.net works fine
by eddieb
Mon Dec 06, 2021 1:49 pm
Forum: Announcements
Topic: v7.1 is released!
Replies: 785
Views: 224758

Re: v7.1 is released!

Perhaps an official list of functions NOT (yet) in 7x ?
by eddieb
Mon Dec 06, 2021 1:05 pm
Forum: Announcements
Topic: v7.1 is released!
Replies: 785
Views: 224758

Re: v7.1 is released!

How can this be stable while some functionality is still missing ? Like dude server ?
by eddieb
Sat Dec 04, 2021 11:47 am
Forum: General
Topic: Smart home devices are still getting disconnected [SOLVED]
Replies: 41
Views: 10252

Re: Smart home devices are still getting disconnected [SOLVED]

what kind of Smart devices do you have problems with ?
by eddieb
Fri Nov 26, 2021 10:20 am
Forum: Beginner Basics
Topic: macOS Winbox
Replies: 7
Views: 2572

Re: macOS Winbox

there are allready sever threads about this topic

winbox (32 and 64) and also dude-client (32) work fine with CrossOver on MacOs including M1 ...

and really, the IOS app is no alternative for winbox.
by eddieb
Mon Nov 22, 2021 4:50 pm
Forum: RouterBOARD hardware
Topic: hEX temperature feedback [SOLVED]
Replies: 5
Views: 6975

Re: hEX temperature feedback [SOLVED]

running 6.49.1 on my attic, approx 20C in that room ...
Screenshot 2021-11-22 at 15.48.28.png
by eddieb
Sun Nov 21, 2021 9:40 am
Forum: The Dude
Topic: Dude 64-bt version
Replies: 16
Views: 17427

Re: Dude 64-bt version

dude and winbox work great in Crossover on MacOS, even om M1. Crossover rulez !
by eddieb
Thu Nov 18, 2021 10:47 am
Forum: Announcements
Topic: v6.49.1 [stable] is released!
Replies: 138
Views: 80535

Re: v6.49.1 [stable] is released!

upgraded all my devices from 6.49 to 6.49.1 as always with 2nd reboot to upgrade firmware. No problems ... CCR1009 took 30 sec to flash and reboot, 2nd reboot took less than 15 seconds ------------------------------------------------------------------------------------------------------------------ ...
by eddieb
Mon Nov 15, 2021 8:59 am
Forum: Announcements
Topic: v6.49 [stable] is released!
Replies: 219
Views: 95829

Re: v6.49 [stable] is released!

I have to agree with @pe1chl and @jotne that is always the responsibility of the maintainer to TEST new releases ... I always do so and roll out updates in a test netwerk first ... alwas wait a couple of days and read other user experiances (OFF course I always update everything theres is to update,...
by eddieb
Fri Nov 12, 2021 3:01 pm
Forum: General
Topic: Mikrotik router Hacked!!!
Replies: 140
Views: 55050

Re: Mikrotik router Hacked!!!

tnx for including this @normis !
by eddieb
Thu Nov 11, 2021 12:36 pm
Forum: Announcements
Topic: Securing your device is important
Replies: 50
Views: 42644

Re: Securing your device is important

I concur with writers above.
once someone has physical access to a router, it should always be resetable ...
limiting these "times" is the least that could be done
by eddieb
Wed Nov 10, 2021 3:31 pm
Forum: General
Topic: Dude OR Winbox 3.31 display BUG
Replies: 3
Views: 840

Re: Dude OR Winbox 3.31 display BUG

I just noticed the difference too, in my case is it about 40minutes ... For now I can not explain why this is happening it is not winbox, that is just a display platform. the values direct on the dhcp server are correct. the values seen on the dude are pulled from the server thru api calls. OR the a...
by eddieb
Wed Nov 10, 2021 3:23 pm
Forum: General
Topic: Dude vacuum-db BUG / trivial feature request
Replies: 4
Views: 995

Re: Dude vacuum-db BUG / trivial feature request

Hi, I just ran vacuum-db ... it completed within 20 seconds. I did not see the free space move ... Screenshot 2021-11-10 at 13.41.53.png as I make a daily backup of my dude db to a remote server, it is also vacuumed every day as part of that procedure ... I did not see a noticible change in size of ...
by eddieb
Wed Nov 10, 2021 9:30 am
Forum: General
Topic: Dude OR Winbox 3.31 display BUG
Replies: 3
Views: 840

Re: Dude OR Winbox 3.31 display BUG

what version of dude are you running ?
by eddieb
Wed Nov 10, 2021 9:21 am
Forum: General
Topic: Dude vacuum-db BUG / trivial feature request
Replies: 4
Views: 995

Re: Dude vacuum-db BUG / trivial feature request

Hi,
I am running dude on a RB750Gr3 for a couple of years now.
db is on a 64GB sd card and I never had problems running vacuum-db ...
db is approx 550MB
by eddieb
Tue Nov 09, 2021 4:15 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: &#128204; Tool: Using Splunk to analyse MikroTik logs 3.4 (Graphing everything) &#128190; &#128736; &#128187; &#1282

Ok, I am trying to find the correct indexes.conf...
I tried to do so in the webinterface but no luck thru setting reduction on 90 days ...

finally found it in /opt/splunk/etc/system/local/indexes.conf
needed to restart splunk to get this active
by eddieb
Mon Nov 08, 2021 9:30 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: &#128204; Tool: Using Splunk to analyse MikroTik logs 3.4 (Graphing everything) &#128190; &#128736; &#128187; &#1282

tnx, I am using docker on synology. Splunk has 2GB out of 4GB availiable RAM ... running portainer to manage and watchtower to automaticly upgrade docker images when they are availiable ... I surely would like some options to autoclean log if older than xx days ... It would probably make splunk a lo...
by eddieb
Mon Nov 08, 2021 5:47 pm
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: &#128204; Tool: Using Splunk to analyse MikroTik logs 3.4 (Graphing everything) &#128190; &#128736; &#128187; &#1282

So I upgraded to this latest version. I am not familiar enough with splukt to tune this, but it is getting really sloooooooow Any hints in how to get better performance ? removing old data ? some indexing and how ? getting a warning : Storage engine migration recommended If your instance uses the MM...
by eddieb
Mon Nov 08, 2021 11:56 am
Forum: Announcements
Topic: v6.48.5 [long-term] is released!
Replies: 167
Views: 107237

Re: v6.48.5 [long-term] is released!

this is a user forum, mikrotik support is support@mikrotik.com
by eddieb
Sun Nov 07, 2021 11:01 am
Forum: Useful user articles
Topic: 📌 Tool: Using Splunk to analyse MikroTik logs 4.0 (Graphing everything) 💾 🛠 💻 📊
Replies: 347
Views: 121405

Re: &#128204; Tool: Using Splunk to analyse MikroTik logs 3.4 (Graphing everything) &#128190; &#128736; &#128187; &#1282

Hi, I try to upgrade from 3.2 and reading the instructions says : 1j) Upgrade form previous version. Some time files are renamed, so if you have not change any original files, just delete the MikroTik folder. No logged data will be deleted. If you have custom dashboards, menus, saved search (reports...
by eddieb
Sat Nov 06, 2021 3:57 pm
Forum: RouterBOARD hardware
Topic: Firmware upgrade issues with 6.48.5 and 6.49
Replies: 4
Views: 4171

Re: Firmware upgrade issues with 6.48.5 and 6.49

my CCR1009 reboots within 30 second, running 6.49
by eddieb
Sat Nov 06, 2021 12:23 pm
Forum: RouterBOARD hardware
Topic: Firmware upgrade issues with 6.48.5 and 6.49
Replies: 4
Views: 4171

Re: Firmware upgrade issues with 6.48.5 and 6.49

Hi, I allways update firmware the moment ROS updates with a second reboot. So, the jump in firmware is never bigger than the jump in ROS. I upgraded about 20 devices without any problems, lots of mipsbe (RB750, RB951, RB962, CRS125, RB2011) some ARM devices (RB1100, waprac) 1 tile (CCR1009) no probl...
by eddieb
Fri Nov 05, 2021 11:36 am
Forum: Announcements
Topic: v6.49 [stable] is released!
Replies: 219
Views: 95829

Re: v6.49 [stable] is released!

I upgraded a bunch of mipsbe devices to 6.49 - hAP AC (RouterBOARD 962UiGS-5HacT2HnT) - CRS125 (CRS125-24G-1S) - RB2011 (RB2011UAS) - PWR-Line upgrading firmware went fine ... RB1100 (PowerPC) hAP mini (RB931-2nD) (smips) also went fine waiting with my CCR1009 until there is more known about the re...
by eddieb
Wed Nov 03, 2021 8:54 pm
Forum: Announcements
Topic: v6.49 [stable] is released!
Replies: 219
Views: 95829

Re: v6.49 [stable] is released!

I upgraded a bunch of mipsbe devices to 6.49 - hAP AC (RouterBOARD 962UiGS-5HacT2HnT) - CRS125 (CRS125-24G-1S) - RB2011 (RB2011UAS) - PWR-Line upgrading firmware went fine ... RB1100 (PowerPC) hAP mini (RB931-2nD) (smips) also went fine waiting with my CCR1009 until there is more known about the reb...
by eddieb
Fri Oct 29, 2021 2:51 pm
Forum: General
Topic: winbox for ARM Macs
Replies: 3
Views: 2270

Re: winbox for ARM Macs

winbox (32 and 64) and also dude-client (32) work fine with CrossOver on MacOs including M1 ...
by eddieb
Tue Oct 19, 2021 12:36 pm
Forum: General
Topic: Ethernet Port Flapping on MikroTik Routers
Replies: 17
Views: 7628

Re: Ethernet Port Flapping on MikroTik Routers

I must disagree with the statement "common"

I am using dozens of MT devices for more than 5 years and have seen this only once.
AND that was caused by a bad cable between some cheap switch and a MT device ...
by eddieb
Fri Oct 15, 2021 12:28 pm
Forum: Announcements
Topic: v6.49 [stable] is released!
Replies: 219
Views: 95829

Re: v6.49 [stable] is released!

Just upgraded a bunch of devices from 6.48.4 to 6.49

on my CRS125 I lost temperature from system health ... (and so on snmp ...)
created a support ticket #[SUP-63119] on this
I just got an answer from support with a fix. Works fine.
I guess this will be released soon.

great work MT,
thanks
by eddieb
Thu Oct 14, 2021 12:07 pm
Forum: Announcements
Topic: v6.49 [stable] is released!
Replies: 219
Views: 95829

Re: v6.49 [stable] is released!

Just upgraded a bunch of devices from 6.48.4 to 6.49

on my CRS125 I lost temperature from system health ... (and so on snmp ...)
created a support ticket #[SUP-63119] on this
by eddieb
Wed Oct 13, 2021 4:27 pm
Forum: General
Topic: Which self hosted log server / analyzer do you recommend?
Replies: 10
Views: 2349

Re: Which self hosted log server / analyzer do you recommend?

I have 6 MT devices reporting to splunk ...
2 gateways
and 4 AP
on 2 locations connected to 100Mbit fiber internet
management with ipsec tunnel ...
all using jotne's fine scripts

about 50 wifi clients in both networks

today in 16 hours time I have used about 6% of the license
by eddieb
Wed Oct 13, 2021 11:41 am
Forum: General
Topic: Which self hosted log server / analyzer do you recommend?
Replies: 10
Views: 2349

Re: Which self hosted log server / analyzer do you recommend?

splunk runs here on my syno 920+ in docker ...
works for me ...
by eddieb
Tue Sep 28, 2021 6:29 pm
Forum: Beginner Basics
Topic: Upgrade problems with CCR 1009 [SOLVED]
Replies: 11
Views: 1896

Re: Upgrade problems with CCR 1009 [SOLVED]

the only right way to do a factory reset is a netinstall ...

better safe than sorry
by eddieb
Thu Sep 16, 2021 12:22 pm
Forum: Announcements
Topic: WinBox v3.31 released!
Replies: 65
Views: 97930

Re: WinBox v3.31 released!

upgrading on OSX 10.15.x under crossover went smooth, thanks
by eddieb
Wed Sep 01, 2021 9:00 am
Forum: The Dude
Topic: Dude notifications, execute on server, ssh
Replies: 5
Views: 9642

Re: Dude notifications, execute on server, ssh

if you have doubts about the keyfile used by the ssh command you could try to specify the name on the commandline ...
by eddieb
Tue Aug 24, 2021 12:05 pm
Forum: Announcements
Topic: v6.48.4 [stable] is released!
Replies: 68
Views: 72563

Re: v6.48.4 [stable] is released!

upgraded all my devices from .3 to .4 without any issues.
Keep up the great work
by eddieb
Tue Jun 15, 2021 1:23 pm
Forum: The Dude
Topic: Dude causing massive packet loss/disruption of service
Replies: 9
Views: 9012

Re: Dude causing massive packet loss/disruption of service

In that case, create a supout.rif direct after such a disruption and file a ticket to support@mikrotik.com ...
by eddieb
Tue Jun 15, 2021 12:08 pm
Forum: The Dude
Topic: Dude causing massive packet loss/disruption of service
Replies: 9
Views: 9012

Re: Dude causing massive packet loss/disruption of service

did you look at the resource use on that device ?

btw, I never run 2 totaly different functions on 1 device if that device is critical for production ...
a router is critical, a monitor should run on a different device .
by eddieb
Tue Jun 15, 2021 9:43 am
Forum: The Dude
Topic: Dude causing massive packet loss/disruption of service
Replies: 9
Views: 9012

Re: Dude causing massive packet loss/disruption of service

as Dude just polls devices and does not change anything, it is very unlikelikely that Dude monitoring is the real problem. Devices "doing strange things" because they are polled might cause problems and the root cause must be found there. To start send all you syslog to a syslog server and...
by eddieb
Fri Jun 04, 2021 12:44 pm
Forum: Announcements
Topic: WinBox v3.28 released!
Replies: 35
Views: 29994

Re: WinBox v3.28 released!

Upgrade inside CrossOver on OSX went smooth, tnx for the update
by eddieb
Sat May 29, 2021 11:55 am
Forum: Useful user articles
Topic: Tool: Using Splunk to analyse MikroTik logs 3.3 (Graphing everything) 💾 🛠 💻 📊
Replies: 472
Views: 308986

Re: Tool: Using Splunk to analyse MikroTik logs 3.2 (Graphing everything)

Screenshot 2021-05-29 at 10.53.57.png
that search gives me no results ... (I have 6 devices reporting)
by eddieb
Sat May 29, 2021 10:01 am
Forum: Useful user articles
Topic: Tool: Using Splunk to analyse MikroTik logs 3.3 (Graphing everything) 💾 🛠 💻 📊
Replies: 472
Views: 308986

Re: Tool: Using Splunk to analyse MikroTik logs 3.2 (Graphing everything)

@jotne
I did enroll 4.3 to a router and that stopped display "uptime" in the devicelist in spl3.2 ...
Did a rollback to 4.2
by eddieb
Wed May 26, 2021 1:29 pm
Forum: Announcements
Topic: v6.48.3 [stable] is released!
Replies: 111
Views: 69441

Re: v6.48.3 [stable] is released!

Upgrading all my devices from 6.48.2 to 6.48.3 went smooth, no problems. Running 6.48.3 (stable) on : CCR1009-8G-1S (2x ipsec/l2tp site-to-site, ipsec/l2tp roadwarrior, dhcpd, dns), CRS125-24G-1S, RB1100, RB962UiGS-5HacT2HnT (10pc), RB931-2nD, RB951, RB750GL ,RB2011UAS-RM, PWR-LINE-AP, RBwAPGR-5HacD...
by eddieb
Mon May 03, 2021 6:18 pm
Forum: Announcements
Topic: SwOS version 2.13 released!
Replies: 63
Views: 293268

Re: SwOS version 2.13 released!

I managed to get my 4 CSS106 switches to upgrade to FW2.13 ... the culprit seems that (at least mine) don't like to get upgraded while having allowing access only from VLAN 99 ... during upgrade it somewhere looses the VLAN config and it wants to connect over default vlan ( 1 ) ... disabling the acc...
by eddieb
Mon May 03, 2021 10:47 am
Forum: Announcements
Topic: SwOS version 2.13 released!
Replies: 63
Views: 293268

Re: SwOS version 2.13 released!

stil no luck here...
I tried with and without rstp enabled.
right after power cycling, always the same result, the new version is detected and the process seems to start.
Failing after a couple of seconds ... (into FW2.0) and need to power-cycle to get back into FW2.12
by eddieb
Sun May 02, 2021 10:08 am
Forum: The Dude
Topic: Use Dude to monitor linux server and/or Proxmox
Replies: 5
Views: 9429

Re: Use Dude to monitor linux server and/or Proxmox

This is not a dude issue, if you run a snmpwalk on your local machine you will probably see the same.
You need to configure the snmpd on the machine that you want to monitor to show you more info.
Default it just shows some basic info.
by eddieb
Sat May 01, 2021 9:40 am
Forum: Announcements
Topic: SwOS version 2.13 released!
Replies: 63
Views: 293268

Re: SwOS version 2.13 released!

Let me explain a little bit more ... I am running vlan 99 on my uplink for management traffic. So the switches have an address in my management vlan. I tried to upgrade from a W10 laptop connected to that vlan. The default gateway in that vlan has internet access. Normal ROS devices can upgrade dire...
by eddieb
Fri Apr 30, 2021 10:32 am
Forum: Announcements
Topic: SwOS version 2.13 released!
Replies: 63
Views: 293268

Re: SwOS version 2.13 released!

tnx for the suggestion @EdPa the switch was running rstp and I disabled it. same result. The upload process starts and fails. devices reboots into FW2.0. after power cycle it is back in 2.12 and running. I tried to manually upload the new fw, same result. device reboots into FW2.0 ... after power cy...
by eddieb
Fri Apr 30, 2021 7:57 am
Forum: Announcements
Topic: SwOS version 2.13 released!
Replies: 63
Views: 293268

Re: SwOS version 2.13 released!

Did You get the switch to download and install? Or did You download the file and installed manually? I have one CSS106-1G-4P-1S, and the upgrade went fine. The switch downloaded and installed the update. I tried both ways, downloading thru the switch starts and after a couple of seconds fails ... r...
by eddieb
Thu Apr 29, 2021 11:12 am
Forum: Announcements
Topic: SwOS version 2.13 released!
Replies: 63
Views: 293268

Re: SwOS version 2.13 released!

uploading firmware to the CSS106 also fails, device reboots into factory firmware.
after powercycle the swith is back in 2.12 ...
by eddieb
Thu Apr 29, 2021 9:36 am
Forum: Announcements
Topic: SwOS version 2.13 released!
Replies: 63
Views: 293268

Re: SwOS version 2.13 released!

my 1st attempt to upgrade a RB260GS(CSS106-5G-1S) from 2.12 to 2.13 thru a browser failed.
Upgrade was visible and started, device prompted "upgrade failed" and did reset tot firmware 2.0 and lost normal settings ...
by eddieb
Fri Apr 23, 2021 6:13 pm
Forum: Announcements
Topic: v6.48.2 [stable] is released!
Replies: 141
Views: 61731

Re: v6.48.2 [stable] is released!

No, no problems here, on all my devices the security package is enabled
Thanks, but II think you have not understand the problem:
you have try to downgrade/upgrade 6.48.2 with security ON PURPOSE disabled?
why should I ? Everything is running fine, no need to do such a thing.
by eddieb
Fri Apr 23, 2021 5:03 pm
Forum: Announcements
Topic: v6.48.2 [stable] is released!
Replies: 141
Views: 61731

Re: v6.48.2 [stable] is released!

No, no problems here, on all my devices the security package is enabled
by eddieb
Mon Apr 19, 2021 3:25 pm
Forum: Announcements
Topic: v6.48.2 [stable] is released!
Replies: 141
Views: 61731

Re: v6.48.2 [stable] is released!

On my rb750gr3 no problems with system health ... works fine in winbox
by eddieb
Wed Apr 14, 2021 11:06 am
Forum: Announcements
Topic: v6.48.2 [stable] is released!
Replies: 141
Views: 61731

Re: v6.48.2 [stable] is released!

Upgrading all my devices from 6.48.1 to 6.48.2 went smooth, no problems.
by eddieb
Sun Apr 11, 2021 9:56 am
Forum: The Dude
Topic: Mikrotik Dude Server History Disk Space issue
Replies: 7
Views: 7570

Re: Mikrotik Dude Server History Disk Space issue

I had dude running on CHR until 2 years ago, It worked ...
I switched to a dedicated RB 750G r3 with an 64GiB SDcard mounted on /dude.
Less problems with upgrading and no issues with unstable host systems ...
by eddieb
Sat Apr 10, 2021 5:47 pm
Forum: The Dude
Topic: Mikrotik Dude Server History Disk Space issue
Replies: 7
Views: 7570

Re: Mikrotik Dude Server History Disk Space issue

Of course not, but you probably stored the config and database on a part of the memory that is not intended for this use and is wiped during reboot ... If the device does not have enough storage you should use external storage for dude, it can use al lot of storage ... If there is no SD, you might w...
by eddieb
Mon Mar 29, 2021 12:48 pm
Forum: Useful user articles
Topic: Tool: Using Splunk to analyse MikroTik logs 3.3 (Graphing everything) 💾 🛠 💻 📊
Replies: 472
Views: 308986

Re: Tool: Using Splunk to analyse MikroTik logs 3.2 (Graphing everything)

2b) Then select what modules to log. I do suggest that you send all DHCP logs including debug and all other logs that are not debug. It is very important to name the prefix like this "MikroTik" and not "mikrotik" or some other. Splunk uses the MikroTik prefix to find out what ty...
by eddieb
Mon Mar 29, 2021 12:12 pm
Forum: Useful user articles
Topic: Tool: Using Splunk to analyse MikroTik logs 3.3 (Graphing everything) 💾 🛠 💻 📊
Replies: 472
Views: 308986

Re: Tool: Using Splunk to analyse MikroTik logs 3.2 (Graphing everything)

I noticed your change on the main topic.
you need to modify the line for the webinterface ;-)
by eddieb
Mon Mar 29, 2021 11:20 am
Forum: Useful user articles
Topic: Tool: Using Splunk to analyse MikroTik logs 3.3 (Graphing everything) 💾 🛠 💻 📊
Replies: 472
Views: 308986

Re: Tool: Using Splunk to analyse MikroTik logs 3.2 (Graphing everything)

tnx, I updated the script ;-) btw, I ran into the 500MB free licence limit the 2nd day it was running ... As I am running dude with SNMP monitoring, the rule /system logging add action=logserver prefix=MikroTik topics=!debug,!packet to log everything produces a LOT of snmp log traffic. I had to chan...
by eddieb
Mon Mar 29, 2021 11:11 am
Forum: The Dude
Topic: Mikrotik Dude Server History Disk Space issue
Replies: 7
Views: 7570

Re: Mikrotik Dude Server History Disk Space issue

I run dude on a dedicated RB 750G r3 with an 64GiB SDcard mounted on /dude.
all dude data is stored on that SDcard
by eddieb
Fri Mar 26, 2021 5:22 pm
Forum: Useful user articles
Topic: Tool: Using Splunk to analyse MikroTik logs 3.3 (Graphing everything) 💾 🛠 💻 📊
Replies: 472
Views: 308986

Re: Tool: Using Splunk to analyse MikroTik logs 3.2 (Graphing everything)

Hi Jotne, a couple of days ago I discoverd that running splunk in docker on my Synology NAS was way easier than I ever thought ... Everything runs smooth but I have 1 question about NTP/SNTP, all my "ntp slave" devices run SNTP instead of NTP, NTP only runs on my borderrouter ... All devi...
by eddieb
Wed Mar 24, 2021 8:43 am
Forum: General
Topic: PWR-Line AP - what firmware version is usable? Neighbor visible yet no IP traffic
Replies: 1
Views: 827

Re: PWR-Line AP - what firmware version is usable? Neighbor visible yet no IP traffic

I am running a 2 pwr-line-ap connection for weeks now on 6.48.1 without any problems
by eddieb
Sat Mar 06, 2021 6:39 pm
Forum: The Dude
Topic: Dude dude-6.48.1 will not install on hAP AC2
Replies: 10
Views: 6398

Re: Dude dude-6.48.1 will not install on hAP AC2

Keep in mind that running dude to monitor a large environment takes a lot of resources ...
A hAP AC2 is intended to be a wifi accesspoint for home use.
you might want to lookout for a dedicated "stronger" device as your network grows ...
by eddieb
Sat Mar 06, 2021 6:28 pm
Forum: The Dude
Topic: Dude dude-6.48.1 will not install on hAP AC2
Replies: 10
Views: 6398

Re: Dude dude-6.48.1 will not install on hAP AC2

please post the first lines of your log after rebooting ?
there should be some info about that file
by eddieb
Sat Mar 06, 2021 5:50 pm
Forum: The Dude
Topic: Dude dude-6.48.1 will not install on hAP AC2
Replies: 10
Views: 6398

Re: Dude dude-6.48.1 will not install on hAP AC2

What version is the rest of the hAP AC2 running ?
by eddieb
Sat Mar 06, 2021 5:10 pm
Forum: The Dude
Topic: Dude dude-6.48.1 will not install on hAP AC2
Replies: 10
Views: 6398

Re: Dude dude-6.48.1 will not install on hAP AC2

that means the dude database must be stored on some external media, it won't fit on the build-in memory ...
The package should always be installed in /files
by eddieb
Sat Mar 06, 2021 4:21 pm
Forum: The Dude
Topic: Dude dude-6.48.1 will not install on hAP AC2
Replies: 10
Views: 6398

Re: Dude dude-6.48.1 will not install on hAP AC2

I don't understand what you are trying to do with the USB stick.

The upgrade/install process does not work from an USB stick.

you need to put the file dude-6.48.1-arm.npk in the /files directory and reboot to install it
by eddieb
Fri Mar 05, 2021 9:42 pm
Forum: General
Topic: Secure Road Warrior VPN in 6.48
Replies: 11
Views: 3965

Re: Secure Road Warrior VPN in 6.48

to make things a bit more clear, my config is running on my CCR1009 gateway, directly connected to internet.
by eddieb
Thu Mar 04, 2021 5:39 pm
Forum: General
Topic: Secure Road Warrior VPN in 6.48
Replies: 11
Views: 3965

Re: Secure Road Warrior VPN in 6.48

the roadwarrior topic has been around a while. my basic config is written here and it still works fine on 6.48.1 https://forum.mikrotik.com/viewtopic.php?f=2&t=146049&p=718941&hilit=ipsec#p718941 the bug mentioned in this discussion is fixed a while a go, I did not change my config. my c...
by eddieb
Fri Feb 26, 2021 11:42 am
Forum: Announcements
Topic: v6.48.1 [stable] is released!
Replies: 103
Views: 60246

Re: v6.48.1 [stable] is released!

I have 1 report with SIP problems on 6.48.1 on a 4011
Gigaset N300A basestation is unable to connect to the sip provider with MNDP on...

disabling it in IP->Neighhour->Discovery Settings solves the problem and all works fine
by eddieb
Tue Feb 23, 2021 11:03 am
Forum: General
Topic: Winbox - Darkmode - Please [SOLVED]
Replies: 33
Views: 20804

Re: Winbox - Darkmode - For the love of God, Please. [SOLVED]

Please Mikrotik,

do NOT spent your time on something like Darkmode, it is not neccesary !
Focus on fixing bugs in ROS and prepare for ROS7...
by eddieb
Mon Feb 22, 2021 9:38 am
Forum: The Dude
Topic: Dude 6.48.1 client server connection issue
Replies: 1
Views: 4006

Re: Dude 6.48.1 client server connection issue

no problems here, 1st screen is visible a couple of seconds after connect ...
running dude server on RB750Gr3 and client on Crossover OSX
by eddieb
Thu Feb 18, 2021 8:54 am
Forum: General
Topic: Upgrading Mikrotik devices through Dude
Replies: 4
Views: 971

Re: Upgrading Mikrotik devices through Dude

Unable to upload Ros firmware to Dude/files , Drag and drop doesn't work.Tried everything but failed.As per the manual to upgrade devices through dude ros firmware should be first uploaded to dude/files.
As @karlisi said, You can not upload thru the dude client. You need to use winbox to do that.
by eddieb
Wed Feb 17, 2021 10:42 am
Forum: General
Topic: Upgrading Mikrotik devices through Dude
Replies: 4
Views: 971

Re: Upgrading Mikrotik devices through Dude

What kind of help do you need ?
by eddieb
Tue Feb 16, 2021 12:53 pm
Forum: Scripting
Topic: MtkManager (Remote upgrade tool for RouterOS)
Replies: 32
Views: 12841

Re: MtkManager (Remote upgrade tool for RouterOS)

just sent you an email ;-)
I would like to participate in testing MtkManager
by eddieb
Sun Feb 14, 2021 9:11 am
Forum: The Dude
Topic: DUDE / MIB CAMBIUM DOESNT WORK [SOLVED]
Replies: 1
Views: 5786

Re: DUDE / MIB CAMBIUM DOESNT WORK [SOLVED]

try to put your own mibs in /files/* directly, NOT in /files/default ...
at least that is what works here ...
by eddieb
Wed Feb 10, 2021 11:39 am
Forum: Announcements
Topic: v6.48.1 [stable] is released!
Replies: 103
Views: 60246

Re: v6.48.1 [stable] is released!

Screenshot 2021-02-10 at 10.37.14.png
on my RB750GR3 running 6.48.1 ...
no problems, there is just noting to configure so settings is empty ...
by eddieb
Mon Feb 08, 2021 4:14 pm
Forum: The Dude
Topic: Dude connects to ROS devices every minute and then disconnects
Replies: 44
Views: 20862

Re: Dude connects to ROS devices every minute and then disconnects

that is nasty, if MT can't reproduce it, they can't fix it ... The only thing that can be done is try to pinpoint it to certain hardware, configuration and/or combinations of that. I used to run dude on chr until 2 years ago, had so many VM related problems that I decided to get a dedicated MT devic...
by eddieb
Mon Feb 08, 2021 1:29 pm
Forum: Announcements
Topic: v6.48.1 [stable] is released!
Replies: 103
Views: 60246

Re: v6.48.1 [stable] is released!

you should not use that as only defense,
you should use firewall rules to protect your management interfaces
by eddieb
Mon Feb 08, 2021 12:06 pm
Forum: The Dude
Topic: Dude connects to ROS devices every minute and then disconnects
Replies: 44
Views: 20862

Re: Dude connects to ROS devices every minute and then disconnects

As I don't have any problems with dude, even on 6.48.1 it runs fine om my RB750Gr3. Probing not to many devices here, about 70 in several vlans and several L3 networks. Perhaps it is time to compare hardware ? where are you running dude on ? did you check /tools/profile ? How many devices are you pr...
by eddieb
Sat Feb 06, 2021 4:21 pm
Forum: Announcements
Topic: v6.48.1 [stable] is released!
Replies: 103
Views: 60246

Re: v6.48.1 [stable] is released!

Upgrading all my devices from 6.47.8 to 6.48.1 went smooth, no problems. Running 6.48.1 (stable) on : CCR1009-8G-1S (2x ipsec/l2tp site-to-site, ipsec/l2tp roadwarrior, dhcpd, dns), CRS125-24G-1S, RB1100, RB962UiGS-5HacT2HnT (10pc), RB931-2nD, RB951, RB750GL ,RB2011UAS-RM, PWR-LINE-AP, RB750Gr3 runn...
by eddieb
Mon Feb 01, 2021 10:13 pm
Forum: The Dude
Topic: Dude Client connects only in 1 out of 5 tries
Replies: 4
Views: 4214

Re: Dude Client connects only in 1 out of 5 tries

running 6.47.8 now. Never seen this problem since I started with Dude about 3 years ago.
by eddieb
Fri Jan 29, 2021 2:30 pm
Forum: RouterBOARD hardware
Topic: MT support refused to fix issues
Replies: 15
Views: 3816

Re: MT support refused to fix issues

Usually Mikrotik support tries very hard to solve problems. Sometimes we don't like what they say - like "it will be fixed in v7" - but they DO answer and try to fix things. I fully agree on that, they are very cooperative and ask you to do things to test so they can try to reproduce that...
by eddieb
Wed Jan 27, 2021 10:46 am
Forum: SwOS
Topic: CSS106 & Uptime
Replies: 8
Views: 7692

Re: CSS106 & Uptime

try on .1.3.6.1.2.1.1.3.0
Screenshot 2021-01-27 at 09.45.16.png
by eddieb
Wed Dec 30, 2020 9:53 am
Forum: General
Topic: Winbox - MacOS Big Sur
Replies: 27
Views: 13849

Re: Winbox - Big Sur

use crossover ...
you can run winbox.exe 32 or 64 bit with it
even dude-client will work
by eddieb
Mon Dec 28, 2020 10:28 pm
Forum: The Dude
Topic: Dude connects to ROS devices every minute and then disconnects
Replies: 44
Views: 20862

Re: Dude connects to ROS devices every minute and then disconnects

my RB750Gr3 says cpu-count 4 ...
Screenshot 2020-12-28 at 21.25.37.png
I am monitoring all my MT devices with both ROS monitoring and SNMP ...
Screenshot 2020-12-28 at 21.23.25.png
Screenshot 2020-12-28 at 21.23.42.png
by eddieb
Mon Dec 28, 2020 10:00 pm
Forum: The Dude
Topic: Dude connects to ROS devices every minute and then disconnects
Replies: 44
Views: 20862

Re: Dude connects to ROS devices every minute and then disconnects

dude is running on a dedicated RB750Gr3 which has a 4-core cpu ...
by eddieb
Mon Dec 28, 2020 9:26 pm
Forum: The Dude
Topic: Dude connects to ROS devices every minute and then disconnects
Replies: 44
Views: 20862

Re: Dude connects to ROS devices every minute and then disconnects

I am on dude 6.47.8 without any problems ...
(Max connection speed is 1GB/s here)

just my 2c
by eddieb
Mon Dec 28, 2020 10:00 am
Forum: Announcements
Topic: v6.48 [stable] is released!
Replies: 295
Views: 127556

Re: v6.48 [stable] is released!

Time for me to ask again, is the bug with the SFP ports not working fixed in this version? (my MikroTik hAP ac RB962UiGS-5HacT2HnT View this servicedesk in support portal ) Your issue might be depending on the type of SFP you use, I have 4pc of RB962UiGS-5HacT2HnT with Mikrotik SFP's and they work ...
by eddieb
Wed Dec 02, 2020 12:03 pm
Forum: The Dude
Topic: The Dude 64bit version?
Replies: 9
Views: 7329

Re: The Dude 64bit version?

Using CrossOver for a while now and I must admit, I am impressed.
32bit windows version of Dude client works smooth.
even upgrading to latest version inside the program worked.
64bit windows version of Winbox also. !
by eddieb
Tue Dec 01, 2020 5:30 pm
Forum: The Dude
Topic: Trap Generator set to "temp-exception"
Replies: 2
Views: 4933

Re: Trap Generator set to "temp-exception"

if the device gets to hot, it wil start sending snmp traps ...
by eddieb
Tue Dec 01, 2020 11:24 am
Forum: The Dude
Topic: Dude Server update OS
Replies: 12
Views: 5565

Re: Dude Server update OS

ok, this looks like a totally different issue.
you experience problems with connecting ROS devices in dude.
I had the same problem and until now it was always a problem with the credentials ...
by eddieb
Tue Dec 01, 2020 11:04 am
Forum: The Dude
Topic: Which dude version is stable??
Replies: 2
Views: 3243

Re: Which dude version is stable??

If you have crashes in dude server, contact mt support ...
send them a supout.riff and they should be able to help.
by eddieb
Tue Dec 01, 2020 11:00 am
Forum: Announcements
Topic: v6.47.8 [stable] is released!
Replies: 54
Views: 31306

Re: v6.47.8 [stable] is released!

upgraded last weekend, no problems here
by eddieb
Tue Dec 01, 2020 10:52 am
Forum: The Dude
Topic: Dude Server update OS
Replies: 12
Views: 5565

Re: Dude Server update OS

I am not exactly sure what you are asking for ... to be able to use dude server to upgrade mt devices in your network you need to put the correct .npk files in the /files directory on your dude server. my RB750Gr3 has a microsd in it and it is mounted at /dude, in my case the .npk files are in /dude...
by eddieb
Fri Nov 20, 2020 1:16 pm
Forum: The Dude
Topic: The Dude 64bit version?
Replies: 9
Views: 7329

Re: The Dude 64bit version?

dude client works with CrossOver !!!
running 32 bit dude client in a W10 32bit bottle on latest CrossOver on OSX Catalina (10.15.7).
Should even work on Big Sur, but for now I am not going to try that ...
(needless to say that winbox works fine in Crossover too !)
by eddieb
Fri Nov 13, 2020 11:15 am
Forum: The Dude
Topic: The Dude 64bit version?
Replies: 9
Views: 7329

Re: The Dude 64bit version?

Yesterday I updated my last MacBook Pro to 10.15.x and lost 32bit support. So NO dude client anymore here ... Running blind now and looking for alternatives, I tried several other monitoring systems but no one like Dude ... very sad I need to buy 1 wintendo machine in this Mac environment just to wa...
by eddieb
Thu Nov 12, 2020 11:08 am
Forum: The Dude
Topic: The Dude 64bit version?
Replies: 9
Views: 7329

Re: The Dude 64bit version?

with the upcoming Big Sur release, support for OSX 10.14 wil be dropped and there wil be no supported OSX capable running 32bit apps ...
This is the end of Dude on OSX ...
Very sad that MT still does not have a 64bit/OSX version..
Might be time to look into alternatives
by eddieb
Thu Aug 27, 2020 4:50 pm
Forum: Announcements
Topic: v6.47.2 [stable] is released!
Replies: 88
Views: 39758

Re: v6.47.2 [stable] is released!

updating to 6.47.2 went smooth ... from 6.47.1 to 6.47.2 done thru the dude ;-) No problems so far
Still running OSX 10.14.x to be able to run the 32bit Dude in Dude4Mac 6.47.2
by eddieb
Thu Aug 20, 2020 8:22 am
Forum: Wireless Networking
Topic: Mikrotik wi-fi and Iphone = problem
Replies: 104
Views: 124032

Re: Mikrotik wi-fi and Iphone = problem

set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40mhz-Ce country=netherlands disabled=no frequency=5260 installation=indoor max-station-count=50 mode=ap-bridge preamble-mode=long radio-name=funny5 security-profile=funny ssid=funny station-roaming=enabled wireless-protocol=802.11 w...
by eddieb
Wed Aug 19, 2020 10:40 pm
Forum: Wireless Networking
Topic: Mikrotik wi-fi and Iphone = problem
Replies: 104
Views: 124032

Re: Mikrotik wi-fi and Iphone = problem

running ROS for a couple of years in an Apple only network (IOS/IPadOS/OSX)
using 10 pc of hAP AC (RB962UiGS-5HacT2HnT) and max 250 wireless devices.
Everything works fine, no problems.
by eddieb
Fri Jul 17, 2020 10:36 am
Forum: General
Topic: firefox 78.0.2 can not connect to mikrotik sites ...
Replies: 10
Views: 4052

Re: firefox 78.0.2 can not connect to mikrotik sites ...

Hi @Normis,

thanks for keeping with me,
somehow the problem disappeared after a couple of days.
I really hope to find a cause but the lack of logging makes that difficult.
by eddieb
Thu Jul 16, 2020 9:26 am
Forum: General
Topic: firefox 78.0.2 can not connect to mikrotik sites ...
Replies: 10
Views: 4052

Re: firefox 78.0.2 can not connect to mikrotik sites ...

still not working on FF 78.0.2 on OSX ...
all other browsers work.
to bad no error message or logging ...
by eddieb
Sat Jul 11, 2020 8:50 pm
Forum: General
Topic: firefox 78.0.2 can not connect to mikrotik sites ...
Replies: 10
Views: 4052

Re: firefox 78.0.2 can not connect to mikrotik sites ...

yeah, that is the windows solution, i'd prefer the *nix solution, find the cause and solve it ... Screenshot 2020-07-11 at 19.48.16.png and YES, firefox will connect to other sites ... and YES, chrome, safari and brave will connect to mikrotik .. (using chrome now) until FF 78.0.1 I was using FF for...
by eddieb
Sat Jul 11, 2020 6:49 pm
Forum: General
Topic: firefox 78.0.2 can not connect to mikrotik sites ...
Replies: 10
Views: 4052

Re: firefox 78.0.2 can not connect to mikrotik sites ...

tnx for the suggestion,
my firefox has DOH disabled ...
by eddieb
Sat Jul 11, 2020 3:07 pm
Forum: General
Topic: firefox 78.0.2 can not connect to mikrotik sites ...
Replies: 10
Views: 4052

firefox 78.0.2 can not connect to mikrotik sites ...

A couple of days ago I updated Firefox from 78.0.1 to 78.0.2 and now I am unable to connect to https://www.mikrotik.com and https://forum.mikrotik.com ...
Running FF on OSX 10.14.x
no problems with Safari, Chrome or Brave.
Any suggestions ?
I allready cleared FF caches etc ...
by eddieb
Fri Jul 10, 2020 5:50 pm
Forum: General
Topic: Unofficial IRC channel for Mikrotik users
Replies: 12
Views: 7245

Re: Unofficial IRC channel for Mikrotik users

we would be better of with a discord support server ...
by eddieb
Thu Jul 02, 2020 7:44 am
Forum: The Dude
Topic: the new dude is garbage
Replies: 3
Views: 4053

Re: the new dude is garbage

As I don't see this issue on my dude, I would like to know what platform you are running dude on. I am running dude on a dedicated RB750GR3 now, used to run inside VBOX on an OSX server for years. On VBOX I had issues with UDP, if the host system used the same ports, sometimes packets would never re...
by eddieb
Sun Jun 28, 2020 8:43 am
Forum: The Dude
Topic: (BUG) Dude Client crashing on device details and charts
Replies: 33
Views: 12500

Re: (BUG) Dude Client crashing on device details and charts

at least file a bug report to support@mikrotik.com ...
by eddieb
Wed Jun 03, 2020 11:39 am
Forum: Announcements
Topic: v6.47 [stable] is released!
Replies: 348
Views: 171961

Re: v6.47 [stable] is released!

updating to 6.47 went smooth ... from 6.46.5 to 6.47 done thru the dude ;-) No problems so far Still running OSX 10.14.x to be able to run the 32bit Dude in Dude4Mac 6.47.
by eddieb
Fri May 29, 2020 9:38 am
Forum: General
Topic: RouterBOARD 750G r3 no HW Offload ?
Replies: 10
Views: 3170

Re: RouterBOARD 750G r3 no HW Offload ?

tnx for pointing to this documentation.
I think I can live with no HW acceleration on my local dude server ...
by eddieb
Fri May 29, 2020 7:18 am
Forum: General
Topic: RouterBOARD 750G r3 no HW Offload ?
Replies: 10
Views: 3170

Re: RouterBOARD 750G r3 no HW Offload ?

somehow setting STP on the bridge to none made the H appear ... but WHY ? all my other type of devices are running RSTP and do show the H ... interface bridge port print detail Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload 0 H interface=ether1 bridge=bridge priority=0x80 path-cost=1...
by eddieb
Thu May 28, 2020 9:42 pm
Forum: General
Topic: RouterBOARD 750G r3 no HW Offload ?
Replies: 10
Views: 3170

Re: RouterBOARD 750G r3 no HW Offload ?

I had port 5 connected and the H was not there ...
by eddieb
Thu May 28, 2020 9:24 pm
Forum: General
Topic: RouterBOARD 750G r3 no HW Offload ?
Replies: 10
Views: 3170

RouterBOARD 750G r3 no HW Offload ?

hi, I am running dude on a RouterBOARD 750G r3. Although it look like the device is capable to do hw offload it seems not to work ... system routerboard print routerboard: yes board-name: hEX model: RouterBOARD 750G r3 serial-number: xxxxxxxxxxxxxxxx firmware-type: mt7621L factory-firmware: 3.35 cur...
by eddieb
Wed Apr 15, 2020 1:14 pm
Forum: General
Topic: 6.46.5 dude agent memory leak ?
Replies: 0
Views: 1737

6.46.5 dude agent memory leak ?

Hi, I am running dude for years and it normally works fine. Last week I updated all devices from 6.46.3 to 6.46.5 and at first all looks ok. But, I am running 1 dude agent on a remote RB750GL that is monitoring a couple of devices behind it. It looks like it is running out of memory within 48hours. ...
by eddieb
Sun Apr 12, 2020 9:34 am
Forum: Beginner Basics
Topic: CRS125 Routing Performance
Replies: 9
Views: 3570

Re: CRS125 Routing Performance

Keep in mind that the CRS125 is a SWITCH ...
It can do wirespeed switching but all routing will go thru the not so strong CPU ...
IF you need routing, look for an other MT device, like a CCR or RB4000.
by eddieb
Sat Apr 11, 2020 11:43 am
Forum: Announcements
Topic: v6.46.5 [stable] is released!
Replies: 72
Views: 48859

Re: v6.46.5 [stable] is released!

updating to 6.46.5 went smooth ... from 6.46.3 to 6.46.5 done thru the dude ;-) No problems so far Still running OSX 10.14.x to be able to run the 32bit Dude in Dude4Mac 6.46.5 (which I created manually with some hints from Joshaven, thanks !) system auto upgrade works as designed. no problems. all ...
by eddieb
Thu Apr 02, 2020 8:17 am
Forum: Announcements
Topic: v6.46.4 [stable] is released!
Replies: 106
Views: 77669

Re: v6.46.4 [stable] is released!

smb on a security device is just crazy. It should be entirely removed from RouterOS. That's what nas devices are made for, firewalled behind the router.
+
by eddieb
Mon Mar 16, 2020 1:56 pm
Forum: Announcements
Topic: v6.46.4 [stable] is released!
Replies: 106
Views: 77669

Re: v6.46.4 [stable] is released!

We are looking into the communication issues with The Dude connecting through Agent. Other issues related with The Dude "std failure" message must be caused by old version on either The Dude server or RouterOS client. I did some testing : - upgraded dude-client to 6.46.4 - upgraded dude-s...
by eddieb
Wed Mar 11, 2020 1:34 pm
Forum: Announcements
Topic: v6.46.4 [stable] is released!
Replies: 106
Views: 77669

Re: v6.46.4 [stable] is released!

hmm, upgrading is difficult ... running 6.46.3 dude-client in wine on OSX. Normally it auto upgrades if the dude server is upgraded but now it doesn't. Instructions say : upgrade dude-client manually ... That won't work ! Did anybody build a dude-client for OSX in wine ? I really don't want to buy a...
by eddieb
Wed Feb 26, 2020 9:19 am
Forum: Announcements
Topic: SwOS version 2.11 released!
Replies: 47
Views: 97494

Re: SwOS version 2.11 released!

just upgraded 4pc CSS106-5G-1S without any issues.
by eddieb
Sat Jan 18, 2020 10:30 am
Forum: Announcements
Topic: v6.46.2 [stable] is released!
Replies: 120
Views: 62849

Re: v6.46.2 [stable] is released!

updating to 6.46.2 went smooth ... from 6.46.1 to 6.46.2 done thru the dude ;-)
No problems so far
by eddieb
Tue Dec 24, 2019 10:45 am
Forum: Announcements
Topic: v6.46.1 [stable] is released!
Replies: 71
Views: 60130

Re: v6.46.1 [stable] is released!

@complex1 I also did check all my other devices, no problems on other architectures.
AND,
I just filed a ticket on this issue as it should be done ...
by eddieb
Mon Dec 23, 2019 11:20 pm
Forum: Announcements
Topic: v6.46.1 [stable] is released!
Replies: 71
Views: 60130

Re: v6.46.1 [stable] is released!

reading your comment throws up a few questions ... - DID anyone actually report this to support@mikrotik.com ? Just shouting here is useless, this is a userforum and not an official support channel ... And I totally disagree on your statement about testing, the guys at MT perform countless tests on ...
by eddieb
Mon Dec 23, 2019 4:39 pm
Forum: Announcements
Topic: v6.46.1 [stable] is released!
Replies: 71
Views: 60130

Re: v6.46.1 [stable] is released!

I'll have to admit ...
I just checked the "Check installation" and it also fails with "damaged routeros-powerpc package: bad image".
... no problems while running ...,
by eddieb
Mon Dec 23, 2019 3:17 pm
Forum: Announcements
Topic: v6.46.1 [stable] is released!
Replies: 71
Views: 60130

Re: v6.46.1 [stable] is released!

upgrading my RB1100 (PPC) went flawlessly ...
by eddieb
Wed Dec 18, 2019 9:01 am
Forum: Announcements
Topic: v6.46.1 [stable] is released!
Replies: 71
Views: 60130

Re: v6.46.1 [stable] is released!

updating to 6.46.1 went smooth ... from 6.46 to 6.46.1 done thru the dude ;-)
dude font problem fixed.
No problems so far
by eddieb
Tue Dec 17, 2019 1:59 pm
Forum: Wireless Networking
Topic: WIFI AP Mikrotik with Sonoff Devices
Replies: 16
Views: 7255

Re: WIFI AP Mikrotik with Sonoff Devices

Hey eddieB, I dont have any tasmanian devils or komodo dragons or their offspring Tasmoto's but just wanted to say thanks for assisting others and trying to solve their issues!!! Good on ya mate! Thanks for your fellow heads-up. Most of the so called problems are just configuration issues ... Keep ...
by eddieb
Fri Dec 13, 2019 7:58 am
Forum: Wireless Networking
Topic: WIFI AP Mikrotik with Sonoff Devices
Replies: 16
Views: 7255

Re: WIFI AP Mikrotik with Sonoff Devices

Here you go ... RouterOS stripped to essential # dec/13/2019 06:34:03 by RouterOS 6.46 # software id = TNXU-TVMJ # # model = RouterBOARD 962UiGS-5HacT2HnT /interface bridge add admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no name=bridge /interface wireless channels add band=2ghz-g/n frequency=2412 list=2.4G...
by eddieb
Wed Dec 11, 2019 11:22 am
Forum: Wireless Networking
Topic: WIFI AP Mikrotik with Sonoff Devices
Replies: 16
Views: 7255

Re: WIFI AP Mikrotik with Sonoff Devices

Michael,

perhaps you should test your tasmota devices on a NON virtual AP and try if the problem still excists ...
I am running 10+ tasmota devices on my MT AP's and do not have any problems.
by eddieb
Sun Dec 08, 2019 11:03 am
Forum: Wireless Networking
Topic: HAP ac RB962UiGS-5HacT2HnT - client1<->AP<->client2 no more 150Mbit speed iperf3
Replies: 8
Views: 3370

Re: HAP ac RB962UiGS-5HacT2HnT - client1<->AP<->client2 no more 150Mbit speed iperf3

Using HAP AC (RB962) from Macbook to server on lan ... HAP AC runing on 40MHz channel width, great performance iperf3 -c 192.168.2.242 Connecting to host 192.168.2.242, port 5201 [ 4] local 192.168.2.220 port 62886 connected to 192.168.2.242 port 5201 [ ID] Interval Transfer Bandwidth [ 4] 0.00-1.00...
by eddieb
Fri Dec 06, 2019 9:38 am
Forum: Announcements
Topic: v6.46 [stable] is released!
Replies: 113
Views: 68928

Re: v6.46 [stable] is released!

Not so sure I want to upgrade, my RB450Gx4 is not a concern its my two CAPACs and the reports above of possible wifi issues????
running several HAP AC (RB962) on 6.46 ... dozens of IOS devices. I don't see any unexpected wifi reconnects ...
by eddieb
Thu Dec 05, 2019 9:05 am
Forum: Announcements
Topic: v6.46 [stable] is released!
Replies: 113
Views: 68928

Re: v6.46 [stable] is released!

updating to 6.46 went smooth ... from 6.45.7 to 6.46 done thru the dude ;-)
No problems so far
by eddieb
Sat Nov 02, 2019 12:50 pm
Forum: The Dude
Topic: Update wireless devices via The Dude
Replies: 4
Views: 5041

Re: Update wireless devices via The Dude

Can you tell us more about which packages can not be found ?
I use dude to upgrade all my devices and have at least one device running with separate package setup.
I could do some testing ...

Eddie
by eddieb
Fri Nov 01, 2019 9:27 am
Forum: Beginner Basics
Topic: I can't update CCR1036
Replies: 2
Views: 1372

Re: I can't update CCR1036

at least you can remove all "mipsbe" packages. A CCR is "tile" and needs only "tile" packages ...
by eddieb
Wed Oct 30, 2019 9:09 am
Forum: Announcements
Topic: v6.45.7 [stable] is released!
Replies: 104
Views: 69883

Re: v6.45.7 [stable] is released!

updating to 6.45.7 went smooth ... from 6.45.6 to 6.45.7 done thru the dude ;-)
No problems so far
by eddieb
Tue Oct 29, 2019 9:02 pm
Forum: The Dude
Topic: Dude constantly freezing
Replies: 9
Views: 7856

Re: Dude constantly freezing

dude 6.45.6 is running here since it was available. No freezes at all ...
Uptime is almost 20 days now, had to reboot OSX a couple of weeks ago.
runs on CHR in VBOX on OSX.
by eddieb
Tue Oct 15, 2019 9:03 am
Forum: General
Topic: MacOS Catalina, iOS, Catalyst, SwiftUI & Wine
Replies: 186
Views: 96922

Re: MacOS Catalina, iOS, Catalyst, SwiftUI & Wine

nothing wrong with a windows program, but please make it 64bit ...
I don't need OSX stuff, but 64bit would be nice
by eddieb
Mon Oct 14, 2019 8:28 pm
Forum: General
Topic: MacOS Catalina, iOS, Catalyst, SwiftUI & Wine
Replies: 186
Views: 96922

Re: MacOS Catalina, iOS, Catalyst, SwiftUI & Wine

Dude currently no immediate plans. Run it in Windows.
Wow, that is bad, so I have to buy 1 windows machine to run dude ????
BAD BAD BAD
by eddieb
Fri Sep 13, 2019 9:56 am
Forum: Announcements
Topic: v6.45.6 [stable] is released!
Replies: 58
Views: 60605

Re: v6.45.6 [stable] is released!

updating to 6.45.6 went smooth ... from 6.45.5 to 6.45.6 done thru the dude ;-)
No problems so far
by eddieb
Sun Sep 08, 2019 8:51 pm
Forum: General
Topic: Winbox 64bit Version
Replies: 79
Views: 38068

Re: Winbox 64bit Version

for now I'll just don't upgrade MacOS ...
Winbox on Wine works fine but is indeed a 32bit app.
I noticed that some guys @MT also use MacOS, so lets hope they will compile a 64bit version just because they need that for themselves ..

Eddie
by eddieb
Tue Sep 03, 2019 7:49 pm
Forum: General
Topic: Feature Request: IPerf
Replies: 70
Views: 24047

Re: Feature Request: IPerf

-1

don't put development effort in tools that do not belong on a router !
by eddieb
Fri Aug 30, 2019 8:47 pm
Forum: Announcements
Topic: v6.45.5 [stable] is released!
Replies: 53
Views: 49339

Re: v6.45.5 [stable] is released!

updating to 6.45.5 went smooth ... from 6.45.3 to 6.45.5 with some help from the dude ;-)
No problems so far
by eddieb
Sun Aug 25, 2019 8:36 am
Forum: General
Topic: 100% CPU load in CCR 1009 [SOLVED]
Replies: 22
Views: 7832

Re: 100% CPU load in CCR 1009 [SOLVED]

running that much cpu on console tasks is weird. That is why I asked for a config. If you run a /export hide-sensitive all password will be hidden. You can wipe all the ppp user names to and leave one ... BUT, the best way is to make a suppout.rif and send it to support@mikrotik.com, they can see in...
by eddieb
Sat Aug 24, 2019 1:18 pm
Forum: General
Topic: 100% CPU load in CCR 1009 [SOLVED]
Replies: 22
Views: 7832

Re: 100% CPU load in CCR 1009 [SOLVED]

The screenshot you posted with the profile running was sorted by NAME, please post one sorted by CPU use ?
Pleas post your config ( /export hide-sensitive ).

(never saw this behavior on my 1009 ... )
by eddieb
Thu Aug 22, 2019 8:28 am
Forum: General
Topic: Winbox 64bit Version
Replies: 79
Views: 38068

Re: Winbox 64bit Version

As winbox user on OSX I really want a 64bit version too, I want to upgrade my macbook and it is complaining about unable to use the 32bit version of winbox (in wine) ..
A native version would be great too

Eddie
by eddieb
Mon Aug 19, 2019 11:48 am
Forum: Wireless Networking
Topic: Nefit Easy dropping from 2.4GHz ...
Replies: 0
Views: 1187

Nefit Easy dropping from 2.4GHz ...

Hi, I have a strange issue with my Nefit Easy thermostat, it drops of my 2.4GHz and has lots of problems reconnecting ... running 3x hAP AC (RB962) with ROS-6.45.3 . 2.4GHz and 5GHz both running same SSID gateway to ISP is a CCR1009 on 6.45.3 about 20 different clients without problems (iPhone's/iPa...
by eddieb
Sun Jul 28, 2019 12:34 pm
Forum: Announcements
Topic: v6.45.2 [stable] is released!
Replies: 205
Views: 86940

Re: v6.45.2 [stable] is released!

updating to 6.45.2 went smooth ... from 6.45.1 to 6.45.2 with some help from the dude ;-)
No problems so far
  • 1
  • 2