Community discussions

MikroTik App
 
wirelesspeople
just joined
Topic Author
Posts: 11
Joined: Tue Dec 07, 2004 3:55 pm
Location: Poland

ECMP Problem

Mon Aug 01, 2005 12:50 pm

I have MT 2.9r7. I have problem when I download large
file by www it stops download after a while but not always.
Hire is my config


/ ip address
add address=192.168.10.1/24 network=192.168.10.0 broadcast=192.168.10.255 \
interface=ether1 comment="" disabled=no
add address=80.zzz.zzz.196/27 network=80.zzz.zzz.192 broadcast=80.zzz.zzz.223 \
interface=ether2 comment="" disabled=no
add address=83.xxx.xxx.98/29 network=83.xxx.xxx.96 broadcast=83.xxx.xxx.103 \
interface=ether3 comment="" disabled=no
add address=83.yyy.yyy.98/29 network=83.yyy.yyy.96 broadcast=83.yyy.yyy.103 \
interface=ether4 comment="" disabled=no


/ ip route
add dst-address=0.0.0.0/0 gateway=83.xxx.xxx.97,83.yyy.yyy.97 scope=255 \
target-scope=10 routing-mark=ecmp-http comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=80.zzz.zzz.193 scope=255 target-scope=10 \
comment="" disabled=no

/ ip firewall nat
add chain=srcnat out-interface=ether2 action=src-nat \
to-addresses=80.zzz.zzz.196 to-ports=0-65535 comment="" disabled=no
add chain=srcnat out-interface=ether3 action=src-nat to-addresses=83.xxx.xxx.98 \
to-ports=0-65535 comment="" disabled=no
add chain=srcnat out-interface=ether4 action=src-nat to-addresses=83.yyy.yyy.98 \
to-ports=0-65535 comment="" disabled=no


/ ip firewall mangle
add chain=prerouting protocol=tcp dst-port=80 action=mark-routing \
new-routing-mark=ecmp-http comment="HTTP" disabled=no
 
User avatar
eugenevdm
Member Candidate
Member Candidate
Posts: 208
Joined: Tue Jun 01, 2004 12:23 pm
Location: Stellenbosch, South Africa
Contact:

Sat Aug 20, 2005 2:12 pm

I have a similar problem with WWW traffic when I use ECMP.