Re: [squid-users] Squid Server With Multiple Outgoing IPs, each ip with separate login and password

From: Leonardo Rodrigues <leolistas_at_solutti.com.br>
Date: Mon, 26 Oct 2009 16:01:05 -0200

п╓я─п╟п╫я│я┐п╟ п°п╟я─я┌iп╫п╣я│ escreveu:
> Hi!
>
> i am going to buy dedicated server and organize proxy server.
> server has 250 IPs.
> I want each outgoing ip address to have its own login and password.
>
> so i give client ip with login and password.
>
> so i want to bind each outgoing ip witt login-password.
>
> can someone help me in reccomendation?
> thx
>

first of all get some authentication method fully configurated, i'll
skip that part because i dont know what you're using. And for getting an
auth method working, there's still LOTS of tutorials on the web. Google
for it if you dont know how to do it.

acl myport001 myport 10001
acl username001 proxy_auth -i username001

http_access allow myport001 username001
http_access deny myport001

acl myport002 myport 10002
acl username002 proxy_auth -i username002

http_access allow myport002 username002
http_access deny myport002

....... and there it goes ........

this will give you a big config, i cant think on a 'simple' (few lines)
config to acchieve that. But it will work for sure !

-- 
	Atenciosamente / Sincerily,
	Leonardo Rodrigues
	Solutti Tecnologia
	http://www.solutti.com.br
	Minha armadilha de SPAM, Nц┐O mandem email
	gertrudes_at_solutti.com.br
	My SPAMTRAP, do not email it
Received on Mon Oct 26 2009 - 18:01:23 MDT

This archive was generated by hypermail 2.2.0 : Tue Oct 27 2009 - 12:00:03 MDT