Wed Aug 14, 2013 9:34 am
Hello Dear,
you are trig to help me thanks for it. really i am not advance user so i am asking question and question. Let me clear to you about my uses
I get work from my client server. i need to download the jobs from ftp. then work again upload via ftp. I have two ISP connection and i need to use both for use maximum bandwidth. I have two computer for download and upload. one i am downloading and from another one i am uploading. more around 80 computers on my network which DHCP giving via router. all computer are being login via local domain. i was using my loadbalancing fine and it working good. but till few days i discovered that my client ftp folders are not being retrieve with load balancing. i tried to disable one ISP connection then its being retrieving good. so yes problem with the balancing where its being split connection and when back not getting started destination.
for make you more clear about my loadbalancing i am giving below mangle rules. please look into it and tell me if i am using good or somewhere bad.
yesterday i tried with PCC configuration. but after PCC configure if i start download, its going via only one connection. not downloading from both connection. my current configuration working download good, when i start a download, its getting speed from both ISP.
if you want to see my router live please tell me, i will give you my router's login details to look after it. i am sorry i am disturbing you too much. below is my current configuration
/ip firewall mangle> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=input action=mark-connection new-connection-mark=ether5-AFTAB_conn
passthrough=yes hotspot=auth in-interface=ether5-AFTAB
1 chain=input action=mark-connection new-connection-mark=ether4_BDCOM_conn
passthrough=yes hotspot=auth in-interface=ether4_BDCOM
2 chain=output action=mark-routing new-routing-mark=to_ether5-AFTAB
passthrough=yes hotspot=auth connection-mark=ether5-AFTAB_conn
3 chain=output action=mark-routing new-routing-mark=to_ether4_BDCOM
passthrough=yes hotspot=auth connection-mark=ether4_BDCOM_conn
4 chain=prerouting action=accept dst-address=58.147.172.152/29
in-interface=ether1-LAN
5 chain=prerouting action=accept dst-address=114.31.3.128/29
in-interface=ether1-LAN
6 chain=prerouting action=mark-connection
new-connection-mark=ether5-AFTAB_conn passthrough=yes
dst-address-type=!local hotspot=auth in-interface=ether1-LAN
per-connection-classifier=both-addresses-and-ports:2/0
7 chain=prerouting action=mark-connection
new-connection-mark=ether4_BDCOM_conn passthrough=yes
dst-address-type=!local hotspot=auth in-interface=ether1-LAN
per-connection-classifier=both-addresses-and-ports:2/1
8 chain=prerouting action=mark-routing new-routing-mark=to_ether5-AFTAB
passthrough=yes hotspot=auth in-interface=ether1-LAN
connection-mark=ether5-AFTAB_conn
9 chain=prerouting action=mark-routing new-routing-mark=to_ether4_BDCOM
passthrough=yes hotspot=auth in-interface=ether1-LAN
connection-mark=ether4_BDCOM_conn
ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 58.147.172.153 1
1 A S 0.0.0.0/0 114.31.3.129 1
2 A S 0.0.0.0/0 114.31.3.129 1
58.147.172.153
3 ADC 58.147.172.152/29 58.147.172.156 ether5-AFTAB 0
4 ADC 114.31.3.128/29 114.31.3.132 ether4_BDCOM 0
5 ADC 192.168.2.0/24 192.168.2.254 ether1-LAN 0
ip address> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 114.31.3.132/29 114.31.3.128 ether4_BDCOM
1 58.147.172.156/29 58.147.172.152 ether5-AFTAB
2 192.168.2.254/24 192.168.2.0 ether1-L
/ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough to-addresses=0.0.0.0
1 chain=srcnat action=masquerade out-interface=ether4_BDCOM
2 chain=srcnat action=masquerade out-interface=ether5-AFTAB