arayes
1
Hi to all
I wana make PCC loading balance and upload from wan and download another look to this link Here http://wiki.mikrotik.com/wiki/Upload_wan_download_another
I have 2 Internet access the first wan1=5M/5M the second wan2=ADSL = 256K/4M I wana make all upload requested from wan 1
any body help me
ronix
3
the speed of WAN1 and WAN2 not symmetric so I don’t think the PCC is good for you …
but if you want to redirect download to DSL I think you must call your WAN1 company to routing your IPs of your WAN2…
and the gateway must be WAN1
then in NAT ( it must be the 1st rule ) :
/ip firewall nat
add action=accept chain=srcnat disabled=no dst-port=80 protocol=tcp
please feed me back if its work …