TechnicalCheap VPN

 

Press Ctrl+Enter to quickly submit your post
Quick Reply  
 
 
  
 From:  ANT_THOMAS  
 To:  ALL
41843.1 
Not sure how many people would be bothered or interested on here but I thought it might be useful for some.

Since the "Snoopers Charter" seems to be going full steam ahead I thought it would be worth looking into a VPN to try and prevent the logging of Internet history by the ISP.

A month or so ago I rented a very cheap VPS server for £4.50/year. Low spec, shared IPv4 address (unique IPv6), 20 available ports. It didn't do what I wanted at the time, but I remembered this evening I still had it so had a play. It didn't take long but it's now running OpenVPN and currently all the web traffic from my laptop and phone is going through it. Eventually if it works consistently I'll set it up on my dd-wrt router.

There's also a server for £2.50/year which is just silly cheap, with less RAM and less HDD space.
http://www.i-83.net is the place. I got the LDN-256 option, as I wanted a bit more RAM and HDD space at the time. You'll probably want a UK based server so all the browsing is still UK region/language.

From what I've read it's only the mainstream broadband ISPs that will be doing the logging and not datacenters, but I could be wrong. Also, with it being a shared IPv4 address there will be plenty of traffic coming out of the other end from multiple servers so that could be good in terms of making it difficult pinpointing who/what/etc. I guess it could be logged internally, but I wonder if they'd bother on servers so cheap.

If anyone is interested in some instructions I'll post them tomorrow anyway.
0/0
 Reply   Quote More 

 From:  koswix  
 To:  ANT_THOMAS     
41843.2 In reply to 41843.1 
Definitely interested, possibly want one outside of the UK though so I can still watch my favourite panda fisting videos, too.

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.

0/0
 Reply   Quote More 

 From:  Kenny J (WINGNUTKJ)  
 To:  koswix     
41843.3 In reply to 41843.2 
As far as I can tell, for this kind of thing, you're OK as long as the panda is dead. The so-called "Cameron Defence".

Swan-frotting, on the other hand, is right out.

Kenny
+1/1
 Reply   Quote More 

 From:  CHYRON (DSMITHHFX)  
 To:  koswix     
41843.4 In reply to 41843.2 
What's "unconventional" about panda fisting?
“Hillary received more votes for president than any white male in U.S. history. Including Donald Trump.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  ALL
41843.5 
So, basically. Get a cheapo NAT based VPS from here - https://i-83.net
Apparently they've got a Black Friday deal on for 15% off! (code - 15OFFNAT)
As mentioned, I went for the £4.50/year London option.

I installed ubuntu 14.04 lts x64 since it's nice and easy. I imagine the Debian options will be fine too.

I initially followed the instructions here - https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04 - but it didn't work in the end, but it did teach me about most of the settings, which was nice.

I then followed these instructions, which is basically just an automated script - https://quadhost.net/account/knowledgebase/6/Install-OpenVPN-on-a-NAT-Server.html

This worked great first time. One setting I added to /etc/openvpn/server.conf was
Code: 
duplicate-cn
This means you can use the same client file across multiple devices, saving you from generating a new one for new devices. It will generate a client.ovpn file which you transfer to your devices and load into the openvpn client.


The biggest issue I had when I first rented the server was getting my head around the NAT based port system. It's actually fairly simple. If I read the initial emails that were sent I would have realised that.

The server the VPS is on has an IPv4 IP - this is the external IP
Your VPS has an internal IP - essentially a LAN IP. The port numbers are based off that eg:

External IP
123.123.123.123

Internal IP
192.168.40.50

Your open ports are defined by the last part of the IP "50"
Open ports:
5001-5020
and 5022 for SSH

So 123.123.123.123:5022 would be the SSH port/address for your VPS.
+2/2
 Reply   Quote More 

 From:  CHYRON (DSMITHHFX)  
 To:  ANT_THOMAS     
41843.6 In reply to 41843.5 
Do you (or anyone) know if it's possible to run vpn on a 'conventional' web server without messing up the latter's ip access to internet/lan via internal router and external dhcp? Thinking of trying it on our work ubuntu 14.04, but not if it nukes it.
“Hillary received more votes for president than any white male in U.S. history. Including Donald Trump.
0/0
 Reply   Quote More 

 From:  koswix  
 To:  CHYRON (DSMITHHFX)     
41843.7 In reply to 41843.4 
The hard part is nailing them to the wagon wheel.

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.

