I am trying to create Ultra secure sophisticated "tor" kind of network to protect my real identity ?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)?
Why not use tor directly?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
Tor Network speed is extremely slow....How to deal with that problem ?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.
no, it makes perfect sense and everyone should/will have to do it sooner or laterI 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 ?
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, ...)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
No way of dealing with it, real anonymity has a cost.Tor Network speed is extremely slow....How to deal with that problem ?
Easiest: use Tor.Do you know any most ultra secure method to do this ?
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
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.
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
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