VPS.NET Cloud Community: How-to: VPN server for hulu.com and bbc.com/iplayer - VPS.NET Cloud Community

Jump to content

  • (8 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • This topic is locked

How-to: VPN server for hulu.com and bbc.com/iplayer Rate Topic: -----

#41 User is offline   ikatt 

  • I Got Nodes
  • PipPip
  • Group: Customers
  • Posts: 19
  • Joined: 15-September 09

Posted 01 December 2009 - 12:34 PM

Have a look at OpenDNS | Internet Navigation And Security
0

#42 User is offline   anthonysomerset 

  • On Cloud 9
  • PipPipPip
  • Group: Customers
  • Posts: 618
  • Joined: 16-September 09
  • LocationLondon, UK

Posted 01 December 2009 - 01:11 PM

you can get the ip's off the opendns website
0

#43 User is offline   purplespider 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 54
  • Joined: 21-October 09
  • LocationEdinburgh, Scotland

Posted 04 December 2009 - 10:26 AM

I currently have a cPanel VPS (CentOS), and would like to install a PPTP server on it for me and some friends to be able to access iPlayer from abroad.

I have a few questions though:
- What do I need to do to avoid conflict with cPanel? Or my websites?
- Does having ConfigServer Security & Firewall installed complicate things?
- What is the easiest way to have basic monitoring of each VPN account so that I can see if any of my friends are using too much bandwidth?
- Is Poptop suitable for my above requirements, or would something else be more suitable?

Thank you!
0

#44 User is offline   anthonysomerset 

  • On Cloud 9
  • PipPipPip
  • Group: Customers
  • Posts: 618
  • Joined: 16-September 09
  • LocationLondon, UK

Posted 04 December 2009 - 10:45 AM

purplespider said:

I currently have a cPanel VPS (CentOS), and would like to install a PPTP server on it for me and some friends to be able to access iPlayer from abroad.

I have a few questions though:
- What do I need to do to avoid conflict with cPanel? Or my websites?
- Does having ConfigServer Security & Firewall installed complicate things?
- What is the easiest way to have basic monitoring of each VPN account so that I can see if any of my friends are using too much bandwidth?
- Is Poptop suitable for my above requirements, or would something else be more suitable?

Thank you!


easier way that requires no software install and should work throughout

check out ssh socks proxy will post a link in a second

http://embraceubuntu...ecure-browsing/

command you need:
ssh -D 9999 username@ip-address-of-ssh-server


this creats a socks proxy on your local machine at port 9999 through the ssh connection to the world

this will also change your ip address, if you ryn ssh on a custom port just add the argument
-p <portnumber> 
to the end of your line above


no firewall reconfig needed, provided you allow ssh through and port 80 out have tested this with iplayer before and works quite well
then you just need to change your browser to connect to the proxy (which is localhost and port 9999)

This post has been edited by anthonysomerset: 04 December 2009 - 10:49 AM

0

#45 User is offline   purplespider 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 54
  • Joined: 21-October 09
  • LocationEdinburgh, Scotland

Posted 04 December 2009 - 10:49 AM

Thanks Anthony, I'm actually using that at the moment! Using Meerkat on Mac OSX to SSH Tunnel to my VPS and act as a SOCKS proxy.

It works great, but I was looking to setup a VPN so that no installation is required on the client side, and also so I can use it with the iPhone!
0

#46 User is offline   anthonysomerset 

  • On Cloud 9
  • PipPipPip
  • Group: Customers
  • Posts: 618
  • Joined: 16-September 09
  • LocationLondon, UK

Posted 04 December 2009 - 10:54 AM

this doesnt actually need extra software (although it wont work with iphones)

openvpn would neeed extra software

pptp should work but i have never had any joy getting it to work on linux servers... end up just going down the openvpn route when its needed

whether than conflicts with cpanel or not i am unsure, it shouldnt do as thats reasonably far removed from the webserver side of things however possible networking configuration may or may not intefere

This post has been edited by anthonysomerset: 04 December 2009 - 10:59 AM

0

#47 User is offline   purplespider 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 54
  • Joined: 21-October 09
  • LocationEdinburgh, Scotland

Posted 04 December 2009 - 11:29 AM

anthonysomerset said:

this doesnt actually need extra software


True, but extra software makes it easier for non-tech users (i.e. my friends!) ;) (Any doesn't Windows still need Putty?)

Think I'm going to just give Poptop a go. Is there any way to monitor each user's bandwidth?

Also, with iPlayer coming to my Freesat box in a few weeks, I'm gonna need some way to fool it into thinking it's in the UK. I hope to work something out with a VPN/Proxy and my Tomato based router, but I'll deal with that when it comes!
0

#48 User is offline   anthonysomerset 

  • On Cloud 9
  • PipPipPip
  • Group: Customers
  • Posts: 618
  • Joined: 16-September 09
  • LocationLondon, UK

Posted 04 December 2009 - 10:38 PM

if the box is free sat its pointed at the same servers as UK (i hope) so the box doesnt know where it is, just that it is connected to a uk sattelite you shouldnt haave to tease your box into thinking anything
0

#49 User is offline   purplespider 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 54
  • Joined: 21-October 09
  • LocationEdinburgh, Scotland

Posted 05 December 2009 - 10:07 AM

Normal TV is fine as that does come from the satelite, however iPlayer will use the Ethernet port on the set top box to stream on-demand video over our internet connection. I've heard reports from beta testers that they check your IP address to make sure you are in the uk.

But I've now got a PPTP VPN working on my cPanel VPS (I asked VPS.NET to install it for me!) So hopefully I'll be able to find a solution with this. A discussion for another board I think!
0

#50 User is offline   purplespider 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 54
  • Joined: 21-October 09
  • LocationEdinburgh, Scotland

Posted 05 December 2009 - 02:53 PM

I've been testing my VPN setup, and am wondering what speeds others are getting?

I ask because I have a 12Mb internet connection, when using an SSH Tunnel via my VPS I get the full 12Mb, but when I use the PPTPD VPN I only get about 6Mb.

Is this normal for VPN to be slower?

I'm running a 2 node CentOS cPanel VPS.
0

#51 User is offline   anthonysomerset 

  • On Cloud 9
  • PipPipPip
  • Group: Customers
  • Posts: 618
  • Joined: 16-September 09
  • LocationLondon, UK

Posted 05 December 2009 - 03:31 PM

yes normal to be slightly slower but that seems a bit extreme in terms of slowdown, what happens to your memory usage when your on vpn?
0

#52 User is offline   purplespider 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 54
  • Joined: 21-October 09
  • LocationEdinburgh, Scotland

Posted 05 December 2009 - 03:39 PM

anthonysomerset said:

what happens to your memory usage when your on vpn?


doesn't really change, stays about 50% free.
0

#53 User is offline   railto 

  • Junior Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 23-September 09

Posted 09 December 2009 - 03:09 PM

guys this is sweet, thanks. tested on a vps i had elsewhere and it worked well, have just deployed it on a UK node, one bad thing bout spending most of time in Dublin, not able to watch BBC or C4 online
0

#54 User is offline   thunderbird 

  • I Got Nodes
  • PipPip
  • Group: Customers
  • Posts: 18
  • Joined: 01-December 09

Posted 10 December 2009 - 03:19 AM

i have 4mbps connection speed, when i connected to my vpn and do speedtest the speed is really bad, why is this caused by ? by connecting to vpn will slow down internet speed?
0

#55 User is offline   anthonysomerset 

  • On Cloud 9
  • PipPipPip
  • Group: Customers
  • Posts: 618
  • Joined: 16-September 09
  • LocationLondon, UK

Posted 10 December 2009 - 08:49 AM

as mentioned previously - a vpn encrypts your connection which adds a small overhead to your connection and will slow it down slightly

also if you are connecting from a long distance away (eg UK to US) the distance is much larger and a) the signal takes longer to get there and b) is more prone to errors which mean packets need resending which massively drops your speed

