More outgoing IP with Tinyproxy

dikdik

Registered Member
Joined
Apr 25, 2009
Messages
55
Reaction score
3
Hi,
I have a tinyproxy on a VPS. It binds only one IP address, but I have two. I would like to use the 2 outgoing IP addresses. Is it possible? How?
 
Do you mean ROTATE thoes two IPs or BIND to another SINGLE IP? They are different.
You can set the "bind" directive in the tinyproxy.conf to bind to a specific IP.
 
My VPS has 2 IP addresses: a.a.a.a and a.a.a.b.
In TinyURL Listen directive specifies the ingoing IP address and Bind the outgoing one.
I would use Tinyproxy in this way:
Connecting using a.a.a.a:8080 the outgoing IP is a.a.a.a, so when I visit ip-adress.com I would like to see a.a.a.a
When I connect to a.a.a.b:8080 the outgoing IP is a.a.a.b.
Is it possibile?
 
You can run two instances of tinyproxy binding and listening on different IP at a time. However, if you feel that complicated, one easy way is to install two proxy softwares listening on different IP.
 
Last edited:
Fantastic.
Can you suggest a guide to do that?
Thank you
 
Back
Top