Route all traffic through a dedicated server
Budget: $15 – $25 USD
curl – I want to route all traffic through a dedicated server.
I can show examples from a competitor.
I have the following environment :
· Server A : My server from where all requests will originate.
· Server B : I wish to use this as a proxy server (to generate a unique proxy port number on each request) to route traffic.
Temporarily, to manage the problem of proxy, Redsocks is installed on Server A (with few 3rd-party socks5 proxies with static port number). We can disable this once server B is ready.
Problem and Expected functionality :
Basically what I want to do is similar to a proxy chain / tunnel
Server A ===> Server B
Ideally I would like to be able to automatically route all traffic through server B (socks5 server). Let’s say this has only a single ip address for now. For the purpose of load balancing, I want to be able to add more subnet ips to server B after successfully realizing the initial plan.
I thought about using Socat too but I am not sure how I could implement that on server A without having to set up multiple ports on server B . Is it even possible to do what I want this way ?
I need urgent help on this please.
Thanks.
I can show examples from a competitor.
I have the following environment :
· Server A : My server from where all requests will originate.
· Server B : I wish to use this as a proxy server (to generate a unique proxy port number on each request) to route traffic.
Temporarily, to manage the problem of proxy, Redsocks is installed on Server A (with few 3rd-party socks5 proxies with static port number). We can disable this once server B is ready.
Problem and Expected functionality :
Basically what I want to do is similar to a proxy chain / tunnel
Server A ===> Server B
Ideally I would like to be able to automatically route all traffic through server B (socks5 server). Let’s say this has only a single ip address for now. For the purpose of load balancing, I want to be able to add more subnet ips to server B after successfully realizing the initial plan.
I thought about using Socat too but I am not sure how I could implement that on server A without having to set up multiple ports on server B . Is it even possible to do what I want this way ?
I need urgent help on this please.
Thanks.