I have installed Squid Proxy on a server which has 4 IP addresses.eg
192.123.0.10192.123.0.11192.123.0.12192.123.0.13
192.123.0.10 is the main IP. I want to be able to either:
Set my browser proxy to point to 1 of the four ip's listed and have squid use that correspondining IP as it's outgoing ip address
OR
Set my browser proxy to point to 1 of the four ip's listed and have squid randonmly choose from the outgoing ip from the list
Any ideas?
EDIT for clarification:
As an example. Lets say I set my browser to point to 192.123.0.10, any website I visit should see my IP address as 192.123.0.10. This works. Then if I change my browser to point to 192.123.0.11, any website I visit should see my IP address as 192.123.0.11, but instead it sees the first IP 192.123.0.10. The same goes for 192.123.0.12 and 192.123.0.13.