Community discussions

MikroTik App

Search found 7 matches

by picom
Tue Apr 30, 2019 3:42 pm
Forum: The Dude
Topic: Pulling data direct from Dude database -- proof-of-concept
Replies: 4
Views: 14560

Re: Pulling data direct from Dude database -- proof-of-concept

Did you manage to connect the device name, IP address and map name? I'm trying to get the name of the map, but no result...
by picom
Thu Aug 23, 2018 9:47 am
Forum: Announcements
Topic: v6.42.7 [current] is released!
Replies: 159
Views: 79224

Re: v6.42.7 [current] is released!

If someone wants a script (looking for vulnerable versions) and makes auto updates, I invite you to email.

Here is shown how it works: https://www.youtube.com/channel/UCOIjoi ... IgPlPgFYUQ
by picom
Wed Dec 13, 2017 10:19 pm
Forum: Wireless Networking
Topic: bridge two networks with mikrotik Map
Replies: 3
Views: 1019

Re: bridge two networks with mikrotik Map

Where is the problem? you connect wireless in mode bridge -- station-bridge and add eth1 and wlan1 to bridge.
by picom
Tue May 07, 2013 8:23 pm
Forum: General
Topic: SNAT and Public IP Issue
Replies: 1
Views: 1164

Re: SNAT and Public IP Issue

I have the same problem... :/
by picom
Fri Aug 03, 2012 10:52 am
Forum: General
Topic: php ssh2
Replies: 2
Views: 3739

Re: php ssh2

Try this: $mt = 2.2.2.2; $username = "admin"; $password = "admin"; $methods = array('kex' => 'diffie-hellman-group1-sha1'); $connection = ssh2_connect($mt, 22, $methods); ssh2_auth_password($connection, $username, $password); $shell = ssh2_shell($connection); $cmd="/ip firew...
by picom
Sat Jul 30, 2011 11:41 pm
Forum: Scripting
Topic: Quicksort script
Replies: 0
Views: 832

Quicksort script

Hi,

I need help to write a script quicksort on mikrotik. Sample contents of the array:
:local tab [ :toarray "1,4,1,23" ];
by picom
Thu Mar 17, 2011 3:02 pm
Forum: General
Topic: Freeradius and MikroTik
Replies: 1
Views: 1021

Freeradius and MikroTik

Hi, I have a problem with freeradius 2 with HotSpot MikroTiku. Everything works beautifully as it entered the correct login and password, passes nicely and authentication is ok, but when entering an incorrect username and password, MT does not return message (in browser) like "username and pass...