Community discussions

MikroTik App

Search found 13 matches

by angelo18
Tue Apr 20, 2021 11:04 am
Forum: General
Topic: logging pppoe connections
Replies: 0
Views: 679

logging pppoe connections

Hello We have distributed pppoe concentrators in the network and we log client traffic at every station where MT is present. I wanted to optimize some firewall rules and I wonder if the following is correct. I don't understand the login difference between in and out in the forward chain. /ip firewal...
by angelo18
Mon Sep 19, 2016 5:12 pm
Forum: The Dude
Topic: Upload background images
Replies: 3
Views: 2319

Upload background images

Hello

I running The Dude from the image vdi. I would like to upload base maps, sounds. Unfortunately, when i try to upload a picture I get the information "cannot start upload". How can I deal with the problem?

Michael
by angelo18
Fri Oct 10, 2014 2:07 pm
Forum: Scripting
Topic: Script - search queues
Replies: 4
Views: 4479

Re: Script - search queues

I did something like that but nothing looks even if they are the queue:
/ ip firewall address-list add address = [get [/ queue simple find target where [/ queue simple find max-limit = "2M/2M"]]]
by angelo18
Fri Oct 10, 2014 12:26 pm
Forum: Scripting
Topic: Script - search queues
Replies: 4
Views: 4479

Script - search queues

Hello

How to write a script to pick out queue 2M / 2M and the ip address of the queue added to the address list?
/queue simple find where max-limit="2M/2M"
by angelo18
Thu Oct 10, 2013 3:34 pm
Forum: The Dude
Topic: voltage measurement - oid octet_string
Replies: 1
Views: 2030

voltage measurement - oid octet_string

How can I monitor the Dude voltage drop below a specified value, eg: 25V? Oid obtained from the device type is octet string.
How can I create a proper probe?
by angelo18
Wed Jan 23, 2013 10:46 am
Forum: Scripting
Topic: ssh expect login
Replies: 2
Views: 5216

Re: ssh expect login

I have the following script working. I would like to result command: $nazwa send -- "/system identity print\r" executed saved to a file. At the moment, I can only write path to the file tmp. #!/bin/bash HOSTNAME="xx.xx.xx.xx" PORT="22422" USER="admin" PASS=&qu...
by angelo18
Tue Jan 22, 2013 2:33 pm
Forum: Scripting
Topic: ssh expect login
Replies: 2
Views: 5216

ssh expect login

Hello I use the following script to extract information from MikroTik. Unfortunately, after his performance did not get any feedback on my screen. #!/usr/bin/perl use Net::SSH::Expect; $ssh = Net::SSH::Expect->new ( host => "xx.xx.xx.xx", port => "22", password => 'pass', user =>...
by angelo18
Tue Jan 15, 2013 4:20 pm
Forum: The Dude
Topic: Monitoring of syslog-ng
Replies: 1
Views: 1733

Monitoring of syslog-ng

How can I monitor the status of the syslog-ng. I would like to know if it is in the process server.
by angelo18
Wed Nov 21, 2012 11:39 am
Forum: The Dude
Topic: Dude on mikrotik
Replies: 2
Views: 1991

Dude on mikrotik

I installed "Dude" on Mikrotik. Now I do not have the "execute on server" to execute the command "/ tool sms send". Is there any way to restore it?
by angelo18
Thu Nov 15, 2012 11:29 am
Forum: The Dude
Topic: SMS send by Dude
Replies: 8
Views: 7516

Re: SMS send by Dude

Ok thanks, I did not check this.
But there was another problem. "Plink" in the sent messages will not tolerate spaces. I'd have to change all the names of the station: "station name" on "station_name". Something else you can do about it?
by angelo18
Wed Nov 14, 2012 1:40 pm
Forum: The Dude
Topic: SMS send by Dude
Replies: 8
Views: 7516

Re: SMS send by Dude

When I connect with plink now on Mikrotik information in the logs I get the following:
"plink -ssh user@ip -pw pass -s /tool"

"ssh error, unknown subsystem requsted"
by angelo18
Tue Nov 13, 2012 4:10 pm
Forum: The Dude
Topic: SMS send by Dude
Replies: 8
Views: 7516

Re: SMS send by Dude

Please help me. How do I connect using "DUDE" via ssh with "MT" and execute any command on it?
by angelo18
Mon Nov 12, 2012 9:17 pm
Forum: The Dude
Topic: SMS send by Dude
Replies: 8
Views: 7516

SMS send by Dude

I want to do something like that. Dude starts using putty and I connect via ssh to mikrotik by which I can send text messages. In "execute on server" I wrote something like this: "putty user@ip-pw pass" How can I now add the following command to have been made ​​for the above mac...