Community discussions

MikroTik App

Search found 24 matches

by biomecanoid
Mon Feb 15, 2016 2:10 pm
Forum: General
Topic: High Latency Proxy 200ms+ on RB951G-2HnD
Replies: 0
Views: 606

High Latency Proxy 200ms+ on RB951G-2HnD

Hi, I have installed an RB951G on my LAN to act as access point by grouping together all the Ethernet ports with a master port and then bridge that to the WiFi. Up to there everything is working perfectly strong signal everywhere and WiFi is fast with low latency. Then i though it would be a nice id...
by biomecanoid
Sun Sep 08, 2013 5:21 pm
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

Well i have my box setup with linux for loadbalancing right now ( so i can have internet ) until i have a Mikrotik solution ready so its a bit hard to get an export right now.

But really i just pasted the code via SSH and that's it. Maybe i can tell you all you need to know.

Thanks for your help :)
by biomecanoid
Sun Sep 08, 2013 5:01 pm
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

I did read the link you send me and i have already tired to incorporate ( possibly not correctly ) what you send me in my code It would really help me if you could kindly review my code and point out mistakes and possibly discuss on them . And i am also known not to start small: https://www.youtube....
by biomecanoid
Sun Sep 08, 2013 3:44 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

When i try to use Web Proxy i get Network unreachable
by biomecanoid
Sun Sep 08, 2013 3:23 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

if i ping my virtual hops 10.4.4.4 seems to be always down
by biomecanoid
Sun Sep 08, 2013 3:14 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

I found an error in my previous code so i am posting again : # Name the interfaces, beginning from the far left port (0) /interface ethernet set 0 comment=LAN name=ether1-LAN set 1 comment=WAN1 name=ether2-WAN1 set 2 comment=WAN2 name=ether3-WAN2 set 3 comment=WAN3 name=ether4-WAN3 set 4 comment=WAN...
by biomecanoid
Sun Sep 08, 2013 2:59 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

New code new problem when pinging : [admin@MikroTik] /tool> /ping 192.168.2.100 HOST SIZE TTL TIME STATUS 192.168.2.100 56 64 0ms 192.168.2.100 56 64 0ms 192.168.2.100 56 64 0ms sent=3 received=3 packet-loss=0% min-rtt=0ms avg-rtt=0ms max-rtt=0ms [admin@MikroTik] /tool> /ping 192.168.3.100 HOST SIZE...
by biomecanoid
Sun Sep 08, 2013 2:22 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

New Code to support pinging external host ( i hope :P ) : /interface ethernet set 0 comment=LAN name=ether1-LAN set 1 comment=WAN1 name=ether2-WAN1 set 2 comment=WAN2 name=ether3-WAN2 set 3 comment=WAN3 name=ether4-WAN3 set 4 comment=WAN4 name=ether5-WAN4 # Assign IP addresses to the interfaces. If ...
by biomecanoid
Sun Sep 08, 2013 1:31 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

it seems that with the new config i am only using ether2-WAN1 as the other interfaces show 0 bps
by biomecanoid
Sun Sep 08, 2013 1:27 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

I have some questions how does the code detect when a wan is down ? i don't want to consider that a wan is down by pinging the modem's ip the modems don't go down often i want to be able to evaluate ping and packet loss like i was doing when i had PFsense. How do i modify the code to support determi...
by biomecanoid
Sun Sep 08, 2013 1:23 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

I had made some mistakes editing your code so now i am trying this : # Name the interfaces, beginning from the far left port (0) /interface ethernet set 0 comment=LAN name=ether1-LAN set 1 comment=WAN1 name=ether2-WAN1 set 2 comment=WAN2 name=ether3-WAN2 set 3 comment=WAN3 name=ether4-WAN3 set 4 com...
by biomecanoid
Sun Sep 08, 2013 12:57 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

i tried editing your code to fit my config : # Name the interfaces, beginning from the far left port (0) /interface ethernet set 0 comment=WAN1 name=ether-WAN1 set 1 comment=WAN2 name=ether-WAN2 set 2 comment=WAN3 name=ether-WAN3 set 3 comment=WAN4 name=ether-WAN4 set 4 comment=LAN name=ether-LAN # ...
by biomecanoid
Sun Sep 08, 2013 12:43 am
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

