mathpie Posted May 24, 2011 Posted May 24, 2011 Our school forces all internet traffic (ftp,http,https) through their web proxy. We have no access to change DNS servers, but I have set up a VPN to connect to my home computer. Is there anyway I can apply the proxy settings through TightVNC or another VNC program? Thanks, mathpie (Also, tunneling at the home computer is not possible- the router is password protected and it is not the default password.)
clareq Posted May 24, 2011 Posted May 24, 2011 Why do you need to? Have you asked the school techies?
mathpie Posted May 24, 2011 Author Posted May 24, 2011 Well, I'm using this for file transfers and bypassing web restrictions (NO WIKIPEDIA!!!!! Grr...). The techies probobly aren't going to help. Also, if there was a way to just give the proxy server my id, TightVNC would work. I mean, like the proxy asks for id for every program that connects to the internet (i.e. it'll ask for it if I open IE and it'll ask me again if I open Firefox). If there was a way to supply my id every time, it would let me through. I haven't found a way to supply id with TightVNC, though
clareq Posted May 24, 2011 Posted May 24, 2011 You're asking a group of Network Managers and School IT Technicians how to bypass filtering at your school? Full marks for cheek, I suppose. Have you asked why wikipedia is banned (apart from the fact it is unreliable, of course - I could edit an article to say the moon was made of cheese if I wanted to, should that be believed?)
dhicks Posted May 24, 2011 Posted May 24, 2011 Our school forces all internet traffic (ftp,http,https) through their web proxy. The HTTP protocol has no defined default timeout value for a request, it's just that most web servers time a request out after 30 seconds or so. If you write a web server that simply doesn't timeout you can pass whatever data you like over HTTP - this technique has been named "Comet" by some, and works in a similar way to Ajax, with various libraries and so forth available. I reckon it would be possible to write an RDP/VNC-like client in JavaScript that communicated with a server on your home computer - Node.js looks interesting as a stand-alone, JavaScript-powered web server.
mathpie Posted May 24, 2011 Author Posted May 24, 2011 Thanks for your quick replies! However, when we are forced to use the proxy, it won't let the connection through until it receives the correct credentials. Also, all traffic is routed through the web proxy.
FN-GM Posted May 24, 2011 Posted May 24, 2011 You say you have a VPN conencted? All the traffic for VNC should go down that regardless of what the proxy is set to do (providing it is connected)
mathpie Posted May 25, 2011 Author Posted May 25, 2011 I do have it over VPN, but it should ask me for my username and password so I can connect to the VPN's IP. However, since TightVNC doesn't support it (to the extent of my knowledge) I can't access my VPN'ed computer through TightVNC
dhicks Posted May 25, 2011 Posted May 25, 2011 However, since TightVNC doesn't support it (to the extent of my knowledge) I can't access my VPN'ed computer through TightVNC Have you tried UltraVNC? The client works as a stand-alone application, no installation needed, and you can set a comprehensive list of options via athe command line.
dhicks Posted May 25, 2011 Posted May 25, 2011 Node.js looks interesting as a stand-alone, JavaScript-powered web server. JavaScript conquers the server | Application Development - InfoWorld Nope, scratch the above - the one thing Node.js is going to be completly unsuitible for is keeping an HTTP connection open as the server isn't multi-threaded.
mathpie Posted May 25, 2011 Author Posted May 25, 2011 Hmm... Seems that it won't ask me for the school's proxy password, so it won't work. That's too bad... I wonder if there is one out there that does.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now