Re: [squid-users] Cascading two squid server

From: Arindam Haldar <arindam@dont-contact.us>
Date: Sat, 04 Jan 2003 11:06:26 +0530

Ketan Parekh wrote:
> Hello Friends
> I have two leased line with two different ip ranges one with
> 203.163.157.0 and another with 202.163.154.0 network. my internal network
> is 128.127.3.0 , i have one seperate RedHat 7.2 box for each line, now i
> want to share the available bandwidth(sum of two) between my nework , is it
> possible with squid, if yes then how ?
>
> Box 1
> Box 2
> eth1 203.163.157.154
> 202.163.154.153
> |
> |
> eth0 128.127.3.70
> 128.127.3.71
>
> |__________________________________________|
>
> |
>
> |
>
> Hub
>
> _________________________|_______________________
> | |
> | | | |
>
> Node 1 Node 2 Node 3
> Node 4 Node 5 Node 6
>
>
> thanx
>
> Ketan Parekh
>
>

load balancing can be done using some routing commands...like...

ip route del default
ip route add default nexthop via <gateway1> dev <ether> nexthop via
<gateway2> dev <ether>

in RH7.2 u can use this command safely :-)
Received on Fri Jan 03 2003 - 22:41:22 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:27 MST