search for: flashget1file544kb

Displaying 1 result from an estimated 1 matches for "flashget1file544kb".

2004 Mar 31
0
load balance a file download across two connections - success!
...tting around any firewall restrictions, etc. After configuring Flashget I made some rules on my linux load balancer saying that port 80 (to the specific ip) goes out the cable modem, port 81 out the DSL. I realized 550KB download speed! Here''s a screenshot: http://www.burnpc.com/images/flashget1file544KB.gif Here''s what I did in my shell script: echo "balancing easynews..." EASYNEWS="140.99.99.100" $IPTABLES -A PREROUTING -i $IFI -t mangle -p tcp --dport 80 -j MARK --set-mark 1 $IPTABLES -A PREROUTING -i $IFI -t mangle -p tcp --dport 81 -j MARK --set-mark 2 # I manua...