Re: [squid-users] help with acl src and par or impar ip (odd number or even number i think.).

2011-06-07 Thread Rogelio Sevilla Fernandez
Supongo estas usando una red con mascara /24. Creo sería mejor usar ACLs con una máscara /25 para decir que la primra red sea 192.168.0.0/25 y la segunda red sea 192.168.0.128/25. Así indicas que tu primera red podria ser de la 192.168.0.1-192.168.0.126 y tu segunda red sería 192.168.0.128-

Re: [squid-users] help with acl src and par or impar ip (odd number or even number i think.).

2011-06-07 Thread Amos Jeffries
On Tue, 7 Jun 2011 13:35:33 -0300, Soporte Técnico wrote: I have 2 two parents for my main squid (Freebsd). I want to load balancing to each one parent the par ip (odd) and the impar ip (even). Ex. acl pares src 192.168.0.10, 192.168.0.12, 192.168.0.14, 192.168.0.16 … 192.168.0.254 acl imp

RE: [squid-users] help with acl src and par or impar ip (odd number or even number i think.).

2011-06-08 Thread Soporte Técnico
sourcehash. Jorge. -Mensaje original- De: Amos Jeffries [mailto:squ...@treenet.co.nz] Enviado el: miércoles, 08 de junio de 2011 12:25 a.m. Para: squid-users@squid-cache.org Asunto: Re: [squid-users] help with acl src and par or impar ip (odd number or even number i think.). On Tue, 7 Jun

RE: [squid-users] help with acl src and par or impar ip (odd number or even number i think.).

2011-06-08 Thread Amos Jeffries
On Wed, 8 Jun 2011 20:02:20 -0300, Soporte Técnico wrote: Hi Amos, thanks for the help, two question: acl even src 192.168.0.0/0.0.0.1 would work ? No. Client IPv4 with first 31 bits erased to zero will not match 192.168.* There´s any detailed information about sourcehash ? I tested befo