PDA

View Full Version : squid two links


ammad
2007-08-26, 09:00 AM CDT
i have two isp links (eth0, eth1) eth2 for lan, i want to utilize both links for utilization for browsing, is it possible to load balance between these links.

i used this

acl good src 10.0.0.1-10.0.0.50
acl norm src 10.0.0.51-10.0.0.200

tcp_outgoing_service good 62.10.23.1
tcp_outgoing_service nom 70.60.23.2


in routing i set both links ,

route add default gw 62.10.23.2
route add default gw 70.60.23.1



but it wont works . any idea to solve this?

thanks

rsimhamb
2007-08-26, 12:34 PM CDT
Hey Ammad,

You should do the load balancing on the IP level. Take a look at http://www.docum.org/docum.org/faq/cache/57.html

Regards,

Ravi