Buenas tardes, puede ser una pregunta fuera de contexto, pero, en referencia al balanceo de cargas alguien ha tenido experiencia usando el servicio de rapidshare, tengo entendido que si utilizan la misma cuenta 2 ip's diferentes la banean.
> Date: Fri, 6 Nov 2009 09:21:49 -0800
> Subject: Re: squid + balanceo de carga
> From: carlos_albin
...@yahoo.com.mx
> To: openbsd-mexico@googlegroups.com
> Gracias Voy a probar las configuraciones creo que tenia dudas en
> cuanto a la forma que squid manda a el default gw las peticiones de
> internet pero no se me habia ocurrido la loopback. les informo que
> quedo
> On 5 nov, 17:41, Esteban Herrera <esh...@gmail.com> wrote:
> > que tal...
> > te comparto mi configuracion
> > aqui va el balanceo y el squid transparente
> > en el pf.conf
> > ext_if1 = "fxp0"
> > ext_if2 = "dc0"
> > int_if = "dc1"
> > int_net = "10.0.0.0/16"
> > ext_gw1 = "192.168.1.254"
> > ext_gw2 = "172.16.0.10"
> > nat on $ext_if1 from $int_net to any -> ($ext_if1)
> > nat on $ext_if2 from $int_net to any -> ($ext_if2)
> > rdr on $int_if inet proto tcp from any to any port 80 -> 127.0.0.1 port 3128
> > block in from any to any
> > block out from any to any
> > pass out on $int_if from any to $int_net
> > pass in quick on $int_if from $int_net to $int_if
> > pass in on $int_if route-to \
> > { ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) } round-robin \
> > proto tcp from $int_net to any flags S/SA modulate state
> > pass in on $int_if route-to \
> > { ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) } round-robin \
> > proto {udp, icmp} from $int_net to any keep state
> > pass out on {$ext_if1, $ext_if2} proto tcp from any to any flags S/SA
> > modulate state
> > pass out on {$ext_if1, $ext_if2} proto {udp, icmp} from any to any keep
> > state
> > pass out on $ext_if1 route-to ($ext_if2 $ext_gw2) from $ext_if2 to any
> > pass out on $ext_if2 route-to ($ext_if1 $ext_gw1) from $ext_if1 to any
> > pass in on $int_if inet proto tcp from any to 127.0.0.1 port 3128 keep state
> > pass out on $ext_if1 inet proto tcp from any to any port 80 keep state
> > pass out on $ext_if2 inet proto tcp from any to any port 80 keep state
> > y en el squid.conf en la linea donde esta el puerto
> > dice
> > port 3128 agregale transparent
> > si tienes dudas, contactame personalmente, acabo de configurar un servidor
> > el dia de hoy, y esa configuacion me funciono,
> > Saludos
> > --
_________________________________________________________________