Ask Slashdot: Best VPN Service For Australia?
New submitter frrrp asks, now that "Australia has proceeded on its merry way towards being an absolute nanny/surveillance state," what the best way is for Australians to avoid government snooping.
"The Australian public, and media, have been largely asleep on this issue and, by Parliament standards, the speed with which this legislation has been rushed through must be a new record — with both major political parties colluding to force it through and quash any thoughts of amendment to its draconian scope. So the time has come — VPN is no longer a luxury but a necessity. The question is, which VPN service providers are best for us poor folks on the arse end of the planet? I have more or less settled on probably going with Private Internet Access. Can any of the BigBrains on Slashdot enlighten me further on the subject of personal VPN — the kind that provides the full spectrum of service as a naked direct link does?"
What illegal activities are you so desperate to hide? If you have nothing to hide then you have no problem. If you're surfing kiddy porn then you get what you deserve. If you go to places like Tor or Darknet then be prepared for additional scrutiny of your traffic. I've read some of the oddest, whackiest things about how subtly related information has resulted in law enforcement successfully prosecuting people who think VPN and other obfuscating services will hide their activities on the net.
As someone with experience providing VPNs to Australian customers I can assure that saying "I'm in Australia, what's best for me" is not enough *at all*. At the very least, you should provide your city and ISP.
:-)
Not that you really care about replies obviously since you just wanted to advertise one specific provider
I know TFA is asking what VPN service is best suited for ppl living in Australia
I happen to travel frequently, from the Americas to Europe to Asia (including Australia/NZ) to Africa, for business, and there are times I desperately need VPN that just works
I do not need a lot of GBs, but I do need security - which means, VPN which do NOT keep any log of my online activity
Can anyone recommend VPN services that can work in _any_ country in this world?
Muchas Gracias, Señor Edward Snowden !
If it's protection from local snooping (e.g. wifi snoopers at the coffee shop), any provider will be reasonable, though it may be better to get a reasonably local provider for better performance. As you say, Australia is on the arse end of the planet and there's very long links to get to North America or Europe.
If you want to be able to access geographically-limited sites (e.g. Netflix in the US), again, any provider with endpoints there should be adequate.
If you want anonymity for Serious Purposes (e.g. whistleblowing, or any other activity where you or your family could be at risk), you'd probably be better off using Tor or some other system that doesn't require user registration. Of course, considerable amounts of services have ended up blocking Tor due to extensive abuse being emitted from their network, but that may be something you're willing to put up with. Pretty much any commercial VPN provider logs basic stuff about users (e.g. which user is assigned what IP address at what time) so they can shut down accounts being used for abuse.
Using a VPN has the disadvantage of being a single exit point, thus possibly subject to an international warrant to record the traffic (remember? - we are discussing this in relation to a law allowing Australia access to the "Council of Europe Convention on Cybercrime", thus the more countries do the same, the less chances to find a VPN service that you can trust to anonymize you).
So, instead of paying a VPN service, why not running a Tor node or bridge? If you are willing to pay a VPN service, then paying for a "cloud" hosted Tor node/bridge should not be a problem to you (the prices are pretty much comparable, I guess).
The more people would do this, the less capable would be anyone to track the data traffic of a certain person (unless they control a good majority of the exit nodes and are willing to spend time/effort/money to reconstitute a traffic that may exit randomly thought different nodes).
Questions raise, answers kill. Raise questions to stay alive.
So you think home electrical work or plumbing should not be regulated? Home electricity, if wired wrong is a serious health/death hazard. As for plumbing it can also be a serious health and environment hazard.
English is not my first language, so cut me some slack -: Om du kan lasa det har sa kan du Svenska
It's not a VPN but what about a good old SSH connection toa server you trust (i.e. a server you own)?
Can we have a bit of sanity here? The laws are pretty clear that your online activity can only be recorded if the police specifically ask your ISP. Since most Australians are not under investigation by the police, a VPN is hardly a "a necessity".
Your language makes it sound like it's the end of the internet as we know it, when the reality is far more mundane.
"A week in the lab saves an hour in the library"
Indeed. In fact, lack of regulation is why the US economy is the envy of the Western world while Australia is experiencing hard economic times and corporate collapse.
Combine this with our lack of universal healthcare and, well, the place is a mess. Dont even get me started on restricting our freedom to homestyle electrickery implementations ...
Wait a sec ...
I know TFA is asking what VPN service is best suited for ppl living in Australia
I happen to travel frequently, from the Americas to Europe to Asia (including Australia/NZ) to Africa, for business, and there are times I desperately need VPN that just works
I do not need a lot of GBs, but I do need security - which means, VPN which do NOT keep any log of my online activity
Can anyone recommend VPN services that can work in _any_ country in this world?
I suggest you take a look here. And that goes to all of you: http://torrentfreak.com/which-vpn-providers-really-take-anonymity-seriously-111007/
http://torrentfreak.com/which-vpn-providers-really-take-anonymity-seriously-111007/
Yep. This is how I connect to things if I'm on a public network. Just 'ssh your-host -D 1080' , configure your firefox/whatever to use a SOCKS proxy on port 1080 and you're good to go.
I'm currently living and working as a software developer here in China, and my livelihood depends on using a VPN. A few things I've learned:
I have about 7 different VPN servers that I manage for myself, my main one I use nowadays is on EC2, however I'm running a low cost low bandwidth VPN on DigitalOcean now and have been very happy. There are a huge number of VPS hosts around, pick one in a country with a good privacy record and work through that.
The process is simple: I just chuck an Ubuntu image on the server, install OpenVPN, and zip through a guide on configuring. The process becomes painfully simple to replicate to new servers if you're happy using a single private key for each of your servers, you can just copy the original server configs to a new server and have multiple servers available to you.
If you have nothing to hide then you have no problem.
I wear clothes. I have a lot to hide.
This can still leak a lot of information that doesn't go through the SOCKS proxy.
I prefer OpenVPN: it's easy to setup on both the client and server, and it can proxy *all* traffic, even for applications that don't otherwise support proxying.