Last active
January 27, 2020 23:53
-
-
Save alsunseri/92438d9ccaabcd76f82a46e614a02c40 to your computer and use it in GitHub Desktop.
Nested Anonymity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEST for general/total anonymity? | |
(USER) -> TLS+VPN/SSH -> Jondo(paid) -> Tor/I2P -> (INTERNET/Hidden Services) | |
stunnel etc | |
BEST anonymity from DESTINATION ( not from ISP etc ) | |
( Tor 1st hop ) ---- (SSH/VPN/Jondo LAST hop ) ( can not use hidden services ) | |
(USER) -> Tor -> Jondo(free/anon paid ) -> (INTERNET) | |
(USER) -> Tor -> VPN(no money trail) -> (INTERNET) | |
_______________________________________________ | |
Nested VPNs | |
(USER) -> VPN -> VPN -> (INTERNET) | |
1st - connect ( direct ) vpn1 client on router to first VPN provider. | |
2nd - connect (indirect) vpn2 client on guest OS to second VPN provider. | |
DEST - sees ONLY VPN2 exit IP | |
ISP sees vpn1 entry IP ( and your ext. IP ) | |
VPN1 sees your external IP and VPN2 entry IP | |
VPN2 sees VPN1 exit IP and destination IP | |
( and unexncrypted traffic ) | |
_______________________________________________ | |
_______________________________________________ | |
Nested SSH | |
(USER) -> SSH -> SSH -> (INTERNET) | |
_______________________________________________ | |
_______________________________________________ | |
(SSH/VPN/Jondo 1st hop ) ---- ( Tor as last hop) | |
connect 1st -> connect 2nd | |
(USER) -> VPN -> Tor -> (INTERNET/Hidden Services) | |
(USER) -> SSH -> Tor -> (INTERNET/Hidden Services) | |
(USER) -> Jondo -> Tor -> (INTERNET/Hidden Services) | |
(USER) -> VPN -> I2P -> (Hidden Services) | |
(USER) -> SSH -> I2P -> (Hidden Services) | |
(USER) -> Jondo -> I2P -> (Hidden Services) | |
ISP will see SSH/VPN/Jondo connecting to a server ( the openvpn/ssh/jondo server ) | |
vpn/ssh/jondo server will see your real IP address | |
Tor relay will see the (vpnssh/jondo) server IP | |
ANd the vpn/ssh/jondo server sees the guard relay IP | |
_______________________________________________ | |
_______________________________________________ | |
( Tor 1st hop ) ---- (SSH/VPN/Jondo LAST hop ) | |
(USER) -> Tor -> Jondo -> (INTERNET) | |
(USER) -> Tor -> SSH -> (INTERNET) | |
(USER) -> Tor -> VPN -> (INTERNET) | |
_______________________________________________ | |
_______________________________________________ | |
Multiple / Mixed | |
Others | |
(USER) -> VPN -> VPN -> Tor/I2P -> (INTERNET/Hidden Services) | |
(USER) -> SSH -> SSH -> Tor/I2P -> (INTERNET/Hidden Services) | |
(USER) -> SSH -> VPN -> Tor/I2P -> (INTERNET/Hidden Services) | |
(USER) -> VPN -> SSH -> Tor/I2P -> (INTERNET/Hidden Services) | |
also ??? | |
(USER) -> VPN -> VPN -> VPN -> (INTERNET) | |
(USER) -> SSH -> SSH -> SSH -> (INTERNET) | |
(USER) -> Jondo -> Tor -> VPN -> (INTERNET) | |
(USER) -> VPN -> Tor -> Jondo -> (INTERNET) | |
_______________________________________________ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment