7

My college has installed a security system called Cyberoam. Now they have blocked many things including youtube, break, etc., as a counter measure, I tried to find a way to circumvent this security package/firewall. That is how I came to know about Tor. But even Tor is not working? Can somebody tell me how can I use Tor in a secure environment managed by cyberoam security package/firewall? Or if there is any other way to circumvent this package?

Roya
  • 3,240
  • 3
  • 19
  • 40

3 Answers3

1

According to this old ticket, you'll probably have to use pluggable transports...

Richard Horrocks
  • 3,155
  • 1
  • 15
  • 24
1

Try to seed your Tor instance outside your firewalled network, i.e. via another network exit(wifi, cell, etc.). After that try to use your pre-seeded instance inside the system. And - try to do the same with I2P, and if it will work - use it as HTTP(S) proxy for Tor if you're unable to do the dir connection. Also please post your torrc and Tor output - I will be able to help you further then.

Alexey Vesnin
  • 6,385
  • 3
  • 15
  • 36
0

I think DNS traffic is not blocked/censored by Cyberoam. In that case, there is a way to tunnel your IP traffic over DNS. Have a look at iodine and here are instructions to set it up.

Typically you will need to do the following -

  1. Get a VPS server (digitalocean, linode and like) and install iodine server on it. (cost: ~$5)
  2. Buy a domain name, if you don't have one. The create a sub-domain and point it's nameserver to your VPS server IP. (cost: ~$8)
  3. Lastly install the iodine client on your computer and start tunneling traffic via it.

The above does require basic familiarity with linux and some monetary investment on your part.

Alternatively: Most common proxy servers are blocked via a backlist. So if you pay for your own VPS server (about $5), you can also install an HTTP proxy on it. It should be quickest way to get started.