Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Virtual Private Network (VPN) How To

ac225519 edited this page Mar 12, 2016 · 7 revisions

Virtual Private Network (VPN) How-To

Why using a VPN?

  • You want use OpenBazaar in a highly restricted environment such as a corporate network or a public Library.
  • You want establish a privacy layer between you and the rest of the world.

What VPN should I use?

There are a couple of good paid VPNs. https://torrentfreak.com/?s=vpn+review offers reviews.

But you can also use a free VPN with limited data allowance. OpenBazaar does not use much traffic.

Important: OpenVPN based VPNs on TCP port 443 (HTTP SSL/TLS) have the highest successful penetration rate in highly restricted environments.

A working example for a public Library

VPN provider: https://www.privatetunnel.com/

This is a free provider with limited data allowance (500 MB).

This provider offer OpenVPN on TCP port 443.

Sign up with an email account (not necessary your default email account)

Download the Windows or Mac client from Private Tunnel.

Get sure you change the setup of the client to use a xxxxxx.privatetunnel.com 443 tcp server.

Or use the universal .ovpn file ("Download user profile") for all OpenVPN clients including Linux.

The .ovpn file has several 'remote' entries. Move the line with a xxxxx 443 entry on top of this block.

before:

remote se-st-001.privatetunnel.com 1194 udp

remote se-st-001.privatetunnel.com 1194 udp

remote se-st-001.privatetunnel.com 443 tcp

remote se-st-001.privatetunnel.com 1194 udp

remote se-st-001.privatetunnel.com 1194 udp

after:

remote se-st-001.privatetunnel.com 443 tcp

remote se-st-001.privatetunnel.com 1194 udp

remote se-st-001.privatetunnel.com 1194 udp

remote se-st-001.privatetunnel.com 1194 udp

remote se-st-001.privatetunnel.com 1194 udp

and save it.

With Linux its than just:

openvpn --config Stockholm.ovpn