Community discussions

MikroTik App

Search found 11 matches

by nikolasc
Sun Aug 14, 2016 8:43 am
Forum: Scripting
Topic: Possible bug with get in /routing bgp advertisements
Replies: 1
Views: 1050

Re: Possible bug with get in /routing bgp advertisements

Unfortunately the only thing that you can get from the “/routing bgp advertisements get” is the internal ID number, not the value-name=prefix For example :put [routing bgp advertisements get number=*0] .id=*0 One peer have many prefix to advertise and you need :foreach command to find all of those Y...
by nikolasc
Sun Mar 13, 2016 8:35 am
Forum: Scripting
Topic: Bandwidth test script
Replies: 2
Views: 2693

Re: Bandwidth test script

700 = 700 bps not 700 Mbps
Try 700M or something around ~700000000
by nikolasc
Wed Mar 05, 2014 8:46 pm
Forum: Scripting
Topic: Link performances vs frequency
Replies: 1
Views: 1162

Re: Link performances vs frequency

Major changes to ... Controls when the client was connected within a designated time instead of waiting a predetermined time to check if connected. (faster) The bw test are 2 groups (both & one way) If there is no answer at tcp/ip bypassed the whole group (faster, less likely to hang the script)...
by nikolasc
Fri Feb 28, 2014 11:10 am
Forum: Scripting
Topic: Link performances vs frequency
Replies: 1
Views: 1162

Link performances vs frequency

The challenge is to find the best frequency to works a point to point link. Factors that influence may be the same antenna system, noise, interference from other link to the same point or at the other end. The solution to do some tests on our own at various frequencies are guaranteed but quite time ...
by nikolasc
Tue Jan 21, 2014 4:15 pm
Forum: Virtualization
Topic: OpenWRT MetaROUTER with 12.09 and Linux 3.3 [PATCH and tgz]
Replies: 25
Views: 20803

Re: OpenWRT MetaROUTER with 12.09 and Linux 3.3 [PATCH and t

I was using patch -p0 < according to mikrotik how to build openwrt metarouter image
with patch -p1 < works fine

Very nice job
Thank you
by nikolasc
Tue Jan 21, 2014 9:48 am
Forum: Virtualization
Topic: OpenWRT MetaROUTER with 12.09 and Linux 3.3 [PATCH and tgz]
Replies: 25
Views: 20803

Re: OpenWRT MetaROUTER with 12.09 and Linux 3.3 [PATCH and t

I try to work with the patch for 1209 instead of the official metarouter-1.2 but when I run make menuconfig I cant find Mikrotik MetaROUTER MIPS at Target System.

Do i make something wrong?
by nikolasc
Sat Jan 18, 2014 11:03 am
Forum: Scripting
Topic: Ping statistics
Replies: 2
Views: 3105

Re: Ping statistics

You can try this :local aptime :local mxptime :local mnptime :local se :local re /tool flood-ping 1xx.x.x.x count=10 do={ :set aptime ($"avg-rtt"); :set mxptime ($"max-rtt"); :set mnptime ($"min-rtt"); :set re ($received); :set se ($sent); } log info "Avg $aptime M...
by nikolasc
Fri Nov 15, 2013 10:11 am
Forum: Virtualization
Topic: kvm debian help!!!
Replies: 5
Views: 4821

Re: kvm debian help!!!

You need to specify the location of .iso
try to add
disk-images=cdrom:debian-6.0.7-i386-netinst.iso
before the disk-images=hda:kvm1.img
After fist boot and installation change order to the hda:kvm1.img and make it fist.
by nikolasc
Tue Oct 22, 2013 1:10 pm
Forum: Scripting
Topic: No-Ip and Dyndns
Replies: 6
Views: 5631

Re: No-Ip and Dyndns

Try this
}
else={
edit to
} else={
by nikolasc
Thu Sep 06, 2012 12:58 pm
Forum: Beginner Basics
Topic: Mounting Mikrotik samba shares under Linux
Replies: 12
Views: 7800

Re: Mounting Mikrotik samba shares under Linux

I have the same problem.
I can browse the network shares from ubuntu via gui unity-gnome but i can not mount it.
Also i can't access them from network media player or android phones.
by nikolasc
Mon Jun 27, 2011 2:01 pm
Forum: General
Topic: ROS 5.x becoming unresponsive. 132 (No buffer space ...
Replies: 15
Views: 8382

Re: ROS 5.x becoming unresponsive. 132 (No buffer space ...

I had a similar problem. 105 (No buffer space available)
I solve it when disable the ip / traffic flow.