how can i create multiple proxy with one server?

ImJazabela

Registered Member
Joined
Jul 19, 2018
Messages
80
Reaction score
42
i have a server on hetzener. i want to create multiple proxy (different ips) with one server is it possible with hetzener? i added floating ip and added ips to squid conf as outgoing tcp but when i use them they are connecting main server ip.

like this;

acl ip1 myip 79.xx.xx.xx
tcp_outgoing_address 79.xx.xx.xx ip1
 
So you want the following setup with squid proxy?
IP A PORT 80 -> Proxy A -> IP A
IP B PORT 80 -> Proxy B -> IP B
IP C PORT 80 -> Proxy C -> IP C

I am not sure if you can do this with squid proxy but I know this can be done:
IP A PORT 80 -> Proxy A -> IP A
IP A PORT 81 -> Proxy B -> IP B
IP A PORT 82 -> Proxy C -> IP C
 
So you want the following setup with squid proxy?
IP A PORT 80 -> Proxy A -> IP A
IP B PORT 80 -> Proxy B -> IP B
IP C PORT 80 -> Proxy C -> IP C

I am not sure if you can do this with squid proxy but I know this can be done:
IP A PORT 80 -> Proxy A -> IP A
IP A PORT 81 -> Proxy B -> IP B
IP A PORT 82 -> Proxy C -> IP C
hi,
version 2 fine for me ports can be different its not problem can u help me?
 
i have a server on hetzener. i want to create multiple proxy (different ips) with one server is it possible with hetzener? i added floating ip and added ips to squid conf as outgoing tcp but when i use them they are connecting main server ip.

like this;

acl ip1 myip 79.xx.xx.xx
tcp_outgoing_address 79.xx.xx.xx ip1
I just wrote a how to on:
Build your own proxy Server with easy and for free

This will allow what you want. The default settings are to allow public proxies and tor proxy.
 
Back
Top