|
Prev: Abuntu Instead...
Next: dhcpd.conf setup
From: Wulf Solter on 12 Apr 2006 07:57 Hiya. A computer im doing some work on has an Internet connection (company provided) that blocks port 80 (Definitely ISP blocking port 80) . The need has come up to access hotmail (login page is HTTP), and i can't figure out a way to bypass the block. Anyone with some brilliant suggestions or clues? Much thanks in advance, wulf
From: Wulf Solter on 12 Apr 2006 08:17 Davide Bianchi wrote: > On 2006-04-12, Wulf Solter <ssolter(a)gmail.com> wrote: >> A computer im doing some work on has an Internet connection (company >> provided) that blocks port 80 (Definitely ISP blocking port 80) . The >> need has come up to access hotmail (login page is HTTP), and i can't >> figure out a way to bypass the block. > > If it's work-related and that your need, report to the company's IT > department and have your port 80 unblocked. Every attempt to circumvent > company's policies would be illegal and, mostly, unsuccesful. > > Davide > Been in contact with IT dept. It is the ISP that only allows certain ports through (HTTPS, SMTP/POP3, FTP, etc..) Not really to keen on getting another net connection at $x just for webmail.
From: Wulf Solter on 12 Apr 2006 08:33 Davide Bianchi wrote: > On 2006-04-12, Wulf Solter <ssolter(a)gmail.com> wrote: >> Been in contact with IT dept. It is the ISP that only allows certain >> ports through (HTTPS, SMTP/POP3, FTP, etc..) Not really to keen on >> getting another net connection at $x just for webmail. > > First of all, never heard of an ISP that blocks plain http, second, > if that's the contract that have been negotiated by your company, then > they are basically precluding you to do your job and is THEIR problem > to fix it, third, if it's the ISP that block such thing you've zero > possibilities of bypassing it. > > Davide > eek.. a fresh new connection it is then.... Thanks very much mate! wulf
From: sara lautman on 12 Apr 2006 09:30 "Wulf Solter" <ssolter(a)gmail.com> wrote in message news:443cf038$1(a)news.orcon.net.nz > Been in contact with IT dept. It is the ISP that only allows certain > ports through (HTTPS, SMTP/POP3, FTP, etc..) Not really to keen on > getting another net connection at $x just for webmail. I've heard of people running sshd on a box at home, and if outbound port 22 (or whatever port they run sshd on) is open, they do an ssh connection with X forwarding, and run the browser on the remote machine that displays on their local machine behind the block. All encrypted data pass though port 22 outbound, and the port 80 connection is done from their home machine where it's unrestricted.
From: Andrew Gideon on 12 Apr 2006 09:30
On Wed, 12 Apr 2006 14:22:06 +0200, Davide Bianchi wrote: > First of all, never heard of an ISP that blocks plain http I have to second this. If I understand correctly, this ISP is blocking its clients from connecting to servers on port 80 on the Internet? That's...very bizarre. It's far more likely that your company's IT department is doing this blocking. Perhaps someone complained to them about the number of hours being wasted "surfing" the web. Or there could be semantic games afoot. Perhaps your company requested that the ISP put the block in place for the aforementioned "wasted hours" reason. That would make it true that the ISP is blocking, but would also explain why the ISP would take so odd an action. Have you tried asking the ISP? - Andrew |