Community discussions

MikroTik App

Search found 20 matches

by hush
Sun Mar 24, 2019 12:18 am
Forum: General
Topic: Raspberry PI Zero and RouterOS, usb interface, lte
Replies: 11
Views: 10410

Re: Raspberry PI Zero and RouterOS, usb interface, lte

You can try to simulate one of the supported LTE modems , here's a short recipe inspired by this article ... First, add this line at the end of your Pi zero's /boot/config.txt to enable usb peripheral mode: dtoverlay=dwc2,dr_mode=peripheral Then insert the following code before the final "exit ...
by hush
Sat Sep 29, 2018 3:56 pm
Forum: General
Topic: Raspberry PI Zero and RouterOS, usb interface, lte
Replies: 11
Views: 10410

Re: Raspberry PI Zero and RouterOS, usb interface, lte

Well, it turns out you can fool RouterOS into thinking RPi Zero is one of supported RNDIS/CDC ethernet devices. I just added the following g_ether module config into /etc/modprobe.d/g_ether.conf: options g_ether idVendor=0x05ac idProduct=0x1402 iProduct=Pi0 iManufacturer=Raspberry ...and a new inter...
by hush
Sat Sep 29, 2018 1:24 pm
Forum: General
Topic: Raspberry PI Zero and RouterOS, usb interface, lte
Replies: 11
Views: 10410

Re: Raspberry PI Zero and RouterOS, usb interface, lte

I'm just facing the same problem with my RPi Zero W... it is recognized as RNDIS/Ethernet Gadget on my router but I'm forced to use wireless to connect them. Btw, RPi Zero with 8Mpix camera draws max. 250mA of current from the USB port and I'm using it as: HD IP camera with motion detection and clou...
by hush
Sat Sep 08, 2018 8:56 am
Forum: RouterBOARD hardware
Topic: CRS-317-1G-16S+ and Finisar FTLX8574D3BCV SFP+ modules - anybody had these running at 10Gbit yet?
Replies: 2
Views: 1940

Re: CRS-317-1G-16S+ and Finisar FTLX8574D3BCV SFP+ modules - anybody had these running at 10Gbit yet?

