Re: [Nolug] Help please

From: pltaylor <pltaylor_at_sstar.com>
Date: Fri, 02 Apr 2004 05:06:08 -0600
Message-ID: <406D4920.5000106@sstar.com>

> Paul, what happens when you try to telnet to google's http port:
>
> $ telnet www.google.com 80
>
> If you get back something like
>
> Trying 64.233.161.99...
> Connected to www.google.com.
> Escape character is '^]'
>
> then you can try getting their index page directly:
>
> GET / HTTP/1.1
>
> (be sure to hit enter twice after the 1.1). If it doesn't connect or
> it hangs, though, that's where your problem is.
>
> Kevin
>
> ___________________
> Nolug mailing list
> nolug@nolug.org

plt@chon:~$ GET / HTTP/1.1

<HTML>
<HEAD>
<TITLE>Directory /</TITLE>
<BASE HREF="file:/">
</HEAD>
<BODY>
<H1>Directory listing of /</H1>
<UL>
<LI>./
<LI>../
<LI>.fonts.cache-1
<LI>.qt/
<LI>.reiserfs_priv/
<LI>bin/
<LI>boot/
<LI>cdrom/
<LI>cdrom1/
<LI>dev/
<LI>etc/
<LI>flash/
<LI>flash2/
<LI>flash3/
<LI>floppy/
<LI>home/
<LI>initrd/
<LI>lib/
<LI>mnt/
<LI>opt/
<LI>proc/
<LI>root/
<LI>sbin/
<LI>suselive.usr
<LI>tmp/
<LI>usr/
<LI>var/
</UL>
</BODY>
</HTML>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /1.1 was not found on this server.<P>
<HR>
<ADDRESS>Apache/1.3.22 Server at www.http.com Port 80</ADDRESS>
</BODY></HTML>
plt@chon:~$

plt@chon:~$ telnet www.google.com 80
Trying 216.239.41.104...
plt@chon:~$

waited a minute before giving up.

Paul

___________________
Nolug mailing list
nolug@nolug.org
Received on 04/02/04

This archive was generated by hypermail 2.2.0 : 12/19/08 EST