>   
>   removed niggle.
>   
>   nslookup www.niggle.org
>   Server:  takahe.whichever.com
>   Address:  157.22.245.4
>   
>   Non-authoritative answer:
>   Name:    www.niggle.org
>   Address:  209.15.126.95
>   
>   [153][ ~ ]% telnet 209.15.126.95 80
>   Trying 209.15.126.95...
>   telnet: Unable to connect to remote host: Connection refused
>   
============
[incze@incze import]$ host www.niggle.org
www.niggle.org. has address 209.15.126.95
[incze@incze import]$ host -a www.niggle.org
Trying "www.niggle.org."
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17419
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0

;; QUESTION SECTION:
;www.niggle.org.                        IN      ANY

;; ANSWER SECTION:
www.niggle.org.         86365   IN      A       209.15.126.95

;; AUTHORITY SECTION:
niggle.org.             86365   IN      NS      ns4.aoindustries.com.
niggle.org.             86365   IN      NS      ns1.aoindustries.com.
niggle.org.             86365   IN      NS      ns2.aoindustries.com.
niggle.org.             86365   IN      NS      ns3.aoindustries.com.

Received 136 bytes from 192.168.10.100#53 in 9 ms

============
[incze@incze import]$ telnet www.niggle.org 80
Trying 209.15.126.95...
Connected to www.niggle.org.
Escape character is '^]'.
get /
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>501 Method Not Implemented</TITLE>
</HEAD><BODY>
<H1>Method Not Implemented</H1>
get to /index.html not supported.<P>
Invalid method in request get /<P>
</BODY></HTML>
Connection closed by foreign host.
[incze@incze import]$
=============

What's wrong with it? (Just courious.)

incze

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to