Traffic Load Balancing 3 adsl windows live close each time

Greetings this is my configuration and detail my problem




3 adsl carry the same configuration in pppoe client




ip firewall mangle
0 add chain=prerouting action=mark-routing new-routing-mark=2pppoe passthrough=no src-
address-list=2pppoe

1 add chain=prerouting action=mark-routing new-routing-mark=3pppoe passthrough=no src-
address-list=3pppoe

2 add chain=prerouting action=mark-routing new-routing-mark=4pppoe passthrough=no src-
address-list=4pppoe

/ip firewall> nat

0 add chain=srcnat action=masquerade src-address-list=Allowed - Internet out-
interface=2pppoe

1 add chain=srcnat action=masquerade src-address-list=Allowed - Internet out-
interface=3pppoe

2 add chain=srcnat action=masquerade src-address-list=Allowed - Internet out-
interface=4pppoe

/ip firewall> address-list

0 ;;; ADSL 1
2pppoe 192.168.1.11
1 2pppoe 192.168.1.40
30 ;;; ADSL2
3pppoe 192.168.1.41
31 3pppoe 192.168.1.42
32 3pppoe 192.168.1.43
1 ;;; ADSL 3
4pppoe 192.168.1.71
62 Allowed - Internet 192.168.1.0/24
63 4pppoe 192.168.1.72
64 4pppoe 192.168.1.73
65 4pppoe 192.168.1.74
66 4pppoe 192.168.1.75

to address specific list because out Internet gateway

my routers




/ip dns> print
servers: 200.48.225.130,200.48.225.146
allow-remote-requests: yes
max-udp-packet-size: 512
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 8KiB

/ip address> print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK INTERFACE

0 D 1.1.1.1/32 192.168.40.1 4pppoe
1 D 2.2.2.2/32 192.168.40.1 3pppoe
2 D 3.3.3.3/32 192.168.33.8 2pppoe



the problem I have is that the messenger or live close to me constantly Messeger mind but all other games go well protocols navigation

windows live fucking the hell happen if someone meda aver hand


http://wiki.mikrotik.com/wiki/Per-Traffic_Load_Balancing


Atte

Amilcar Torres H.

I’ll be very thankful if I can help with anything

Hey,

Could you perhaps upload to a different image service or ask the MikroTik owner to register their domain at imageshack?

You should have a look at the Policy Based routing examples. eg. http://blog.butchevans.com/2008/09/mikrotik-policy-routing-implementation-example/

Did you add 3 routing tables, namely: 2pppoe, 3pppoe & 4pppoe?

/ip route add gateway=2pppoe routing-mark=2pppoe
/ip route add gateway=3pppoe routing-mark=3pppoe
/ip route add gateway=4pppoe routing-mark=4pppoe

and did you add routing rules for your LAN interfaces?

/ip route rule add dst-address=192.168.1.0/24 action=lookup table=main

Also note that you CANNOT use routing marks and a transparent proxy on the same MikroTik router.

I hope that helps.