3Proxy with Rotating IP's
Posted
by
ramesh.mimit
on Server Fault
See other posts from Server Fault
or by ramesh.mimit
Published on 2011-03-15T22:17:41Z
Indexed on
2011/03/16
0:12 UTC
Read the original article
Hit count: 512
proxy
|transparent-proxy
I want to configure a proxy which can rotate the IP's on session basis. Let me explain what I have done so far and what is exact requirement.
I installed 3 proxy configured it to listen on 10 Public interfaces which is working fine. But my requirement is if any user access the internet, IP which will go out should be changed for every new session. Lets say my prxy IP's are from 10.20.30.5-14. When an user opens google.com it will hit google webserver with 10.20.30.5 IP and now if same user opens up yahoo.com then, it should it with 10.20.30.6 or any ip b/w 6 to 14.
Is this possible?
© Server Fault or respective owner