Hello There new linux user here i need a free VPN on fedora with no data limit
It isn’t exactly a vpn, but you can use the tor browser
It’s said that if it’s free, you’re the product. That likely spoils your (unspecified) use case for the VPN.
The more appropriate subreddit, as a VPN is not specific to Fedora: r/vpn.
Also, see this respected resource: https://www.privacyguides.org/vpn/#privacy and its companion subreddit: /r/PrivacyGuides
Good luck
- Acquire free VPS from cloud provider (AWS,GCloud,Oracle etc)
- Install Algo VPN GitHub - trailofbits/algo: Set up a personal VPN in the cloud
- !???
- Profit
Protón vpn, i think it have an openvpn file
I guess you are new to both Linux, privacy and stuff. So it’s better you use Tor Browser for private web browsing which already comes with secure configuration for noobs.
Free VPNs are mostly shady or slow and I wouldn’t recommend a newbie to configure it in Linux. Because even expert users usually forget about DNS leaks, IPv6 leaks etc associated with configuring a VPN.
Just go with Tor Browser until you figure out everything.
yes.
protonvpn is pretty nice
I need a vpn to use it with other apps not just browsing
It’s not free right ?
I’m not sure why you’re being downvoted.
They even support wireguard.
Possibly more work than you want to put in, but if you run /r/Whonix you can install any app you like on the (Debian-based) workstation VM, and it will automatically go over Tor.
Total cost: free-as-in-beer
No, is not, but is cheap. One flat fee.
I guess people don’t like best in class, open source, privacy respecting software (“,)/
Like it’s literally free, has no data limit, uses wireguard.
Idk man
Why am I only seeing a 5 pound a month subscription
I didn’t downvote, but:
-
more work than most people want to do
-
lose some of the key benefits of a commercial VPN: mix traffic with that of thousands of other users, vary location at will
-
I doubt it stays free; at some point you will have to start paying for VPS
I see your points.
-
More work is negligible, running the ansible script is as hard as using dnf to install a package. It’s legit that automated. Just supply it creds and answer the installer quiz and it does the rest.
-
You can assign your vps a static , which is good for reasons. You could also put in extra work to egress traffic through a socks proxy (which is also easy). Or just spin up a vm in another data center wherever you want to exit from.
-
Nope it’s free, been doing this for two years on a T2 micro instance, it’s in AWS free tier. If you want more than one exit node you’d need more instances, which are about half a cent an hour.
Other benefit is since you control the infrastructure you can ensure there are no logs kept in case the feds decide to come knocking.
The problem with public VPNs, especially the ‘good’ ones is that they get flagged for abuse more often. With this setup it’s just an ephemeral IP address in an AWS IP block, looks totally legit to most WAFs
More work is negligible
More work as in signing up for an account with AWS or whoever, putting in payment details, getting the settings right, etc.
just spin up a vm in another data center wherever you want to exit from.
Now you’re making your own VPN network.
Nope it’s free, been doing this for two years on a T2 micro instance
Okay, thanks, cool.
you can ensure there are no logs kept
The data center / AWS / etc could be logging your activity.
With this setup it’s just an ephemeral IP address in an AWS IP block, looks totally legit to most WAFs
True, that is a big advantage.