Community discussions

MikroTik App

Search found 16 matches

by gbudny
Sun Feb 02, 2020 10:00 am
Forum: General
Topic: Cloud based management
Replies: 3
Views: 1398

Re: Cloud based management

Hey,

Despite of this what can be found on Github you can use e.g DUDE Server placed on CHR on e.g some VPS.
CHR would need to have VPNs to all monitored nodes but if your whole environment is ROS based it will do a lot things for you.
I think this is the lowest cost option possible.

Greg
by gbudny
Sun Feb 02, 2020 9:54 am
Forum: General
Topic: [Feature request] SNMP TFTP configuration backup
Replies: 2
Views: 2095

Re: [Feature request] SNMP TFTP configuration backup

Hi, RouterOS does have FTP and TFTP server features. By default FTP server is running, TFTP must be configure manually. I am not sure of doing as you described is possible but in general you can access ROS via FTP/TFTP and download/upload files you want. Using scripts should be also helpful with /to...
by gbudny
Sun Feb 02, 2020 9:36 am
Forum: Virtualization
Topic: problems activating license CHR
Replies: 6
Views: 13622

Re: problems activating license CHR

Hi, In general activating CHR works with no issues. To activate license you need to have MT Account and valid CHR license there. If you have pre paid key you have to activate its usage first. System ID on MT must match ID on the portal. If you have this MT visible on the portal you can upgrade licen...
by gbudny
Sun Feb 02, 2020 9:26 am
Forum: Scripting
Topic: Useful scripts
Replies: 116
Views: 298295

Re: Useful scripts

Hi all,

Let me also share my scripts collection with you - maybe you will find few of them helpful or useful as they are to me;)

https://github.com/gbudny93/RouterOS_Useful_Scripts

Greg
by gbudny
Fri Aug 09, 2019 6:23 pm
Forum: Scripting
Topic: Ping MAC
Replies: 1
Views: 2127

Re: Ping MAC

You will not be able to ping MAC. I think you need to find corresponding IP with other script or fucntion using ip arp.
E.g store value of IP from ip arp print of matches particular MAC and than just ping IP.

I hope it will help a bit
by gbudny
Fri Aug 09, 2019 6:15 pm
Forum: Scripting
Topic: string comparaition
Replies: 2
Views: 4986

Re: string comparaition

Hey, RouterOS does support String comparison ;) There are few bugs in the script so maybe that is why it is not working. Remember to put proper construction of :if statement. There are missing "do=" syntax. proper syntax is :if (sth) do={} else={} delay command must be followed by ":&...
by gbudny
Wed Jul 10, 2019 5:17 pm
Forum: Beginner Basics
Topic: CAPsMAN with virtual AP
Replies: 1
Views: 1769

Re: CAPsMAN with virtual AP

Hey, always physical wlan interfaces are the master interfaces. Depending on your wlan architecture you need to have as many configs, datapaths, security profiles etc as many SSIDs you have. To physical interface you need to assign config and then create vitrtual interface pointing to master interfa...
by gbudny
Fri Jul 05, 2019 6:13 pm
Forum: Scripting
Topic: Powershell Module
Replies: 23
Views: 21233

Re: Powershell Module

Hey,

flydvorkin thanks a lot ! Have you planned to add it on git as a fork to let us work on this or report issues/bugs etc ?
I use API quite lot and would appreciate it ;)

Thanks
by gbudny
Sun Jan 27, 2019 9:55 pm
Forum: Scripting
Topic: Powershell Module
Replies: 23
Views: 21233

Re: Powershell Module

Hello ! Module is great and helped me a lot :) works like a charm ! But I have the same issue while trying to get count only to the script :( By the way, have you considered putting the source of module on GitHub and allow e.g us to contribute with issue, bugs resolving and improving it ? ;) - would...
by gbudny
Thu Jan 24, 2019 12:37 pm
Forum: General
Topic: Automated backups [SOLVED]
Replies: 3
Views: 2159

Re: Automated backups [SOLVED]

Hi,

You can also use tool desribed here viewtopic.php?f=2&t=144463&p=710908&hil ... ps#p710908
It stores backup and rsc files to centralized location basec on XML file and send it via email ;)

Best Regards
by gbudny
Thu Jan 24, 2019 12:37 pm
Forum: Beginner Basics
Topic: Soft for autobackup many device
Replies: 3
Views: 1676

Re: Soft for autobackup many device

Hi,

You can also use tool desribed here viewtopic.php?f=2&t=144463&p=710908&hil ... ps#p710908
It stores backup and rsc files to centralized location basec on XML file and send it via email ;)

Best Regards
by gbudny
Wed Jan 23, 2019 10:33 pm
Forum: General
Topic: Refreshed MikroTik Automated Backups Application
Replies: 0
Views: 1008

Refreshed MikroTik Automated Backups Application

Hello everyone, At the very beginning of my journey with MikroTiks I used mtbackup.exe app available on wiki to make a copy of each device. After some time, it became hard to manage more and more devices with this tool. Backups verification became more time consuming and also, making a copy of *.rsc...
by gbudny
Sun Jan 20, 2019 1:44 pm
Forum: Wireless Networking
Topic: Capsman redundancy certificate issue
Replies: 2
Views: 3959

Re: Capsman redundancy certificate issue

Hi, I had the same concern while planning to have redundant CAPsMAN. Solution worked for me ! Thanks a lot :) it is good to have certificate and lock to CAPsMAN feature on as e.g I had an issue that 3 controllers were in the same network due to customer limitations and APs roamed randomely between a...
by gbudny
Sun Dec 10, 2017 4:25 pm
Forum: General
Topic: OpenFlow Baginner
Replies: 0
Views: 745

OpenFlow Baginner

Hi everyone! Has anyone of you ever made working OpenFlow on RoterOS with ODL. I cant figure out what is wrong with my setup. I have ODL latest Carbon release placed on physical PC 192.168.56.101 I have CHR 6.40.5 placed on VirtualBox. Ping between is OK. I have installed and enabled OpenFlow on CHR...
by gbudny
Wed Jun 21, 2017 1:33 pm
Forum: Beginner Basics
Topic: ether1: Probably look (How to solve?)
Replies: 14
Views: 3608

Re: ether1: Probably look (How to solve?)

Hi,

Could you please provide a config ?

It means that loop exists in the network.
Packet data loss is caused due to broadcast storms.
Loop may be caused by physical short ports connection or something is wrong with config.

Regards
Grzegorz
by gbudny
Tue May 23, 2017 8:52 pm
Forum: Wireless Networking
Topic: max key exchange retries (capsman)
Replies: 9
Views: 6171

Re: max key exchange retries (capsman)

Hello,

Has anyone ever found a solution for this ?
Or know the root of this issue?

Regards