Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SettingUp Intranet: Unable to determine IP address 1

Status
Not open for further replies.

ppantelis

IS-IT--Management
Oct 7, 2005
16
GR
Hello everybody!

I ’m trying to setup an intranet site on a (test) windows server 2003 for a start.

Until now, I ’ve loaded the site folder on IIS (in the Default Web Site), changed the home directory, set index.htm as default content page.

On DNS, I ’ve created the following record:
Name: intranet
Type: Alias(CNAME)
Data: intranet.company.org

IIS Admin Service and Service are running.

What else do I need?

I receive the error below…

The requested URL could not be retrieved
While trying to retrieve the URL:
The following error was encountered:
Unable to determine IP address from host name for intranet.company.org
The dnsserver returned:
No Address records
This means that:
The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.
Your cache administrator is webmaster.
Generated Tue, 09 Jan 2007 14:48:17 GMT by firewall. company.com (squid/2.5.STABLE14)

Thanks!
 
You don't have an A record for intranet.company.org which includes the IP address. Add this to DNS.
 
Thank you Serbtastic!

So, I 've deleted (I guess I had to) Alias(CNAME) and created the following Host(A) record:
Host: intranet
FQDN: intranet.company.org
IP: [IIS server's IP]

When I type on IE I receive the same message, as above.
 
From command line on your client, run 'ipconfig /flushdns', then try pinging by name (intranet.maryville.org) and see if it resolves to the correct IP address.
 
OK, I did your tests:
ipconfig /flushdns >>
Windows IP Configuration
Successfully flushed the DNS Resolver Cache

ping intranet.company.org >>
Reply from [IIS server's IP]... successfully


In comparison to yesterday, the error I receive goes like this:

ERROR
The requested URL could not be retrieved
----------------------------------------------------------
While trying to retrieve the URL: The following error was encountered:
Read Error
The system returned:
(104) Connection reset by peerAn error condition occurred while reading data from the network. Please retry your request.
Your cache administrator is webmaster.
 
OK, I think I'm close...

When I type the web site directory opens, and not the index.html as it should (or as I would like!).

It's probably a small change on the web site settings... Any ideas, please?
 
Your first post said you setup default as as index.htm, but here you said that you want index.HTML. Check and/or change this and it should work.
 
I take it you checked it and it needed changed? Or had you already found it?

Either way I am glad it is cheers!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top