There's a general problem with 10Gbps speeds and CRS-317 switches, and it seems manual 10Gbps speed enforcement just can't be done neither in RouterOS nor SwitchOS (it's not even on the list there). So it either works with autonegotiation or it doesn't work at all... I just tried to get a few 10Gbps...
by hush
Sat May 13, 2017 10:06 am
Forum: General
Topic: Which types of ports would you like to see for a high speed router
Replies: 179
Views: 59260

Re: Which types of ports would you like to see for a high speed router

IMHO, there is no point in developing anything new with 10Gbps/40Gbps ports at this point in time and the new 16 x SFP+ switch you presented in Milan this year should have already been made with SFP28 ports. But let's keep it simple for starters... Considering that new SFP28 ports should be able to ...
by hush
Sat Feb 18, 2017 9:56 am
Forum: General
Topic: DNS logging
Replies: 5
Views: 13652

Re: DNS logging

Actually, now it logs more information than I need: 08:16:23 dns,packet --- got query from 192.168.0.100:34308: 08:16:23 dns,packet id:dd0 rd:1 tc:0 aa:0 qr:0 ra:0 QUERY 'no error' 2 08:16:23 dns,packet question: http://www.mikrotik.com:A:IN 08:16:23 dns,packet additional: 08:16:23 dns,packet <:UNKN...
by hush
Wed Feb 15, 2017 9:29 pm
Forum: General
Topic: DNS logging
Replies: 5
Views: 13652

Re: DNS logging

Well, now it works... at least with 6.37.4. Found out accidentally the other day while trying to send everything but debug to remote log server. system logging add action=memory target=dns Results with: 20:15:47 dns local query: #33347 cloud.mikrotik.com. A 20:15:47 dns done query: #33347 cloud.mikr...
by hush
Sat Dec 05, 2015 11:23 am
Forum: The Dude
Topic: The Dude is back! v6.34rc test build released
Replies: 269
Views: 104081

Re: The Dude is back! v6.34rc test build released

Better late than never! Well, it's just, like, my (humble) opinion, but The Dude has always been in trouble with both hard things in computer science : naming and (SNMP) cache invalidation. I guess we got used to its name by now, but someone should really deal with the SNMP problem described here by...
by hush
Fri Oct 07, 2011 12:34 pm
Forum: The Dude
Topic: Probe Thread
Replies: 339
Views: 413823

Re: Probe Thread

ARPing probe for windows using free hardping command line tool (placed in C:\WINDOWS folder on your Dude server) that no (local) device can hide from: Name: ARPing Type: Function Agent: default Available: if(string_find(array_element(execute("hardping.exe", device_property("FirstAddre...
by hush
Thu Feb 17, 2011 3:00 pm
Forum: Scripting
Topic: Simple ARPwatch script with e-mail/logging
Replies: 1
Views: 2868

Simple ARPwatch script with e-mail/logging

Here's a simple arpwatch -like script that (ab)uses firewall address list comments for MAC address storage. Schedule it in sync with ARP ttl and it will log/email you about every new device that appears in your network. Pro tip: let it run at least once before you edit and uncomment the e-mail line ...
by hush
Sat Feb 05, 2011 11:20 pm
Forum: Scripting
Topic: Yet another low wireless signal script
Replies: 0
Views: 1115

Yet another low wireless signal script

Here's a script I'm using to "tag" low signal wireless users, maybe someone will find it useful: :local ipaddr; :local macaddr; /interface wireless registration-table :foreach i in=[ /interface wireless registration-table find ap=no] do={ :set ipaddr [get $i last-ip] :set macaddr [get $i m...
by hush
Sun Oct 24, 2010 3:27 am
Forum: Scripting
Topic: SMS/e-mail/dial fire alarm using sigwatch (x86)
Replies: 1
Views: 1820

SMS/e-mail/dial fire alarm using sigwatch (x86)

Here's an idea I got after some successful hardware tests: to write the ultimate, the most important script of all scripts that will, hopefully, never run its course. This may sound preposterous, but that's what you get when the sole purpose of this script is to inform you that you're about to lose ...
by hush
Wed Jul 08, 2009 5:04 pm
Forum: Virtualization
Topic: Xen won't go
Replies: 29
Views: 13024

Re: Xen won't go

Well, seems like 3.25 was a dud... let's just hope the "memory-for-main" problem gets addressed in 3.26. While at it, it would be nice to have some faster way of creating empty disk images for xen. As it is, it took me almost an hour to create a measly 5GB image using "Make RouterOS i...
by hush
Mon May 25, 2009 12:50 pm
Forum: Virtualization
Topic: Xen won't go
Replies: 29
Views: 13024

Re: Xen won't go

IMO, you did everything right, tombrdfrd66, but there's a problem with memory-for-main xen parameter in RouterOS versions 3.23 and 3.24 - seems like it's simply ignored. I was using centos xen image with 3.22 and noticed it didn't work any more after upgrade to 3.23 (failed-to-setup-vm status). It w...
by hush
Sun Apr 22, 2007 7:57 am
Forum: The Dude
Topic: Dude auto map export fails after several days
Replies: 3
Views: 2360

Yes, it also happens here. No more map export after a day or two... I'm keeping a mental note to add a page with exported maps to our network stats pages for ages... but no luck so far, something always fails with Dude. I know it's free, experimental and so on, and that we should not expect too much...
by hush
Wed May 31, 2006 2:40 am
Forum: The Dude
Topic: imap4 service?
Replies: 20
Views: 8708

The local anti-virus scanner is probably answering the IMAP request from Dude as to allow for virus scanning, but because nothing it actually there, telnet never actually gets anywhere. Quite right, tnx Hammy! After disabling firewall and antivirus protection, Dude's probes give expected results, w...
by hush
Fri May 26, 2006 5:38 am
Forum: The Dude
Topic: imap4 service?
Replies: 20
Views: 8708

Well, this is weird... using linux, I've just tried this (10.44.6.1 = mikrotik): x@node ~$ telnet 10.44.6.1 143 Trying 10.44.6.1... telnet: Unable to connect to remote host: Connection refused What actually happens is here: root@node ~# tcpdump -nv |grep 10.44.6.1.143 tcpdump: listening on eth1, lin...
by hush
Mon May 22, 2006 7:53 pm
Forum: The Dude
Topic: imap4 service?
Replies: 20
Views: 8708

Well, seems like missing icons problem is finally solved in the latest release candidate. Just tried fresh rc9 install, and icons worked... nice. Then I reverted back to rc8 and - nah, no icons. Back to rc9 again, and - bingo, seems like icons are here to stay! What bugs me the most is how come no o...
by hush
Thu May 18, 2006 12:29 am
Forum: The Dude
Topic: imap4 service?
Replies: 20
Views: 8708

Same here, imap where it should not be. Though, I've noticed something else, quite a few revisions ago. I've installed exactly the same version of Dude using the same (default) install options on two computers, one running WinXP with previous Dude installs removed, and the fresh one, with no previou...
by hush
Wed Nov 23, 2005 1:04 am
Forum: Wireless Networking
Topic: Mikrotik Atheros bug - 2.9.6-2.9.8
Replies: 7
Views: 3658

This is not good news... I've noticed this problem for the first time after switching to 2.8.26, but not since upgrading to 2.9.x.