Community discussions

MikroTik App
 
biting77
newbie
Topic Author
Posts: 28
Joined: Sat Sep 18, 2004 7:00 pm
Location: surabaya Indonesia

2 isp connection

Mon Oct 25, 2004 2:38 pm

hi all, i have a problem, i have 2 isp connection and i want to use both of them in mk so if 1 isp is down then the other take the route and when both of them available i need mk as load balancing. any one has done this with mk???
 
cmit
Forum Guru
Forum Guru
Posts: 1547
Joined: Fri May 28, 2004 12:49 pm
Location: Germany

Mon Oct 25, 2004 3:34 pm

I suppose you have two different ISPs and are not willing or in the position to use BGP...
You can do load balancing by entering two (or more) gateways in the routing table/default route. You can do "weighted" load-balancing by entering a gateway address several times, so a default gateway of "1.2.3.4,5.6.7.8,5.6.7.8" should send out two third of your traffic to 5.6.7.8, and one third to 1.2.3.4.
This setup doesn't take into account that one uplink could be unavailable. In this case you would create big packet loss, as the router still would try to send out packets over a "dead" uplink.
To get around this you could use the "/tool netwatch" utility to monitor the two uplinks and use scripting to rewrite your default route accordingly.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26943
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Mon Oct 25, 2004 3:34 pm

just set two gateways like this :

/ip route add gateway=11.1.1.1,55.5.5.5

see more in the `routes` manual of RouterOS
 
User avatar
Eugene
Forum Veteran
Forum Veteran
Posts: 986
Joined: Mon May 31, 2004 5:06 pm
Location: Cranfield, UK

Mon Oct 25, 2004 6:04 pm

Load balancing with failover is documented in the following manual:
http://www.mikrotik.com/docs/ros/2.8/ap ... ent#11.2.4
 
cheinzle
newbie
Posts: 36
Joined: Thu Oct 28, 2004 7:06 pm
Location: Nebraska

Thu Oct 28, 2004 7:34 pm

have you consdered not just how traffic will be routed out, but also how it will come back to you? Do you have a /24 or larger from one or both upstream ISPs?.
 
gianluca
Member Candidate
Member Candidate
Posts: 258
Joined: Sun Aug 08, 2004 11:00 pm
Location: Italy - Spain - USA

Sun Nov 21, 2004 11:39 am

if you use public IPs, how do you use 2 ISPs without bgp ?
 
nhalachev
Frequent Visitor
Frequent Visitor
Posts: 99
Joined: Fri May 28, 2004 4:41 pm
Location: Bulgaria

Sun Nov 21, 2004 2:57 pm

if you use public IPs, how do you use 2 ISPs without bgp ?
With policy routing.
 
gianluca
Member Candidate
Member Candidate
Posts: 258
Joined: Sun Aug 08, 2004 11:00 pm
Location: Italy - Spain - USA

Sun Nov 21, 2004 8:13 pm

Yes I know, with route ploicy, but if I have public IPs from 1 provider (and don't have ngp) how can I route these IPs to a second one (that of course cannot annouce the IPs since they dont belongs to him) ???
 
ssteele
just joined
Posts: 7
Joined: Sat Nov 27, 2004 10:24 pm

Sun Nov 28, 2004 6:29 am

ummmmm... you lost me unfortunately... everyone keeps saying to "simply" add 2 gateways....
for example /ip route add gateway=1.1.1.1,2.2.2

my cable modem provider gave me 2 cable modems with static ip's but only 1 gateway .... how am i supposed to enter 2 gateways when they only gave me one gateway address ??????/


Static IP(s) Assigned:
68.150.192.217

Gateway: 68.150.192.1
Subnet Mask: 255.255.252.0




please help me to understand this....

thanks

Sheldon Steele
 
nazemg
newbie
Posts: 45
Joined: Tue Jun 08, 2004 8:40 am
Location: Baghdad Iraq, Tripoli Lebanon
Contact:

Load Balanacing and MSN messenger

Wed Dec 01, 2004 7:43 pm

When i activate load balancing (/ip route add gateway=11.1.1.1,55.5.5.5,55.5.5.5) on the mikrotik MSN Messenger starts to connect and disconnect randomly especially with wireless clients.

Does any one know how i can solve this problem

Thanks
 
User avatar
blue
Member Candidate
Member Candidate
Posts: 271
Joined: Sun Dec 12, 2004 1:48 pm
Location: Serbia

Sun Dec 12, 2004 1:56 pm

Hi, have same problem as ssteele:

My ISP give me through DHCP "static" address:

1#wifi NIC:
IP: 213.244.217.xx1/24
GW: 213.244.217.1

2# wifi NIC:
IP: 213.244.217.xx2/24
GW: 213.244.217.1

As You can see, both wifi have same GW. Is there any chance to double my Internet connection with some kind of balancing or something else?

Thanx... blue...
 
User avatar
blue
Member Candidate
Member Candidate
Posts: 271
Joined: Sun Dec 12, 2004 1:48 pm
Location: Serbia

Mon Dec 13, 2004 2:28 am

OK, I need opinion on this kind of solution:

One machine with two wifi cards and two lan cards. Both wifi cards toward ISP with the DHCP addresses i already gave. Two lan cards with these IP:

1. 10.0.0.1/30
2. 10.0.0.5/30

First wifi and first lan in VLAN1, and second wifi and second lan in VLAN2

Second machine with three lan cards. First and second lan cards connected to the first machines lan cards and they have the folowing IP:

1. 10.0.0.2/30
2. 10.0.0.6/30

Third lan card is for local LAN and IP for this card is 192.168.0.254/24
Gateway on second machine is 10.0.0.1,10.0.0.5...

My opinion is that this kind of solution will work. And your opinion is...?
 
User avatar
Giepie
Member
Member
Posts: 433
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Sun Dec 26, 2004 9:46 pm

Hi there! I have a very similar question, but mine being more about making my inbound pipe larger than using another isp as backup. I have tried before, but it didn't really work. I am using ADSL for bandwidth. I had a wireless link from a friend with an "backup" idea. I managed to dial-up to both at the same time, but ONLY the one line had traffic flowing over it. My ADSL is only a 512k pipe. We are slowly but surely running out of bandwidth. Now I want to have an extra 512k pipe installed. Is there a way to join or mangle (I think its called) the 2x 512k lines together to form a 1mb pipe?

I would also like to have the second line for if the first one dies or vice versa.

Regards :D
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26943
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Mon Dec 27, 2004 10:04 am

it is not possible with mikrotik at this time. load balancing or policy routing only
 
User avatar
Giepie
Member
Member
Posts: 433
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Tue Jan 04, 2005 11:43 am

Hi! I have spoken to a friend of mine who is extremely good on FreeBSD, Perl, PHP etc. He told me he can do it on the MT. Aparently all you neeed to do is setup a rule for every IP address. In some cases you will have a static public IP for your connection, then it is easy. But in our current situation we do not get static IP's. He said we will have to setup a route for any possible IP our ISP might give us. Our range is 165.165.1.1-165.165.254.254, and 165.146.1.1-165.146.254.254. Just thought Id let you know, maybe it can solve someone else's problem too.