Thanks for the reply can you plz modify your code to fit my IPs and 4 wans ? My Details are : LAN: ether1:192.168.1.1/24 Wan1: ether2:192.168.2.150/24 GW: 192.168.2.100/24 Wan2: ether3:192.168.3.150/24 GW: 192.168.3.100/24 Wan3: ether4:192.168.4.150/24 GW: 192.168.4.100/24 Wan4: ether5:192.168.5.150...
by biomecanoid
Sat Sep 07, 2013 11:53 pm
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

Re: 4 Wan LoadBalaning / Failover with Mikrotik

Update I found out that my Mikrotik box while it routes internet to the clients behind it the box itself doesn't have internet http://img690.imageshack.us/img690/7402/rf1b.png so i added the following code: /ip route add dst-address=0.0.0.0/0 gateway=192.168.2.100 scope=255 target-scope=10 distance=...
by biomecanoid
Sat Sep 07, 2013 10:26 pm
Forum: General
Topic: 4 Wan LoadBalaning / Failover with Mikrotik
Replies: 17
Views: 5626

4 Wan LoadBalaning / Failover with Mikrotik

Hi, I am trying to do LoadBalancing / Failover with Mikrotik with limited success as a guide i have used : http://fatalsite.net/?p=100 And i tried to tweak it for 4wans and to my network IPs I would like to be able to detect if a Wan is down not by pinging the ip of the modem but by some external ho...
by biomecanoid
Wed Aug 28, 2013 10:34 pm
Forum: Wireless Networking
Topic: Hotspot user with different access rules.
Replies: 2
Views: 1178

Hotspot user with different access rules.

Hi guys, We have lots of hotspots with more of less simple settings so far working just fine. Now i want to be able to have 2 types of users. I call the 2 user groups data and voip and as their name states i want the data group to have full access to the internet but not to voip/voice, and the Voip ...
by biomecanoid
Wed Jul 20, 2011 6:58 pm
Forum: General
Topic: Auto Restart pc after extensive power failure
Replies: 0
Views: 1247

Auto Restart pc after extensive power failure

Hi I would like to find a way to restart my Mikrotik servers after extensive power failures, I know that there is a relevant setting in the bios that you tell the computer to turn on when the power is back up ( and i currently use it ) BUT when the servers are on UPS and the power failure lasts long...
by biomecanoid
Tue Apr 26, 2011 2:34 pm
Forum: Wireless Networking
Topic: NEW AR52N cards very poor reception problem
Replies: 1
Views: 1097

NEW AR52N cards very poor reception problem

Hi, I have an issue with very poor reception in 2 of my links, in my Mikrotik Router ( P4 PC x86 ) i have 3x AR52N cards which work perfectly and another 2x AR52 which also work flawlessly. Now i bought some NEW AR52N cards to replace/upgrade the older AR52 so i can go N on all of my links. When i s...
by biomecanoid
Wed Apr 13, 2011 7:29 pm
Forum: General
Topic: Sample Installations - Sticky Please
Replies: 225
Views: 159604

Re: Sample Installations - Sticky Please

by biomecanoid
Wed Apr 13, 2011 7:25 pm
Forum: General
Topic: Sample Installations - Sticky Please
Replies: 225
Views: 159604

Re: Sample Installations - Sticky Please

4. Hotspot
by biomecanoid
Wed Apr 13, 2011 7:16 pm
Forum: General
Topic: Sample Installations - Sticky Please
Replies: 225
Views: 159604

Re: Sample Installations - Sticky Please

3. More pics
by biomecanoid
Wed Apr 13, 2011 7:14 pm
Forum: General
Topic: Sample Installations - Sticky Please
Replies: 225
Views: 159604

Re: Sample Installations - Sticky Please

2. More pics
by biomecanoid
Wed Apr 13, 2011 7:05 pm
Forum: General
Topic: Sample Installations - Sticky Please
Replies: 225
Views: 159604

Re: Sample Installations - Sticky Please

My installation details later on ...
by biomecanoid
Mon Oct 11, 2010 3:18 pm
Forum: Wireless Networking
Topic: Router OS x86 4.11 problem with AR52N cards freeze lockup
Replies: 0
Views: 972

Router OS x86 4.11 problem with AR52N cards freeze lockup

Hi, These past 2 weeks my pc on the roof displays a random problem and when that happens ONLY AR52N cards stop working and they "freeze" with an "R" still showing like they are working, the AR52 cards are immune to the problem. The problem is displayed in more than one forms, tha...