How to Use Rackspace Cloud Server as Own Proxy


How to Use Rackspace Cloud Server as Own Proxy shows very way to use US based IP to access any website or that is allowed to US but not on yours. Before using this guide How to Use Rackspace Cloud Server as Own Proxy, it is recommended to read the articles on Proxy and Proxy Server, SOCKS protocol if you do not have any prior knowledge on Proxy.

 

Requirements and Legal Aspects of this guide How to Use Rackspace Cloud Server as Own Proxy

 

You can not use this article How to Use Rackspace Cloud Server as Own Proxy for doing performing any illegal work. The main motto of this article How to Use Rackspace Cloud Server as Own Proxy is to how a Proxy Server actually works or using few cheap services those are in US.

 

How to Use Rackspace Cloud Server as Own Proxy – Requirements :

 

  • A Rackspace Cloud Account
  • Minimum Knowledge about Cloud Based Servers. If you do not have any idea, please follow our any article related to Rackspace Cloud Server, like Installing OpenPanel on Rackspace Cloud Server (only up to using PuTTY).
  • For you need PuTTY like client.

 

Steps on How to Use Rackspace Cloud Server as Own Proxy

 

Do not use active websites server for this tutorial. It might complicate the installed CMS on the Serve. For this tut, we will use Ubuntu 10.04 LTS as Server OS of choice. 1 GB of RAM is more than sufficient for this purpose. You can scale down to minimum (256 MB) to reduce the monthly cost.

 

How to Use Rackspace Cloud Server as Own Proxy

 

Access Rackspace Cloud Server with puTTY (for Windows) or Terminal (for UNIX brothers).

 

Over time, updated versions of packages currently installed on your computer may become available from the package repositories (for example updates). To upgrade your system, first update your package index as outlined above, and then type:

 

apt-get upgrade

 

Hit Enter, wait for the process to end. Now, we will update it :

 

apt-get update

 


We will basically use PPTP server package. PPTP is not very secure, but easy to use. You can read about PPTP here. Install it :

 

apt-get install pptpd

 

As we said before on other guides, nano is a text editor. We need to edit pptpd.conf file.

 

nano /etc/pptpd.conf

 

Use the Arrow keys on your keyboard to move them beside the last pink and hit Enter. Default IP should work. Default means localip 192.168.123.1 , we opened to see if its matching. If not Edit it. Save it. Exit.

 

nano /etc/ppp/chap-secrets

 

We will create an account with username pptpd password*  format. Create it and restart :

 

/etc/init.d/pptpd restart

 

After the restart, we will edit to edit MS DNS :

 

nano /etc/ppp/pptpd-options

 

Delete any existing lines with MS. Add these :

 

ms-dns 208.67.222.222
ms-dns 208.67.220.220

 

We will edit sysctl.conf file in nano and delete this line net.ipv4.ip_forward=1 . To open the file :

 

nano /etc/sysctl.conf

 

Do the changes and make the changes to be accepted :

 

sysctl -p

 

Restart your server. Now we need to edit this file :

 

nano /etc/rc.local

 

Just before the exit function, add these :

 

/sbin/iptables -t nat -A POSTROUTING -s 192.168.123.0/24 -o eth0 -j MASQUERADE
/sbin/iptables -I FORWARD -p tcp -syn -i ppp+ -j TCPMSS -set-mss 1356

 

Save and exit. Restart your server, make sure PPTP is running. We need a PPTP client now as the server part is complete.

You can even configure your Windows 7 PC itself to use to connect through this PPTP client. For that part, Go to Start and click on Control Panel > Proceed to click View network status and tasks in Control Panel window > Network and Sharing Center window will open, click on Set up a new connection or network > Proceed to click on Use my connection (VPN). Follow the easy wizard.

And you are done with How to Use Rackspace Cloud Server as Own Proxy guide.

 

Signature


0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Leave Lame Behind - Get Engaged

Here’s what we’ve got for you:

Contact Us Today for Smarter Marketing of Knowledge

See each of the premium resources below:

For Publishers and Content Owners

Do you want to optimize your available content?

Do you want to increase the visibility of your content?

Do you want to increase your reliability as an Author?

Do you want your next or existing project to be technically planned?

If your answer to any of these is YES contact us with your approximate budget.

Contact Us Today

For the Media Companies and Advertisers

You must be seeking a publisher website like ours with real content to give an exposure to your client's business?

We provide Industry's Standard opportunities for advertisement.

All comes with proper invoicing, SLA on per annum basis.

If your answer is YES contact us today for a quote.

Contact Us Today for Quote

Mentions

  1. How to Use Rackspace Cloud Server as Own Proxy says:

    [...] How to Use Rackspace Cloud Server [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>