Install Shadowsocks Tunnel Proxy and Bypass Firewall
By Fahad Ahammed
- 2 minutes read - 322 wordsI am going to explain how you can bypass any firewall and become anonymous with the steps to install shadowsocks and then i will also show you how you can connect to one server/location but will show your public ip another. Shadowsocks is very fast tunnel proxy which can bypass the most dangerous firewall like “Great Firewall of China“.
# How to Install Shadowsocks
Debian / Ubuntu:
CentOS:
# How To Configure it. ``
To run in the background:
Or just(recommended):
To stop:
To check the log:
This above method is the perfect procedure for your lowendspirit or Megavz/NanoVZ/Ninja or NATed vps. You can use your own port after “-p”. It is important to avoid aes-256-cfb in NATed vps, rc4-md5 is good for them.
# How to use it.
To use in Android mobiles go to here. To use it in windows go to here.
# How to connect to an ip but show another.
Let you have two vps. One in USA and other in Russia. If you want to connect to USA vps shadowsocks but want to appear in the world wide web as Russian then this section is for you.
First install Shadowsocks in both machine and make it running. It will be good if you chose same port in both and also same password.
Let,
Now as you want to connect to Russian vps then in that vps install haproxy.
Now edit /etc/haproxy/haproxy.cfg and change port and ip according to yours.
Now, stop ssserver or shadowsocks (by the method you started) before turning on haproxy.
or
Turn on haproxy as daemon.
Start Shadowsocks.
or
Then you can easily connect to Russian vps by Shadowsocks and surf internet or World Wide Web but you will be introduced as American. 🙂
# How To make it as http proxy.
You can also make your vps a http proxy which will encrypt your data.
First install polipo and turn it off: