Community discussions

MikroTik App
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

5 ADSL lines PCC Load Balancing problem

Thu Sep 17, 2009 6:46 am

iam load balancing 5 adsl lines from different service provider and the problem is often page or browse is fail or address not found i don,t no how to solve this big problem i think problem in DNS setting
 
User avatar
macgaiver
Forum Guru
Forum Guru
Posts: 1764
Joined: Wed May 18, 2005 5:57 pm
Location: Sol III, Sol system, Sector 001, Alpha Quadrant

Re: 5 ADSL lines PCC Load Balancing problem

Thu Sep 17, 2009 12:12 pm

Force everyone to use your DNS cache on the router (2 DST-NAT rules for port 53 TCP and UDP) and point your Cache to ISP independent DNS server
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Fri Sep 18, 2009 4:40 am

hey >>>....<<<why no replies guys ?????? I'am waiting your replies Experts
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: 5 ADSL lines PCC Load Balancing problem

Fri Sep 18, 2009 11:23 am

macgaiver has already answered, no?..

your post is like 'something is broken in my house. how can I fix it?' please, post detailed description of the problem, we're not telepathists!
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Fri Sep 18, 2009 3:48 pm

macgaiver has already answered, no?..

your post is like 'something is broken in my house. how can I fix it?' please, post detailed description of the problem, we're not telepathists!
ok Thank you very much Chupaka but i need more explan and preferably with photo >>..thank you for attention
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: 5 ADSL lines PCC Load Balancing problem

Fri Sep 18, 2009 5:50 pm

please read our posts :)
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Fri Sep 18, 2009 9:01 pm

macgaiver mean that me add firewall nat rules
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Fri Sep 18, 2009 11:31 pm

chubaka >...let me show you my setting in routeboard 493AH by photo and tell me what is new will doing or give me dst-nat script exactly


this is nat and mangle script

/ip firewall mangle
add action=mark-connection chain=input comment="" disabled=no in-interface=\
TEDATAsmh new-connection-mark=TEDATAsmh_conn passthrough=no
add action=mark-connection chain=input comment="" disabled=no in-interface=\
TEDATAeml new-connection-mark=TEDATAeml_conn passthrough=no
add action=mark-connection chain=input comment="" disabled=no in-interface=\
EGYNEThm new-connection-mark=EGYNEThm_conn passthrough=no
add action=mark-connection chain=input comment="" disabled=no in-interface=\
EGYNETngy new-connection-mark=EGYNETngy_conn passthrough=no
add action=mark-connection chain=input comment="" disabled=no in-interface=\
EGYNETrm new-connection-mark=EGYNETrm_conn passthrough=no
add action=mark-routing chain=output comment="" connection-mark=\
TEDATAsmh_conn disabled=no new-routing-mark=TEDATAsmh passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=\
TEDATAeml_conn disabled=no new-routing-mark=TEDATAeml passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=EGYNEThm_conn \
disabled=no new-routing-mark=EGYNEThm passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=\
EGYNETngy_conn disabled=no new-routing-mark=EGYNETngy passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=EGYNETrm_conn \
disabled=no new-routing-mark=EGYNETrm passthrough=yes
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=3EBOOR new-connection-mark=TEDATAsmh_conn passthrough=yes \
per-connection-classifier=both-addresses-and-ports:5/0
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=3EBOOR new-connection-mark=TEDATAeml_conn passthrough=yes \
per-connection-classifier=both-addresses-and-ports:5/1
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=3EBOOR new-connection-mark=EGYNEThm_conn passthrough=yes \
per-connection-classifier=both-addresses-and-ports:5/2
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=3EBOOR new-connection-mark=EGYNETngy_conn passthrough=yes \
per-connection-classifier=both-addresses-and-ports:5/3
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=3EBOOR new-connection-mark=EGYNETrm_conn passthrough=yes \
per-connection-classifier=both-addresses-and-ports:5/4
add action=mark-routing chain=prerouting comment="" connection-mark=\
TEDATAsmh_conn disabled=no in-interface=3EBOOR new-routing-mark=TEDATAsmh \
passthrough=no
add action=mark-routing chain=prerouting comment="" connection-mark=\
TEDATAeml_conn disabled=no in-interface=3EBOOR new-routing-mark=TEDATAeml \
passthrough=no
add action=mark-routing chain=prerouting comment="" connection-mark=\
EGYNEThm_conn disabled=no in-interface=3EBOOR new-routing-mark=EGYNEThm \
passthrough=no
add action=mark-routing chain=prerouting comment="" connection-mark=\
EGYNETngy_conn disabled=no in-interface=3EBOOR new-routing-mark=EGYNETngy \
passthrough=no
add action=mark-routing chain=prerouting comment="" connection-mark=\
EGYNETrm_conn disabled=no in-interface=3EBOOR new-routing-mark=EGYNETrm \
passthrough=no





/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
TEDATAsmh
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
TEDATAeml
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
EGYNEThm
add action=masquerade chain=srcnat comment="" disabled=yes out-interface=\
3EBOOR
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
EGYNETngy
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
EGYNETrm
You do not have the required permissions to view the files attached to this post.
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Fri Sep 18, 2009 11:35 pm

this is Complete photo
You do not have the required permissions to view the files attached to this post.
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Sat Sep 19, 2009 9:15 pm

why no posts guys
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Mon Sep 21, 2009 1:02 pm

hey no one reply me ..... why!!????
 
xezen
Long time Member
Long time Member
Posts: 628
Joined: Fri May 30, 2008 10:23 am
Location: South Africa

Re: 5 ADSL lines PCC Load Balancing problem

Mon Sep 21, 2009 3:25 pm

not shore whats the problem lots of pics but not much information on the problem
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Mon Sep 21, 2009 9:01 pm

not shore whats the problem lots of pics but not much information on the problem
the problem is often page or browse is fail or address not found i don,t no how to solve this big problem i think problem in DNS setting
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: 5 ADSL lines PCC Load Balancing problem

Mon Sep 21, 2009 9:30 pm

can you ping that address at that moment?
 
adslking
newbie
Topic Author
Posts: 39
Joined: Thu Sep 17, 2009 6:00 am

Re: 5 ADSL lines PCC Load Balancing problem

Tue Sep 22, 2009 12:19 am

can you ping that address at that moment?
the ping is very good but some times browse is fail .. like( when you open http://www.yahoo.com it's work good and when open games in yahoo Possible work, or do not work as possible ) and other some times working good >........ i hope you get me .... sorry for my english
You do not have the required permissions to view the files attached to this post.
 
leonset
Member Candidate
Member Candidate
Posts: 256
Joined: Wed Apr 01, 2009 9:09 pm

Re: 5 ADSL lines PCC Load Balancing problem

Tue Sep 22, 2009 2:07 pm

I would suggest to simplify your environment and start testing. Keep just 1 DSL and disable the rules and packet marks for the rest. Test that everything is ok. Then add a second DSL, enable it's rules, etc. Test again. Add a third one, test... and so on.

It's very important to have a good set of tests which should emulate what your users will do.
Good luck!

Who is online

Users browsing this forum: Bing [Bot], hoggins, litogorospe and 96 guests