Community discussions

MikroTik App

Search found 10 matches

by rueny01
Sat Dec 12, 2009 2:28 am
Forum: Scripting
Topic: System Upgrade upgrade-package-source Problem
Replies: 1
Views: 1471

System Upgrade upgrade-package-source Problem

Hi Guys, Please help me, Is there a way to execute this line using API or any other option? /system upgrade upgrade-package-source add address=xx.x.xx.xx user=admin password /system upgrade refresh :delay 10 :if ([/system upgrade get [/system upgrade find source=xx.x.xx.xx] status]!="installed&...
by rueny01
Fri Aug 07, 2009 3:07 am
Forum: Beginner Basics
Topic: How can I setup Mikrotik for internet Connection
Replies: 1
Views: 934

How can I setup Mikrotik for internet Connection

Hi guys,

I need some help how to distribute my internet connection, I have a broadband connection and what I did is connect
it to the Mikrotik. something like this

[BroadBand Connection[ ===>><Connected To Mikrotik>[Mikrotik]>>>>>[Network Computers]

Thanks in Advance
by rueny01
Wed Jul 29, 2009 4:33 pm
Forum: Scripting
Topic: How winbox search for Mikrotik
Replies: 12
Views: 8559

Re: How winbox search for Mikrotik

Thanks for replying.. :) My custom winbox is now working accordingly on what I needed..
by rueny01
Tue Jul 28, 2009 12:07 pm
Forum: Scripting
Topic: How winbox search for Mikrotik
Replies: 12
Views: 8559

Re: How winbox search for Mikrotik

Hi Thanks for the reply, that is not what I'm looking for. What I wanted to do is to create my custom winbox application, The problem is how to replicate the functionality of the browse button of the winbox the one with ("...") how does that button scan for routers or look for routers, doe...
by rueny01
Tue Jul 28, 2009 10:41 am
Forum: Scripting
Topic: How winbox search for Mikrotik
Replies: 12
Views: 8559

How winbox search for Mikrotik

Hi,

I just want to ask how winbox or neighbor search or scan mikrotik routers?
I have read some of the post here but I find it not that complete..


Thanks
by rueny01
Tue Jul 21, 2009 2:12 am
Forum: Scripting
Topic: How to edit and delete added IP address
Replies: 12
Views: 49672

Re: How to edit and delete added IP address

Ignore my last message it is now working..
I used this code

router.Send("/ip/address/remove");
router.Send("=.id=*4");

Thanks alot guys and GOD BLESS
by rueny01
Tue Jul 21, 2009 2:06 am
Forum: Scripting
Topic: How to edit and delete added IP address
Replies: 12
Views: 49672

Re: How to edit and delete added IP address

The remove command is not working.

/ip/address/remove
=.id=your_id

I tried this one

/ip/address/remove
=.id=4

and also this one

/ip/address/remove
=.id=*4

nothing happen, I always receive this message

!trap=message=no such command.tag=sss
!done.tag=sss
by rueny01
Sat Jul 18, 2009 10:29 am
Forum: Scripting
Topic: How to edit and delete added IP address
Replies: 12
Views: 49672

Re: How to edit and delete added IP address

Cool, thanks alot
by rueny01
Sat Jul 18, 2009 2:19 am
Forum: Scripting
Topic: How to edit and delete added IP address
Replies: 12
Views: 49672

How to edit and delete added IP address

Hi Guys, I'm totally new bie in configuring routerOS, currently I'm using C# as my way of communicating to the rourterOS, I use the Api example there at the wiki api documentation and it works, my problem is how to edit and delete the added IP Address, this is how I add new IP router.Send("/ip/...
by rueny01
Tue Jul 14, 2009 11:30 am
Forum: Beginner Basics
Topic: IP Addressing
Replies: 1
Views: 797

IP Addressing

Hi All,

How can do this using API

add address=lanIP/24 network=lanIPNetwork broadcast=lanIPBroadcast interface=LAN comment="" disabled=no

thanks in advance.