Community discussions

MikroTik App

Search found 3 matches

by eggnog
Tue Mar 14, 2006 7:21 pm
Forum: Scripting
Topic: Why Load-balancing script does’nt work ?
Replies: 3
Views: 2382

These lines:
 :local R1
:local R2 
should be changed to the following:
 :local R1 ""
:local R2 "" 
Thank you ....you save my life.
by eggnog
Mon Mar 13, 2006 7:53 pm
Forum: Scripting
Topic: Why Load-balancing script does’nt work ?
Replies: 3
Views: 2382

Why Load-balancing script does’nt work ?

http://www.mikrotik.com/docs/ros/2.8/appex/scripting1 Load-balancing 1 According to the page , it’s easy to make a load balancing RouterOS. After I try ten times , I never success. I found the problem is [ :set R1 1.1.1.1 ] never set value 1.1.1.1 for R1 in IF statement. I am sure the tool netwatch ...
by eggnog
Thu Mar 09, 2006 4:11 am
Forum: General
Topic: why I can't use winbox remotely?
Replies: 2
Views: 1476

why I can't use winbox remotely?

Dear Sir: my customer has a network 61.222.118.1-61.222.118.30 Submask 255.255.255.224 Gateway 61.222.118.1 i wnat to make a bridge with two interfaces,then i can use simple queue to limit the bandwith. /interface> set 0 name=Public /interface> set 1 name=Local /interface bridge add name="bridg...