Community discussions

MikroTik App

Search found 13 matches

by Heathy65
Mon Jun 22, 2020 11:35 am
Forum: General
Topic: From Mikrotik to Ubiquiti UniFi and back to Mikrotik
Replies: 46
Views: 18587

From Mikrotik to Ubiquiti UniFi and back to Mikrotik

Hello all, it's ben a good while since I've been on here! Way-back-when I had a RB2011UiAS-2HnD-IN which I used as my main home router. This was connected to a pair of VDSL services via the two providers supplied 'broadband routers', with me using the RB2011 to load balance between the two among oth...
by Heathy65
Wed Jun 28, 2017 12:45 pm
Forum: General
Topic: Downgrade without Internet access
Replies: 3
Views: 868

Re: Downgrade without Internet access

Thanks for the advice.

In relation to the "upload the package(s)" is that a case of placing the ".npk" in the root (which I have tried).
by Heathy65
Wed Jun 28, 2017 12:16 pm
Forum: General
Topic: Downgrade without Internet access
Replies: 3
Views: 868

Downgrade without Internet access

Hmmm, I see to have killed my 2011UiAS-2HnD by upgrading it to v6.39.2 :-( It upgraded ok but then sat at 100% CPU for ages, then I could get at the GUI and noticed there's seemingly no Internet access. On further investigation there's an issue with the DNS settings (/ip dns). My original DNS server...
by Heathy65
Fri Mar 17, 2017 5:36 pm
Forum: RouterBOARD hardware
Topic: Ethernet Test Results
Replies: 3
Views: 2437

Re: Ethernet Test Results

Thanks for the comments, now I've realised I can't read :-)

I was reading 1,966.1 Mbps as approx 2 Mbps not approx 2 Gbps, doh....
by Heathy65
Fri Mar 17, 2017 2:58 pm
Forum: RouterBOARD hardware
Topic: Ethernet Test Results
Replies: 3
Views: 2437

Ethernet Test Results

I'm trying to get my head around the published Ethernet Test Results on the routerboard.com website. For example in relation to the RB962UiGS-5HacT2HnT the performance for in Routing / Fast Path is 1,966.1 Mbps (when using 1518 byte). My understanding is that Mbps = megabits per second. This unit ha...
by Heathy65
Tue Sep 01, 2015 11:11 pm
Forum: General
Topic: SOHO setup to prioritise WAN (i.e. ADSL) traffic at a device level
Replies: 1
Views: 650

SOHO setup to prioritise WAN (i.e. ADSL) traffic at a device level

I have a very poor/slow ADSL service at home so have configured Queue Trees and Mangle to prioritise traffic based on device (i.e. IP address). I've gone for a simple Platinum, Gold, Silver, Bronze configuration each with a different priority. However either I've configured it incorrectly or it's si...
by Heathy65
Wed Nov 12, 2014 11:07 pm
Forum: Scripting
Topic: Using global variable between scripts
Replies: 4
Views: 12884

Re: Using global variable between scripts

Right I did some experimentation with 3 scripts and a single global variable... # script testvarJustPrint :global testvar :log info ("script= testvarJustPrint : testvar= $testvar") # script testvarSetFalse :global testvar :set testvar false :log info ("script= testvarSetFalse : testva...
by Heathy65
Wed Nov 12, 2014 10:19 pm
Forum: Scripting
Topic: Using global variable between scripts
Replies: 4
Views: 12884

Re: Using global variable between scripts

"noib" thanks for the idea, that's quite clever.

"BartoszP" yes I have the write policy set for the script (I've been running this script manually to test it, not via a schedule).
by Heathy65
Wed Nov 12, 2014 11:49 am
Forum: Scripting
Topic: Using global variable between scripts
Replies: 4
Views: 12884

Using global variable between scripts

I have this script (which is a slightly modified version of a script on the mikrotik site http://wiki.mikrotik.com/wiki/Dynamic_DNS_Update_Script_for_dynDNS, the v5.x version) # Set needed variables :local username “<username>" :local password “<password>" :local hostname “<hostname>"...
by Heathy65
Thu Sep 18, 2014 5:47 pm
Forum: General
Topic: RB2011UiAS-2HnD running 6.13 - crashing
Replies: 2
Views: 938

Re: RB2011UiAS-2HnD running 6.13 - crashing

I've configured the watchdog functionality so hopefully if (when) it happens again it will at least restart on its own.
by Heathy65
Mon Sep 08, 2014 5:10 pm
Forum: General
Topic: RB2011UiAS-2HnD running 6.13 - crashing
Replies: 2
Views: 938

RB2011UiAS-2HnD running 6.13 - crashing

I have RB2011UiAS-2HnD running 6.13 which has been working fine for many months. However recently it's crashed (twice). The symptoms are that it's seemingly completely dead, it isn't routing, doesn't respond to pings and I can't access it via SSH or the web interface. Also the touch-screen is blank ...
by Heathy65
Mon Jun 02, 2014 8:23 pm
Forum: Beginner Basics
Topic: Newbie question - NAT?
Replies: 1
Views: 870

Newbie question - NAT?

Hi, I have a shiny new MikroTik RouterBoard RB2011UiAS-2HnD-IN and need some advice in relation to integrating it into my existing SOHO network. I have a single subnet on my LAN (172.16.100.0/24). My connectivity to the Internet is via 3 x ADSL circuits (all connected to Netgear DG834Gv3 ADSL Router...