Community discussions

MikroTik App

Search found 10 matches

by igorvuk
Mon Oct 28, 2013 8:43 pm
Forum: Scripting
Topic: Simple API
Replies: 3
Views: 1385

Re: Simple API [ SOLVED ]

     rez = apiros.runCommand("/ip/firewall/mangle/set","=.id="+"*1","=disabled="+"no") 
works for me
by igorvuk
Mon Oct 28, 2013 7:56 pm
Forum: Scripting
Topic: Simple API
Replies: 3
Views: 1385

Re: Simple API

Thank you, but exact problem is because i don't understand how to format this one-liner:
  rez = apiros.runCommand("/ip/firewall/mangle/enable=.id=*1") 
or
 rez = apiros.runCommand("/ip/firewall/mangle/set\n =.id=*1\n =disabled=no") 
none of them working.
by igorvuk
Mon Oct 28, 2013 4:03 am
Forum: Scripting
Topic: Simple API
Replies: 3
Views: 1385

Simple API

Hi,

Can someone help me with simple API python example

i need to disable some mange rule thru API.
by igorvuk
Fri Oct 18, 2013 1:17 am
Forum: General
Topic: 6.5 released!
Replies: 185
Views: 87742

Re: 6.5 released!

RoS 6.5
importing certificate is not working !!!
by igorvuk
Sun Jun 15, 2008 2:25 pm
Forum: General
Topic: Huge problems with IPSec
Replies: 1
Views: 911

Re: Huge problems with IPSec

nobody? :?
by igorvuk
Tue Jun 10, 2008 11:17 pm
Forum: General
Topic: IPSec VPN between MikroTik and Mobile
Replies: 5
Views: 2285

Re: IPSec VPN between MikroTik and Mobile

PPTP works fine on OSX 10.4 and 10.5
by igorvuk
Tue Jun 10, 2008 10:59 pm
Forum: General
Topic: Huge problems with IPSec
Replies: 1
Views: 911

Huge problems with IPSec

I have customer who was worked with MT 2.9.27 (cracked) on custom built PC. Recently after a lot convincing and explanation i finaly succes to sell him Router Board 1000. Problems begin with IPSec. On 2.9.27 is created 19 IPsec tunnels, on client side is LinkSys BEFVP41 V2 over ADSL and everything i...
by igorvuk
Thu Mar 20, 2008 9:55 pm
Forum: General
Topic: Failed 3.4 to 3.5 upgrade x86
Replies: 20
Views: 5457

Re: Failed 3.4 to 3.5 upgrade x86

Upgrade from ROS 3.3 to 3.6 results with error i log:

20:46:27 system,warning warning: file /lib/libexpat.so.1 collides with system package

MB: SuperMicro, Core 2 Duo, 4 ethernet on board + RouterBoard RB44G on Transced DOM 512Mb IDE
by igorvuk
Fri Jan 04, 2008 1:44 am
Forum: The User Manager
Topic: Add Batch Users w/o passwords (blank)?
Replies: 4
Views: 2372

Re: Add Batch Users w/o passwords (blank)?

No, it is not possible to create automatically users without passwords.

You can create batch of users, then use console command to set blank password for all created users.
I solve the way how to create 10,000 "users", manual work is not a option :)

I do it with PHP and telnet solution
by igorvuk
Thu Jan 03, 2008 1:09 am
Forum: The User Manager
Topic: Add Batch Users w/o passwords (blank)?
Replies: 4
Views: 2372

Add Batch Users w/o passwords (blank)?

Is this possible and if it is how?