Community discussions

MikroTik App

Search found 11 matches

by jmmr84
Thu Apr 02, 2020 7:44 am
Forum: Scripting
Topic: Mikrotik API call not working [SOLVED]
Replies: 37
Views: 54518

Re: Mikrotik API call not working [SOLVED]

Hi everyone, for all of you that are workin with PEAR2 API, here is the solution: 1. Uncompress the .phar file 2. Go to the uncompressed folder -> PEAR2_Net_RouterOS-1.0.0b6\src\PEAR2\Net\RouterOS and edit the Client.php file 3. Find the _login function and modify it to look exactly like this: priva...
by jmmr84
Wed Jan 31, 2018 1:39 am
Forum: General
Topic: best bonding setting
Replies: 1
Views: 917

Re: best bonding setting

Hello Sinan, i have tried a similar scenario with lower links, 100 Mb and 150 Mb and i was able to configure everything so i could reach all the antenas that participate in bonding using vlans; although i was having a lot of issues. This is the scenario i used: http://www.technositive.com/wp-content...
by jmmr84
Tue Dec 26, 2017 7:50 pm
Forum: General
Topic: ICMP download queue priority on Router OS V6
Replies: 3
Views: 1827

Re: ICMP download queue priority on Router OS V6

Thanks a lot ZeroByte, i just fixed that in the first post... it was a typing mistake i forgot to put 9M. This is the configuration i really used: Parent Download: Limit-At and Max-limit: 10 M Child: ICMP-download, Limit-At and Max- limit 512k, Priority 1 Child2: All-Download, Limit-At 9M and Max- l...
by jmmr84
Tue Dec 26, 2017 7:11 pm
Forum: General
Topic: ICMP download queue priority on Router OS V6
Replies: 3
Views: 1827

ICMP download queue priority on Router OS V6

Hello Everyone, I've read a lot about queues and i have tried a lot of configurations trying to achieve my goal: avoid any delay/timeout on pings made by the router itself when the link is congested by LAN traffic. Since there was a change on V6 where they remove global-in, global-out, global-total ...
by jmmr84
Sat Oct 28, 2017 9:38 pm
Forum: General
Topic: Can not Restore a Backup file
Replies: 8
Views: 27824

Re: Can not Restore a Backup file

Just in case some body need this. The solution is to execute this command on the terminal: /system backup load name="name of your backup file" password=no.
by jmmr84
Sat Apr 30, 2016 10:14 pm
Forum: Beginner Basics
Topic: Accesing Antennas when using bonding
Replies: 0
Views: 579

Accesing Antennas when using bonding

Hello everyone; i'm was able to configure bonding between to RBs using two wireless links and get the aggregation of both of them. The issue is that i cannot ping the ip address of the antennas nor configure them. I'm using balance-rr so i assume that frames for one antenna is also taking both links...
by jmmr84
Wed Apr 20, 2016 3:04 am
Forum: Beginner Basics
Topic: Bonding Issues. LACP or RR not working properly on TCP connections
Replies: 3
Views: 1448

Re: Bonding Issues. LACP or RR not working properly on TCP connections

Well, well, well, it was a OSI Layer 8 Issue..... I mean, i was trying to get 200mb between both Mikrotik´s when each port of those RBs are 100Mb so each computer will get no more that 100. I will need to copy from two computers to other two computers in the other side.

Thanks again for your help.
by jmmr84
Tue Mar 29, 2016 6:53 pm
Forum: Beginner Basics
Topic: Bonding Issues. LACP or RR not working properly on TCP connections
Replies: 3
Views: 1448

Re: Bonding Issues. LACP or RR not working properly on TCP connections

Thanks Jarda, for your reply.

Well i did use two computers and the RBs between, but i didn't use iperf i just copied different folders from one computer to the other and back at the same time. Let me try with iperf and i'll let you know.

Thanks.
by jmmr84
Fri Mar 25, 2016 8:50 pm
Forum: Beginner Basics
Topic: Bonding Issues. LACP or RR not working properly on TCP connections
Replies: 3
Views: 1448

Bonding Issues. LACP or RR not working properly on TCP connections

Hello Everyone, I´m trying to configure bonding between two RB750GL, but i can reach 200Mbps using 2 ethernet ports on both routers and TCP. UDP is ok in the BW Test. This is the configuration: UTP cable between both RB´s Bonding interface including: Ether1 and Ether2 (no autonegotiation, 100Mbps, F...
by jmmr84
Fri Oct 21, 2011 6:21 pm
Forum: General
Topic: PCC Doubt
Replies: 1
Views: 754

PCC Doubt

Hi everyone, i´m trying to understand this lines about PCC: add chain=output connection-mark=wlan1_conn action=mark-routing new-routing-mark=to_wlan1 add chain=output connection-mark=wlan2_conn action=mark-routing new-routing-mark=to_wlan2 why are they changing the routing mark in the OUTPUT chain i...