El 03/04/12 15:55, Yuri Z escribió: > Today the company that I am working for installed > WebSense<http://www.websense.com>and as result > waveinabox.net stopped working for me on office computers. micro-box still > works.
Hi Yuri: Maybe - you can try to enable ssl in waveinabox: - or in your office try a tunnel like: sudo ssh youuser@someserver -L 80:waveinabox.net:80 -N -f Instead of the plain ssh sometimes I use: - corkscrew - tunnel TCP connections through HTTP proxies - autossh - Automatically restart SSH sessions and tunnels Bests, Vicente