Community discussions

MikroTik App

Search found 8 matches

by padrecc
Tue Dec 26, 2017 9:03 pm
Forum: Scripting
Topic: Startup script behavior [SOLVED]
Replies: 1
Views: 1194

Re: Startup script behavior [SOLVED]

Resolved by adding to the start

:local continue true;
:while ($continue) do {
:local intA [/interface find name="ether1"];\
:if ($intA !="") do={:set continue false;}
:delay
}
by padrecc
Mon Dec 25, 2017 10:38 pm
Forum: Scripting
Topic: Startup script behavior [SOLVED]
Replies: 1
Views: 1194

Startup script behavior [SOLVED]

In latest RoS version something changed in script behavior when it is configured to run on startup. By example very simple one line script. It will log something if interface with such name is found. :log error [/interface find name="ether1"] If you add such script and run it, you will see...
by padrecc
Mon May 16, 2016 7:17 pm
Forum: The Dude
Topic: The Dude, v6.36rc test builds.
Replies: 112
Views: 33266

Re: The Dude, v6.36rc test builds.

Any ETA when " * Add new notification method that allows to use ROS tool sms." will be available in RC builds?
by padrecc
Sat Jul 25, 2015 4:13 pm
Forum: Beginner Basics
Topic: LOLLIPOP PHONES DON'T WORK ON MIKROTIK x86 v6.30 . normis
Replies: 11
Views: 2986

Re: LOLLIPOP PHONES DON'T WORK ON MIKROTIK x86 v6.30 . normis

Install 6.30.2 bugfix release.
by padrecc
Fri Jul 17, 2015 10:57 pm
Forum: Announcements
Topic: 6.30 released
Replies: 180
Views: 65774

Re: 6.30 released

... after UPG v6.30 stopped working on connecting mobile clients via Android but Windows works normally...
Same here
by padrecc
Fri Jul 17, 2015 10:55 pm
Forum: Announcements
Topic: v6.30.x bugfix release
Replies: 136
Views: 52418

Re: v6.30.1 bugfix release

Something wrong with PPP for Android clients:
connecting >>> authenticated >>> terminated

I tried PPTP and L2TP/IPSEC and behavior is the same. Windows/Linux clients work flawlessly.
by padrecc
Mon Jan 26, 2015 1:38 pm
Forum: General
Topic: RouterOS v6.25
Replies: 107
Views: 45226

Re: RouterOS v6.25

Thank you very much for your reports and help. At the moment there have been fixes introduced to 6.26rc version, that is available from our download page.
What about bug in SSTP VPN+Windows 8.1, is it fixed in latest rc?
by padrecc
Mon Jan 14, 2013 2:11 am
Forum: General
Topic: Backup and Restore Certificates
Replies: 21
Views: 18185

Re: Backup and Restore Certificates

I'm on 5.22 and trying to configure nightly conf sync between routers but after it certificates became QR state :(
Both routers are identical RB1200

Any chances to fix it or workaround?