Community discussions

MikroTik App

Search found 9 matches

by samael
Mon May 04, 2020 11:20 pm
Forum: RouterOS beta
Topic: Feature Request - Wireguard Protocol
Replies: 167
Views: 87882

Re: Feature Request - Wireguard Protocol

+1 absolutely.
i am running a dedicated openvpn/tcp server only for routeros clients (all others are on udp or wireguard already), it's a shame and i want to get rid of it!
by samael
Thu Sep 06, 2018 10:47 am
Forum: General
Topic: [Feature request] Wireguard
Replies: 148
Views: 67830

Re: [Feature request] Wireguard

+1.
by samael
Tue Nov 05, 2013 3:29 pm
Forum: RouterBOARD hardware
Topic: [SOLVED] Novatel EU850D on RB912
Replies: 1
Views: 1314

Re: Novatel EU850D on RB912

Found the solution myself. FTR:

/system/routerboard/usb/set type=mini-PCIe

Marking as solved.
Ciao.
by samael
Tue Nov 05, 2013 12:36 pm
Forum: RouterBOARD hardware
Topic: [SOLVED] Novatel EU850D on RB912
Replies: 1
Views: 1314

[SOLVED] Novatel EU850D on RB912

Hello, I have a bunch of EU850D 3G modems which I've been using on RB411U since longtime. Just tried them on a 912UAG-5HPnD but I can't see any serial device under / port. I upgraded ROS to the latest 6.5 and tried with a different modem card (same model), with no luck. Do you guys have any suggesti...
by samael
Sun Apr 10, 2011 8:35 pm
Forum: Wireless Networking
Topic: WDS network question
Replies: 3
Views: 1223

Re: WDS network question

No ideas? Is that feasible? On the MT wiki there are some use-cases but from different scenarios (repeater, mesh network, transparent bridge), and the manual reports no detailed explanations on WDS features itself. I made some trials but the network has to be up&running so I can't afford long do...
by samael
Thu Apr 07, 2011 12:50 pm
Forum: Wireless Networking
Topic: WDS network question
Replies: 3
Views: 1223

Re: WDS network question

Good question. I'm a bit ignorant about what the 802.11 protocol foresee in that case, and if/how it is really implemented in client devices: I would like my clients which are connected to, say, AP-X and move near to AP-Y to sync with the latter, which of course has a better signal. A sort of GSM ro...
by samael
Wed Mar 30, 2011 6:22 pm
Forum: Wireless Networking
Topic: WDS network question
Replies: 3
Views: 1223

WDS network question

Hello, I have five RB411 equipped with R52Hn, each of them in ap-bridge mode and linked with the ethernet cables to the main switch to let the wi-fi users reach the Internet. Some of them are near each-other and the signals are overlapping, so I need to enable WDS to let the APs utilise the same fre...
by samael
Tue Jan 04, 2011 6:45 pm
Forum: Scripting
Topic: SMS data extraction problem
Replies: 1
Views: 1308

Re: SMS data extraction problem

In addition to the previous info, I tried to develop this workaround to avoid that tedious result: :global smsSender [/tool sms inbox get 9 src] # ridiculous bug workaround :if ($smsSender="") do={ # no src number was extracted from the last received SMS, so samuele's number is set. :set s...
by samael
Sun Jan 02, 2011 5:06 pm
Forum: Scripting
Topic: SMS data extraction problem
Replies: 1
Views: 1308

SMS data extraction problem

Hello, I have a bunch of RB411U with different minor versions of ROS 4, equipped with a Sierra Wireless MC8775 (fw rev. H2_0_8_19MCAP G:/WS/FW/H2_0_8_19MCAP/MSM6280/SRC 2008/08/29 18:28:52). Within my scripts I have to extract the number of the last received SMS in the inbox, but I almost always rec...