I am trying to create Ultra secure sophisticated "tor" kind of network to protect my real identity ?Sols said:
Wireguard (and OpenVPN) are just proxies/VPNs. It sounds more like @troubled soul wants to build a whole network of interconnected servers.
If you just want a bunch of servers to act as a VPN, search for Wireguard or OpenVPN road warriors. Pick one that seems reputable and open source. A road warrior will do most of the heavy lifting for you. Connect to your servers via SSH and run the road warrior script.
Or are you looking for a VPC (Virtual Private Cloud)?
Click to expand...
Why not use tor directly?troubled soul said:
I am trying to create Ultra secure sophisticated "tor" kind of network to protect my real identity ?
Lets say
Home PC -> Entry VPS -> VPS 1 -> VPS 2 -> ..........................VPS N -> Exit VPS -> My target website (Server )
Am I overthinking or Overdoing for Protecting my real identity ?
Do you know any most ultra secure method to do this ?
I can spend money for that...
Sorry for my bad English...........Hope you get it what I want to achieve
Click to expand...
Tor Network speed is extremely slow....How to deal with that problem ?Jbb1 said:
Why not use tor directly?
Don't try to invent something that is already invented, tested and works flawlessly.
You can use a proxy after the exit node of tor so it doesn't appear as that you are using tor.
Click to expand...
no, it makes perfect sense and everyone should/will have to do it sooner or latertroubled soul said:
I am trying to create Ultra secure sophisticated "tor" kind of network to protect my real identity ?
Lets say
Home PC -> Entry VPS -> VPS 1 -> VPS 2 -> ..........................VPS N -> Exit VPS -> My target website (Server )
Am I overthinking or Overdoing for Protecting my real identity ?
Click to expand...
as I said before buying cheap (1-5EUR per month) VPS servers, using WireGuard (look at it as a virtual UTP cable) to connect it together and then adding whatever logic you desire (randomization, per target routing, obscure paths, ...)
troubled soul said:
I can spend money for that...
Sorry for my bad English...........Hope you get it what I want to achieve
Click to expand...
No way of dealing with it, real anonymity has a cost.troubled soul said:
Tor Network speed is extremely slow....How to deal with that problem ?
Click to expand...
Easiest: use Tor.
troubled soul said:
how to create your own tor network using multiple vps server ?
Like
Creating multiple VPS droplet and make your own tor network with all white list IP addresses...
Is it possible ?
Any simple solution do you know for creating your own tor network ?
Thanks
Click to expand...
Jbb1 said:
You can create a full mesh VPN by adding all peers to all VPS servers, and configuring the globally reachable IP (v4 or v6) address as endpoint on each peer.
You can also use AWS for creating private networks between your servers.
Click to expand...
void said:
simplest and far the best when it comes to performance and flexibilty is using WireGuard and a little bit of bash and routing table scripting on top
Click to expand...
troubled soul said:
I am trying to create Ultra secure sophisticated "tor" kind of network to protect my real identity ?
Lets say
Home PC -> Entry VPS -> VPS 1 -> VPS 2 -> ..........................VPS N -> Exit VPS -> My target website (Server )
Am I overthinking or Overdoing for Protecting my real identity ?
Do you know any most ultra secure method to do this ?
I can spend money for that...
Sorry for my bad English...........Hope you get it what I want to achieve
Click to expand...