Is there any way to do this ?

n0br4n

Newbie
Joined
Mar 20, 2017
Messages
21
Reaction score
3
Hello guys,
I just want to ask this if there's any way to mask proxies.

I mean for example i've a dedicated server and 1 ip with it , also i've a proxy server as well.

So i want to mask that proxy ips with dedicated servers ip.

I mean 111.11.111.11 is will be my main ip and i'll add accounts for connect to proxy server.

E.g.

111.11.111.11 : 1080 acc id : test1 pw : pwtest1 will connect to 222.22.222.22 : 1080 acc id : xxx1 pw : yyy1
111.11.111.11 : 1080 acc id : test2 pw : pwtest2 will connect to 333.33.333.33 : 1080 acc id : xxx2 pw : yyy2
111.11.111.11 : 1080 acc id : test3 pw : pwtest3 will connect to 444.44.444.44 : 1080 acc id : xxx3 pw : yyy3
 
This can be done via a GRE tunnel but what is the point in having proxies in the first place if you are just wanting them to look like they are coming from the ip on the server?
 
This can be done via a GRE tunnel but what is the point in having proxies in the first place if you are just wanting them to look like they are coming from the ip on the server?
I want to hide real proxy ips for some reasons. How can i do that with GRE tunnel , can you explain it lilttle bit more for me please.
Thank you.
 
I'm not a pro in this matter but I think that your question isn't clear enough to understand what you're trying to do and how.
Proxy can be configured in a software level. If I understand correctly (and I think I don't), you want to run services/softwares on your VPS server but hide it's real dedicated IP over several different proxys, is that correct? if so - I think it depends on the services/softwares youre using and trying to hide/mask.

You' said "I want to hide real proxy ips" and that kinda confused me. You mean you want to use this proxy, but you don't want to show this proxy IP? so why are you even using it from the beginning?

AFAIK, when you hack something/somewhere and want to make it hard to get to you, you use few proxies, but when you just do internet marketing all you care about is the single IP that shown, not how "far" you are from the exit point...
 
I'm not a pro in this matter but I think that your question isn't clear enough to understand what you're trying to do and how.
Proxy can be configured in a software level. If I understand correctly (and I think I don't), you want to run services/softwares on your VPS server but hide it's real dedicated IP over several different proxys, is that correct? if so - I think it depends on the services/softwares youre using and trying to hide/mask.

You' said "I want to hide real proxy ips" and that kinda confused me. You mean you want to use this proxy, but you don't want to show this proxy IP? so why are you even using it from the beginning?

AFAIK, when you hack something/somewhere and want to make it hard to get to you, you use few proxies, but when you just do internet marketing all you care about is the single IP that shown, not how "far" you are from the exit point...
Sorry , you totaly get me wrong.


I've a proxy server and there's more than 500 ips with connected 1 account.
I mean this > E.g. 111.11.111.11 : 1080 user1 password1 222.22.222.22 : 1080 user1 password1
As you see on example all ips connected same user. Also they all socks5 ips.

I have 1 more dedicated server but nothing installed on it and it has 1 dedicated ip so
i want to mask other proxies with this ip adress. Lets say that ip adress is 100.10.111.10
I need to forward this ip to all other ips with different accounts.

For example ;
100.10.111.10 : 1080 user11 password11 will connect to 111.11.111.11 : 1080 user1 password1
100.10.111.10 : 1080 user22 password22 will connect to 222.22.222.22 : 1080 user1 password1
100.10.111.10 : 1080 user33 password33 will connect to 122.11.222.11 : 1080 user1 password1

Also there'll be timer for these accounts , it will start when some1 connect it and will end 15 days later (I should be able change time lenght and accounts as well)
 
Hello guys,
I just want to ask this if there's any way to mask proxies.

I mean for example i've a dedicated server and 1 ip with it , also i've a proxy server as well.

So i want to mask that proxy ips with dedicated servers ip.

I mean 111.11.111.11 is will be my main ip and i'll add accounts for connect to proxy server.

E.g.

111.11.111.11 : 1080 acc id : test1 pw : pwtest1 will connect to 222.22.222.22 : 1080 acc id : xxx1 pw : yyy1
111.11.111.11 : 1080 acc id : test2 pw : pwtest2 will connect to 333.33.333.33 : 1080 acc id : xxx2 pw : yyy2
111.11.111.11 : 1080 acc id : test3 pw : pwtest3 will connect to 444.44.444.44 : 1080 acc id : xxx3 pw : yyy3

True anonymous proxies do this.

Others will forward your IP address in the request header (cloudflare for instance).
 
So how can i make this for my proxies ?

Do you configure your own proxies? Or did you buy them?

If you configure them you gotta look in the documentation for the proxy software you use.

If you bought them then you gotta ask if they're anonymizing proxies.
 
Do you configure your own proxies? Or did you buy them?

If you configure them you gotta look in the documentation for the proxy software you use.

If you bought them then you gotta ask if they're anonymizing proxies.
I've own proxies by dante. But dunno how to configure them like what i wrote on first post. :(
 
I've own proxies by dante. But dunno how to configure them like what i wrote on first post. :(

Who's dante?

Just ask them if the proxies are anonymous. You can test it too, just write a PHP page that dumps all header variables (there's code on google) - access that page using your proxy and see the dump. If the proxy is not anonymous you'll see your original IP there in a header.
 
Who's dante?

Just ask them if the proxies are anonymous. You can test it too, just write a PHP page that dumps all header variables (there's code on google) - access that page using your proxy and see the dump. If the proxy is not anonymous you'll see your original IP there in a header.
Dante is not someone , its something which you can make socks5 proxies > www. inet. no/dante/

My proxies are works good , they don't show my real ip but thats not what i excatly want.

For example i want to give you a proxy > 111.11.111.11:1080 user1 pw1 and i will give a proxy to some1 else as well that proxy will be 111.11.111.11:1080 user2 pw2
As you see same ips but different accounts. But these accounts needs connect to different ips. First one would connect to 222.22.222.222 and second one would connect to 123.12.123.123
 
Dante is not someone , its something which you can make socks5 proxies > www. inet. no/dante/

My proxies are works good , they don't show my real ip but thats not what i excatly want.

For example i want to give you a proxy > 111.11.111.11:1080 user1 pw1 and i will give a proxy to some1 else as well that proxy will be 111.11.111.11:1080 user2 pw2
As you see same ips but different accounts. But these accounts needs connect to different ips. First one would connect to 222.22.222.222 and second one would connect to 123.12.123.123

Ah, you can't route the IP's based on username without some special function from the proxy program, that stuff does not happen at the network level. You need to do that at the application level. Maybe dante(?) allows you to configure it to serve different content to different users, but I'm not familiar with it.
 
Ah, you can't route the IP's based on username without some special function from the proxy program, that stuff does not happen at the network level. You need to do that at the application level. Maybe dante(?) allows you to configure it to serve different content to different users, but I'm not familiar with it.
I've checked it but couldn't find a way to do it. But i know someone did same like what i want but he doesn't tell me :( Is there any way to find which programs he using for his proxies ?
 
If you have access to his proxies, you can dump the headers and see if it says "squid" or something like that.

I know squid configuration files can become a monster and they're really big and you can route by user in squid (99% sure but i'm not a expert).
 
If you have access to his proxies, you can dump the headers and see if it says "squid" or something like that.

I know squid configuration files can become a monster and they're really big and you can route by user in squid (99% sure but i'm not a expert).
Actually if i can find someone who's expert on these things will be better but no1 where can i find him :(
 
Back
Top