32

I'm using network, where services such as Gmail or any other e-mails, Google Drive, Dropbox, all social networks are blocked.
Basically my goal is to access simply GMail, but I couldn't find any way to do that so far. I understand that different proxies have different filtering rules, so please post any tricks or your-way solutions.

kenorb
  • 26,615

9 Answers9

38
  • Following general methods are worth to try:

    • Try to use HTTPS instead of HTTP which is: https://mail.google.com instead of http://mail.google.com, sometimes company forgetting to filter HTTPS sites.

      SSL VPNs will do this automatically without messing up settings (e.g. Express VPN which is SSL based OpenVPN, or try hide.me).

    • Try substituting the IP address for a domain name; e.g., enter http://74.125.225.102 instead of google.com in a browser's address bar. nslookup from the command line can easily allow you to issue DNS requests.
    • Try to use one of free public proxies in your browser
    • Try to install Tor Browser


Summary

In summary, you can bypass proxies by different methods. It's a very complex topic and there are thousands of methods bypassing the proxy and in very secured networks you'll find maybe only few methods which works, so you have to check all of them first. There is no really one simple answer for it and never will be, so please don't down-vote it, because if it doesn't work in your network or specified case, that method could work in different environment, so please respect users from different countries.

Feel free to extend or add other actual methods found on the internet, to make it actual and up-to-date. If some of the methods are out-dated, please cross them over, for the future references using strike tag, instead of removing them or down-voting the whole page.

kenorb
  • 26,615
3

You can use Tor browser, browse for it in Google, get it. You dont need to install it, just extract the file and set up a tor network and browse whatever you want.

Tor Browser

Alternatively you can also use http://hidemyass.com. It is a web based proxy.

3

If you have SSH access to a server outside the the restricted network, you could open an SSH tunnel to that server on a local port and use it as a proxy in your browser.

Create SSH tunnel:

ssh -D 12345 user@ipordomainofyourserver.com

Tell your browser to use localhost and port 12345 as SOCKS proxy.

This solution requires SSH access to another server and the port (usually 22) on which your SSH server runs has to be open in your restricted network. You can also run SSH server on any other port. However, your connection will be fully encrypted and the admins of your network will not be able to see any data or even which hosts yo connect to. All they see is encrypted data and the IP of your remote server.

2

Maybe it was answered by others - the top answer - https://superuser.com/a/454829/122085 - is really comprehensive - my feeling is that many of the methods will not work - I'm pretty sure that if certain sites are blocked, the proxying services will not work as well and you may have to roll your own - http://www.labnol.org/internet/setup-proxy-server/12890/


My (rather naive) approach would be to use mobile hotspot, or simply use the mobile device.

Another alternative would be to RDP (remote desktop) to an Amazon / Digital Ocean instance.

Mars Robertson
  • 465
  • 1
  • 5
  • 14
1

Firefox plugins which can help to bypass the internet filtering:

kenorb
  • 26,615
0

There's a really easy fix for bypass some blocked sites. Use Google translate, look for the blocked site on google use the "translate this site" google will open you a translated version of the site (you can't disable it inside.)

0

Since your profile says you are in London I am going to assume that it's the network where you work that has blocked these services. Since you would be breaking company policy, you might lose your job, just be aware of that.

I have gotten around some restrictions where I work by using a different top-domain, for example using google.se instead of google.com and the likes. It will work sometimes, not all the time. For email and online dating sites I usually use my phone, it's completely separate from the company network and outside of their control.

However for gmail, what you could do is to find a web based e-mail provider that isn't blocked (perhaps easier said than done) and then use imap to connect to your email account. It's not an ideal workaround, but still a phone with an email client is still probably your best solution.

And depending on where you are in the city, perhaps there is an wifi-hotspot in your vicinity and can use that with your phone.

0

In some specified cases (squid used for proxy < 3.1.19), this vulnerability could help: http://seclists.org/bugtraq/2012/Apr/116

kenorb
  • 26,615
0

Some of my ideas:

kenorb
  • 26,615