• Fw: Why can't you get on another vpn when you're already on vpn?

    From noreply@noreply@mixmin.net to alt.privacy on Sunday, September 08, 2024 13:57:52
    From Newsgroup: alt.privacy

    On Sun, 8 Sep 2024 10:06:04 +0200, "J.O. Aho" <user@example.net> wrote:
    On 03/09/2024 22.39, david wrote:
    What I don't get is if you're on your isp, you can get on vpn.
    So why can't you get on another vpn when you're already on vpn?
    Or, maybe, you can?

    Yes you can, there is a number of solutions to this. but let's not go
    into details as many of the posts already poked on them.
    The real question is why would you want to do that? You tend to get no >further "security" of "anonymity" of it. The last VPN will be the one
    that can decipher your traffic anyway.

    too many variables; casual users like myself probably have little
    use for anonymity apart from avoiding website trackers and usenet trolls...but some may have more serious concerns about preventing "unauthorized" access to unencrypted content regardless of format
    or function, in such cases "whole message encryption" is strongly
    recommended https://www.danner-net.de/omom/tutorwme.htm see also:

    (using Tor Browser 13.5.3)
    https://support.torproject.org/faq/faq-5/
    Can I use a VPN with Tor?
    Generally speaking, we don't recommend using a VPN with Tor unless
    you're an advanced user who knows how to configure both in a way
    that doesn't compromise your privacy.
    You can find more detailed information about Tor + VPN at our wiki. >https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorPlusVPN
    TorPlusVPN
    Last edited by Alexander Faeroy 4 years ago
    TOC(depth=1)
    Introduction
    There are many discussions on the Tor Mailing list and spread over
    many forums about combining Tor with a VPN, SSH and/or a proxy in
    different variations. X in this article stands for, "either a VPN,
    SSH or proxy". All different ways to combine Tor with X have
    different pros and cons.
    General
    Anonymity and Privacy
    You can very well decrease your anonymity by using VPN/SSH in addition
    to Tor. (Proxies are covered in an extra chapter below.) If you know
    what you are doing you can increase anonymity, security and privacy.
    Most VPN/SSH provider log, there is a money trail, if you can't pay
    really anonymously. (An adversary is always going to probe the weakest
    link first...). A VPN/SSH acts either as a permanent entry or as a
    permanent exit node. This can introduce new risks while solving others. >Who's your adversary? Against a global adversary with unlimited
    resources more hops make passive attacks (slightly) harder but active >attacks easier as you are providing more attack surface and send out
    more data that can be used. Against colluding Tor nodes you are safer, >against blackhat hackers who target Tor client code you are safer
    (especially if Tor and VPN run on two different systems). If the VPN/
    SSH server is adversary controlled you weaken the protection provided
    by Tor. If the server is trustworthy you can increase the anonymity
    and/or privacy (depending on set up) provided by Tor.
    VPN/SSH can also be used to circumvent Tor censorship (on your end by
    the ISP or on the service end by blocking known tor exits).
    VPN/SSH versus Proxy
    The connection between you and the VPN/SSH is (in most cases, not all) >encrypted.
    On the other hand the connection between you and an OpenProxy is >unencrypted. An 'SSL proxy' is in most cases only a http proxy which
    supports the connect method. The connect method was originally
    designed to allow you to use to connect using SSL to webservers but
    other fancy things such as connecting to IRC, SSH, etc. are possible
    as well. Another disadvantage of http(s) proxies is, that some of them, >depending on your network setup, even leak your IP through the 'http >forwarded for' header. (Such proxies are also so called 'non-anonymous >proxies'. While the word anonymous has to be understood with care
    anyway, a single OpenProxy is much worse than Tor).
    Also read Aren't 10 proxies (proxychains) better than Tor with only 3
    hops? - proxychains vs Tor.
    VPN versus SSH or Proxy
    VPN operates on network level. A SSH tunnel can offer a socks5 proxy. >Proxies operate on application level. These technical details
    introduce their own challenges when combining them with Tor.
    The problematic thing with many VPN users is, the complicated setup.
    They connect to the VPN on a machine, which has direct access to the >internet.
    the VPN user may forget to connect to the VPN first
    without special precautions, when a VPN connection breaks down (VPN
    server reboot, network problems, VPN process crash, etc.), direct >connections without VPN will be made.
    To fix this issue you can try something like VPN-Firewall.
    When operating on the application level (using SSH tunnel socks5 or >proxies), the problem is that many applications do not honor the proxy >settings. Have a look into the Torify HOWTO to get an idea.
    The most secure solution to mitigate those issues is to use
    transparent proxying, which is possible for VPN, SSH and proxies.
    You -> X -> Tor
    Some people under some circumstances (country, provider) are forced to
    use a VPN or a proxy to connect to the internet. Other people want to
    do that for other reasons, which we will also discuss.
    You -> VPN/SSH -> Tor
    You can route Tor through VPN/SSH services. That might prevent your
    ISP etc from seeing that you're using Tor (VPN/SSH Fingerprinting
    below). On one hand, VPNs are more popular than Tor, so you won't
    stand out as much, on the other hand, in some countries replacing an >encrypted Tor connection with an encrypted VPN or SSH connection, will
    be suspicious as well. SSH tunnels are not so popular.
    Once the VPN client has connected, the VPN tunnel will be the
    machine's default Internet connection, and TBB (Tor Browser Bundle)
    (or Tor client) will route through it.
    This can be a fine idea, assuming your VPN/SSH provider's network is
    in fact sufficiently safer than your own network.
    Another advantage here is that it prevents Tor from seeing who you are
    behind the VPN/SSH. So if somebody does manage to break Tor and learn
    the IP address your traffic is coming from, but your VPN/SSH was
    actually following through on their promises (they won't watch, they
    won't remember, and they will somehow magically make it so nobody else
    is watching either), then you'll be better off.
    You -> Proxy -> Tor
    This does not prevent your ISP etc from seeing that you're using Tor
    because the connection between your and the proxy is not encrypted. >Sometimes this prevents Tor from seeing who you are depending on the >configuration on the side of the proxy server. So if somebody does
    manage to break Tor and learn the IP address your traffic is coming
    from, but your proxy does not log an the attacker didn't see the
    unencrypted connection between your and the proxy, then you'll be
    better off.
    You -> Tor -> X
    This is generally a really poor plan.
    Some people do this to evade Tor bans in many places. (When Tor exit
    nodes are blacklisted by the remote server.)
    (Read first for understanding: How often does Tor change its paths?.) >Normally Tor switches frequently its path through the network. When
    you choose a permanent destination X, you give away this advantage,
    which may have serious repercussions for your anonymity.
    You -> Tor -> VPN/SSH
    You can also route VPN/SSH services through Tor. That hides and
    secures your Internet activity from Tor exit nodes. Although you are
    exposed to VPN/SSH exit nodes, you at least get to choose them. If
    you're using VPN/SSHs in this way, you'll want to pay for them
    anonymously (cash in the mail [beware of your fingerprint and printer >fingerprint], Liberty Reserve, well-laundered Bitcoin, etc).
    However, you can't readily do this without using virtual machines. And
    you'll need to use TCP mode for the VPNs (to route through Tor). In
    our experience, establishing VPN connections through Tor is chancy,
    and requires much tweaking.
    Even if you pay for them anonymously, you're making a bottleneck where
    all your traffic goes -- the VPN/SSH can build a profile of everything
    you do, and over time that will probably be really dangerous.
    You -> Tor -> Proxy
    You can also route proxy connections through Tor. That does not hide
    and secure your Internet activity from Tor exit nodes because the
    connection between the exit node to the proxy is not encrypted, not
    one, but two parties may log and manipulate your clear traffic now. If
    you're using proxies in this way, you'll want to pay for them
    anonymously (cash in the mail [beware of your fingerprint and printer >fingerprint], Liberty Reserve, well-laundered Bitcoin, etc) or use
    free proxies.
    One way to do that is proxychains. Another way would be to use a
    Transparent Proxy and then either proxify (set proxy settings) or
    socksify (use helper applications to force your application to use a
    proxy) the programs you want to chain inside your Transparent Proxy
    client machine.
    You -> X -> Tor -> X
    No research whether this is technically possible. Remember that this
    is likely a very poor plan because [#You-Tor-X you -> Tor -> X] is
    already a really poor plan.
    You -> your own (local) VPN server -> Tor
    This is different from above. You do not have to pay a VPN provider
    here as you host your own local VPN server. This won't protect you
    from your ISP of seeing you connect to Tor and this also won't
    protect you from spying Tor exit servers.
    This is done to enforce, that all your traffic routes through Tor
    without any leaks. Further read: TorVPN. If you want this, it may
    unnecessary to use VPN, a simple Tor-Gateway may be easier, for
    example Whonix.
    VPN/SSH Fingerprinting
    Using a VPN or SSH does not provide strong guarantees of hiding your
    the fact you are using Tor from your ISP. VPN's and SSH's are
    vulnerable to an attack called Website traffic fingerprinting ^1^. Very >briefly, it's a passive eavesdropping attack, although the adversary
    only watches encrypted traffic from the VPN or SSH, the adversary can
    still guess what website is being visited, because all websites have
    specific traffic patterns. The content of the transmission is still
    hidden, but to which website one connects to isn't secret anymore.
    There are multiple research papers on that topic. ^2^ Once the premise
    is accepted, that VPN's and SSH's can leak which website one is
    visiting with a high accuracy, it's not difficult to imagine, that
    also encrypted Tor traffic hidden by a VPN's or SSH's could be
    classified. There are no research papers on that topic.
    What about Proxy Fingerprinting? It has been said above already, that >connections to proxies are not encrypted, therefore this attack isn't
    even required against proxies, since proxies can not hide the fact,
    you're using Tor anyway.
    ,, ^1^ See Tor Browser Design for a general definition and
    introduction into Website traffic fingerprinting.
    ^2^ See slides for Touching from a Distance: Website Fingerprinting
    Attacks and Defenses. There is also a research paper from those
    authors. Unfortunately, it's not free. However, you can find free ones
    using search engines. Good search terms include "Website Fingerprinting
    VPN". You'll find multiple research papers on that topic.
    [end quote]

    for windows 10/11, recommend using tor browser with default settings
    and duckduckgo for search . . . but for windows 7/8, recommend using
    omnimix tor with another browser e.g. pale moon, kmeleon etc., since
    tor browser will no longer be supported after 1 october (next month);

    while most websites will open in tor browser, including "google.com",
    some websites will not, so using the most current windows 11 firefox,
    edge or other "mainstream" browser is recommended; test your browser:

    (using Tor Browser 13.5.3)
    https://duckduckgo.com/?q=browser+fingerprint+test
    ...
    https://coveryourtracks.eff.org/
    Test your browser to see how well you are protected from tracking and >fingerprinting:
    TEST YOUR BROWSER
    https://coveryourtracks.eff.org/kcarter?aat=1
    Test with a real tracking company ?
    Our tests indicate that you have strong protection against Web tracking.
    ...
    How does tracking technology follow your trail around the web, even if
    you've taken protective measures? Cover Your Tracks shows you how trackers >see your browser. It provides you with an overview of your browser's most >unique and identifying characteristics.
    Only anonymous data will be collected through this site.
    Want to learn more about tracking? Read how it works with our guide:
    LEARN MORE ABOUT FINGERPRINTING
    https://coveryourtracks.eff.org/learn
    ...
    (cf. any browser using Omnimix' built-in Tor)
    Our tests indicate that you have strong protection against Web tracking.
    ...
    (cf. any browser not using Tor)
    Our tests indicate that you are not protected against tracking on the Web. [end quote]

    (using Tor Browser 13.5.3)
    https://check.torproject.org/
    Congratulations. This browser is configured to use Tor.
    Your IP address appears to be: ###.###.###.###
    ...
    (cf. any browser using Omnimix' built-in Tor)
    Congratulations. This browser is configured to use Tor.
    Your IP address appears to be: ###.###.###.###
    However, it does not appear to be Tor Browser.
    Click here to go to the download page
    https://www.torproject.org/download/
    ...
    (cf. any browser not using Tor)
    Sorry. You are not using Tor.
    Your IP address appears to be: ###.###.###.###
    [end quote]

    --- Synchronet 3.21e-Win32 NewsLink 1.2