I'm creating a website which needs do some data gathering anonymously. I ran an Ubuntu server with Apache, and normally when I want to run my script, target websites and servers can determine my server real IP. Is there any solution to hide Apache server IP and use random IPs per each request?
Asked
Active
Viewed 768 times
1 Answers
0
The target website will generally always be able to see your real IP address; you'd have to make each request from a different server, or via a different network connection.
Depending on why and how you're doing this, from where and to whom, it's likely to be an effective way to get banned, sued and/or prosecuted for a DDoS attack (or some other kind of attack).
Please don't do this.

Jiří Baum
- 6,697
- 2
- 17
- 17
-
It is not a DDoS attack. As I mentioned, I only want to gather some information from different websites. – Mohammad Saberi May 20 '20 at 08:22
-
It's simply not possible to HIDE your IP, you can get an IP Address Stack and use a huge amount of IP Addresses (if thats required to get unpersonalized responses related). Notice, if you ignore robots.txt or no-cache and whatever, it's ILLEGAL! – Samuel Breu May 20 '20 at 08:38
-
If it's not an attack, what is the reason for hiding your IP? If you can clarify that, we may be able to help you... – Jiří Baum May 21 '20 at 07:39