0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  CHYRON (DSMITHHFX)     
41843.8 In reply to 41843.6 
To use the system in question as a an OpenVPN server?

If so, then as far as I can tell everything remains normal. It's only connecting devices/clients that have their network stuff changed for accessing things outside of the LAN. On my laptop and phone all my web traffic seems to go through the VPN and local traffic moves as normal.

I guess with a true business VPN you should be able to get access to that servers internal network from the VPN clients. No idea if I can do that. Probably possible if various interfaces are bridged or something.
0/0
 Reply   Quote More 

 From:  CHYRON (DSMITHHFX)  
 To:  ANT_THOMAS     
41843.9 In reply to 41843.8 
Probably need to ask our isp to open port(s), unless it's going through ssh in which case already open.
“Hillary received more votes for president than any white male in U.S. history. Including Donald Trump.
0/0
 Reply   Quote More 

 From:  CHYRON (DSMITHHFX)  
 To:  koswix     
41843.10 In reply to 41843.7 
Nail gun makes pretty short work of it.
“Hillary received more votes for president than any white male in U.S. history. Including Donald Trump.
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  CHYRON (DSMITHHFX)     
41843.11 In reply to 41843.9 
You'll just need one spare port, if you don't already have one open.

OpenVPN defaults to 1194
0/0
 Reply   Quote More 

 From:  koswix  
 To:  CHYRON (DSMITHHFX)     
41843.12 In reply to 41843.10 
Essential, doesn't help with holding them still though.

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.

0/0
 Reply   Quote More 

 From:  BarHenly (BARHEN)  
 To:  koswix     
41843.13 In reply to 41843.12 
Okay, since the topic suggested me about cheap vpn, I found this Purevpn review and got the most cheap yet with extra feature vpn. I am not sure I'll get it this week, I am running low on Nord's subscription but I think I'll buy this one.
Ben
0/0
 Reply   Quote More 

 From:  koswix  
 To:  BarHenly (BARHEN)     
41843.14 In reply to 41843.13 
Does it support panda fisting?

 ▪                    
             ┌────┐    ┌────┐                      
          │    │    │    │ ▪                    
          │    └────┘    │                      
          │   ──┐  ┌──   │ ▪                    
   ┌──────┤    ▪    ▪    │                      
  ┌┘      │              │ ▪                    
┌─┤       └──┐  │  │  ┌──┘                      
│ │          │ ││  ││ │   ┌─┐                   
│ │          └─┼┤  └┴─┴───┘ │                   
│ │           ─┘│           │                   
│ │   ┌──────┐  └┬──────────┘                   
  │   │      │   │                              
  │   │      │   │                              
  └───┘      └───┘                              
If Feds call you and say something bad on me, it may prove what I said are truth, they are afraid of it.

0/0
 Reply   Quote More 

 From:  Rich  
 To:  ALL
41843.15 
This guy's been busy keeping this comparison matrix up to date:
https://docs.google.com/spreadsheets/d/1L72gHJ5bTq0Djljz0P-NCAaURrXwsR1MsLpVmAt3bwg/edit
richstokoe.com
0/0
 Reply   Quote More 

 From:  ANT_THOMAS  
 To:  Rich     
41843.16 In reply to 41843.15 
Holy shit, that's a lot of info.
0/0
 Reply   Quote More 

 From:  gracia (GRACEINC)  
 To:  BarHenly (BARHEN)     
41843.17 In reply to 41843.13 
Do you use this and does this provide a dedicated IP addon. 
0/0
 Reply   Quote More 

 From:  gracia (GRACEINC)  
 To:  ALL
41843.18 
Most i am concerned is that if it is cheap it might as well be keeping logs.
0/0
 Reply   Quote More 

 From:  Laurence Burke (LAURENCE_BURKE)  
 To:  gracia (GRACEINC)     
41843.19 In reply to 41843.18 
I was using PureVPN and every time I got the issue about it that's why I want to switch to another VPN in reliable price after searching someone suggests me the article where guide about the best cheap VPN is given after following the guidelines I switch to NordVPN. It's really good cheap VPN.

APPROVED: 15 Mar 2018 14:58 by MILKO

0/0
 Reply   Quote More 

Message 41843.20 deleted 31 Oct 2020 17:25 by MATT

Reply to All    
 

1–20

Rate my interest:

Adjust text size : Smaller 10 Larger

Beehive Forum 1.5.2 |  FAQ |  Docs |  Support |  Donate! ©2002 - 2024 Project Beehive Forum

Forum Stats