Notes:
In a command window try the following:
telnet panix.com 23
- you should connect and get a response. If this fails, your port 23 (telnet) access is blocked and you have serious problems (you're probably behind a firewall which blocks everything except a few ports, and maybe proxies even those). In this case, you'll probably be limited to the CGI proxies only; httpTunnel might work for you (not in the UAE though) if you have some skills.
telnet www.microsoft.com 80
- you should connect, but there will be no response (if you want to see a response, type GET / HTTP/1.0
, enter
and then another enter
). Note: by default you won't see your characters echoed in MS telnet, unless you enable 'local echo' in the preferences. If you don't connect at all, port 80 is blocked (this is the case in the UAE, KSA).
telnet news.panix.com 119
, to check access to Usenet news - you should connect and get a response (but not in the UAE, KSA).
telnet proxy_host proxy_port
, to check access to a proxy port - you should connect, but get no response). Elicit a response as described below.
GET http://www.sex.com/
, enter
and enter
again. You should get the www.sex.com main page HTML. Any other result will tell you what the problem is.
You would login to your external account, type nc -vvl -p port
, then on the home computer, type nc -vv external_hostname port
and see if you connect (it says "open").