amuck-landowner

Accessing web through VPS?

Doaxx

New Member
Hi,

New here.

I have VPS with 123-reg. Is it possible to access some websites in UK using the IP assigned to my VPS? Is there a guide for this? thanks
 

drmike

100% Tier-1 Gogent
Hi,

New here.

I have VPS with 123-reg. Is it possible to access some websites in UK using the IP assigned to my VPS? Is there a guide for this? thanks
Welcome to vpsBoard!

123-reg?  What is that?

So you want to use your VPS to proxy through so on the other side in their logs they see your VPS IP instead of your home IP, correct?
 
Last edited by a moderator:

Wintereise

New Member
These are called VPNs, you can google how to setup a daemon that provides such options for use in your VPS.

OpenVPN (Easy to setup), PPTP (Also easy), IPSEC/IKEv{1|2} (Rather hard) are the usual choices.
 

drmike

100% Tier-1 Gogent
Even easier is sshuttle (if you use Linux)....

You can also set up a proxy... But it MUST be protected by login credentials so not open and found/used by malicious folks...
 

Doaxx

New Member
Hi drmike, that correct. It is for hiding my IP and some websites can tell if you are using Proxy and will block their services if Proxy detected, hence I am going down VPN route using my VPS. Tried installing OpenVPS but keep bumping into errors i.e. folder not found. Tried looking for solutions on google but still can't bypass

cp -rp /usr/share/doc/openvpn-2.2.2/easy-rsa/2.0 /etc/openvpn/easy-rsa

stage: No such file or directory

waiting for 123-reg support to get back to me. Any links on how to install OpenVPN are most welcome. Tried 3 or 4 I found on google but get stuck at above step all the time.

Thanks,
 

Wintereise

New Member
Hi drmike, that correct. It is for hiding my IP and some websites can tell if you are using Proxy and will block their services if Proxy detected, hence I am going down VPN route using my VPS. Tried installing OpenVPS but keep bumping into errors i.e. folder not found. Tried looking for solutions on google but still can't bypass

cp -rp /usr/share/doc/openvpn-2.2.2/easy-rsa/2.0 /etc/openvpn/easy-rsa

stage: No such file or directory

waiting for 123-reg support to get back to me. Any links on how to install OpenVPN are most welcome. Tried 3 or 4 I found on google but get stuck at above step all the time.

Thanks,
Easy RSA is no longer distributed alongside OpenVPN, you can get it off their github repo (https://github.com/OpenVPN/easy-rsa)

A little Googling should've told you this, though.
 

Doaxx

New Member
Hi Wintereise, yes I did come across it and after instalingeasy rsa I still got the same error. Just found another similar tutorial so will try that. I am also waiting for a qoute from ISP for the job. thanks all for your help.
 

clownjugglar

New Member
If all you want is web access, why not just use simple SSH tunneling? PuTTY on windows makes it dead simple (plenty of guides with pictures). Linux isn't much harder.

I am doing it now, with my CatalystHost VPS.
 

tonyg

New Member
Use an ssh tunnel, but depending on your current setup will determine the exact commands.

What OS are you running?
 

rstonehouse

New Member
If just wanting to browse the web you should be fine using dynamic tunnelling via SSH.

This should not require anything more than the standard SSH server on your VPS.

(but if you want to stream something then you would probably be better with setting up OpenVPN)

Here is a guide for windows using PuTTY

http://blog.ashurex.com/2012/03/15/creating-ssh-proxy-tunnel-putty/

If using linux

  ssh -D 1234 <myvps>

and then configure your web browser to use a SOCKS proxy on port 1234 on IP 127.0.0.1 (which is your local machine)

The only thing you have to be careful of is that DNS resolution is done on your VPS and not on your local machine

If using Firefox visit about:config and set "network.proxy.socks_remote_dns"
 
Top
amuck-landowner