Re: Can't resolve address

Amanda Cheung (amanda@dkbfp.com.hk)
Mon, 25 Nov 1996 10:51:39 +0000


On Nov 22,  6:18pm, ALASTAIR AITKEN CLMS wrote:
> Subject: Re: Can't resolve address
>
> On Fri, 22 Nov 1996, Amanda Cheung (HK) wrote:
>
> > I have installed perl5.003 and libwww-perl5.04 successfully on my sparc20.
When
> > I tried to run a very simple perl,
> >
> > <HTML>
> > <HEAD>
> > <TITLE>
> > An Error Occurred
> > </TITLE>
> > </HEAD>
> > <BODY>
> > <H1>An Error Occurred</h1>
> > 500 - Can't resolv address for www.sn.no
> > </BODY>
> > </HTML>
>
> > perl -MLWP::Simple -e 'getprint "http://www.sn.no/libwww-perl/"'
>
> This is a DNS name resolution failure.  Your domain name server can't resolve
> www.sno.no into an IP address.  If you have a unix machine then try:
>
> # nslookup www.sno.no
> # traceroute www.sno.no
>
> the first, if available, will tell you the ip number for www.sno.no if it can
> or give you another error message and the second will tell you all the dns
> servers in the chain linking your computer to www.sno.no and how long they
take
> to connect you the next in the chain.

Thanks for the suggestions ! :)
I tried to do

# nslookup www.sno.no

and returned,

---------------------------------------------
*** Can't find server name for address 202.14.67.4: Query refused
*** Can't find initialize address for server : Timed out
Server:  localhost
Bus error
----------------------------------------------

and when I tried,

# traceroute www.sno.no

returned,

---------------------------------------
traceroute: unknown host www.sno.no
---------------------------------------

We don't have an internet server here. What we do is dial-up to the ISP to get
connected to the net. Does it matter?

Thanks!

Amanda

--