this is normal
0

#56 User is offline   jlambert 

  • I Got Nodes
  • Pip
  • Group: Customers
  • Posts: 3
  • Joined: 24-December 09

Posted 05 January 2010 - 05:16 PM

I have this working well, but I'd like to know if anyone knows how to configure pptp to randomize or at least utilize multiple external ips for each client.

ie. If I buy some more IPs for my VPS, how do I utilize them with the VPN.
0

#57 User is offline   jlambert 

  • I Got Nodes
  • Pip
  • Group: Customers
  • Posts: 3
  • Joined: 24-December 09

Posted 09 January 2010 - 02:49 PM

Anyone? I can't find much online about setting up an IP pool. Can someone point me in a direction or to some documentation?

Cheers.
0

#58 User is offline   BenHippynet 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 41
  • Joined: 15-December 09
  • LocationLiverpool

Posted 10 January 2010 - 04:35 AM

I'd be interested in this too.
0

#59 User is offline   purplespider 

  • I Got Nodes
  • PipPipPip
  • Group: Customers
  • Posts: 54
  • Joined: 21-October 09
  • LocationEdinburgh, Scotland

Posted 10 January 2010 - 12:30 PM

I'm afraid I can't help with regards to multiple IPs. But I do have a small question:

I'm trying to configure my DD-WRT router to connect to the VPN, but one of the settings it requires is the "Remote Subnet", I have no idea what to enter in this field. Can anyone help?

Posted Image

Many Thanks!
0

#60 User is offline   webicero 

  • Senior Member
  • PipPipPip
  • Group: Members
  • Posts: 117
  • Joined: 30-May 09

Posted 10 January 2010 - 02:56 PM

I've tried to look into this for you, but No joy. Maybe Carlos can help you here.
0

Share this topic:


  • (8 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users