Community discussions

MikroTik App

Search found 5 matches

by Ixti
Mon Sep 30, 2013 5:11 am
Forum: Scripting
Topic: Script doesn't work ok. Please help me solve problem
Replies: 3
Views: 1679

Re: Script doesn't work ok. Please help me solve problem

The IP address as stored in the variable also includes the CIDR notation. Try using a small code section to snip it (and thank Boretto): :local largo [:len $yourIPvariablenamehere]; :local largo [:put ($largo-3)]; :local nomask [:pick $yourIPvariablenamehere 0 $largo]; ## replace "local" b...
by Ixti
Mon Sep 30, 2013 5:01 am
Forum: Scripting
Topic: Router Babysitting Watchdogs: Gmail IP, Boot IP, IP Change
Replies: 1
Views: 1750

Re: Router Babysitting Watchdogs: Gmail IP, Boot IP, IP Chan

Below are the scripts with titles and advisory run schedule, without comments Gmail IP Updater - Run every 1 - 24 hours :local gmailIP :set gmailIP [:put {:resolve "smtp.gmail.com"}]; /tool e-mail set server=$gmailIP IP Boot Notifier - Run on boot only - can also be used as an IP Checkin t...
by Ixti
Mon Sep 30, 2013 4:54 am
Forum: Scripting
Topic: Router Babysitting Watchdogs: Gmail IP, Boot IP, IP Change
Replies: 1
Views: 1750

Router Babysitting Watchdogs: Gmail IP, Boot IP, IP Change

I wrote/modified a few scripts to assist with babysitting remote routers. These should be quite scalable and generate minimal traffic when configured correctly. Updated for RouterOS v6.4. Thank you to SurferTim, Boretto, and the Mikrotik Wiki. I'll also attach the scripts without comments at the end...
by Ixti
Thu Feb 25, 2010 9:46 pm
Forum: Scripting
Topic: v3.25 script backup not work !
Replies: 17
Views: 8394

Re: v3.25 script backup not work !

Port 587, for those who can't read the video.
by Ixti
Wed Jun 18, 2008 2:30 am
Forum: Wireless Networking
Topic: Support for PCI Express wireless adapters?
Replies: 11
Views: 5217

Re: Support for PCI Express wireless adapters?

I was just searching for something for my SD01XD XPC, trying to take advantage of the unadvertised antennas and mini pci-express, and ran across this (admittedly sketchy) review of a SparkLan Mini PCI Express here. Hopefully this will help you out!


Ixti