473,396 Members | 1,786 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

basic DNS configuration question

I'm trying to get DNS set up properly on my box under Win2kAS. I'm a DNS
newbie, so please go easy. :)

Everything appears to be (mostly) there, with one significant annoying
exception. I've set up "mydomain.net" as a forward lookup zone in the DNS
console.

I've set up admin and www as hosts, so that I have subdomains: people can
visit www.mydomain.net and admin.mydomain.net without a problem.

I have each of these listed in IIS as host headers entries, so that the
webserver correctly differentiates the traffic. This all seems to work fine.
People can go to http://www.mydomain.net/index.html and they're served a
webpage.

So what's broken? Well, if people try http://mydomain.net/index.html, they
get nothing. Deductive guy that I am, I try to create a new host entry with
a blank "name". When I click to "add host" from the dialogue box, the DNS
widget complains "(same as parent folder) is not a valid host name. Are you
sure you want to add this record anyways[sic]?"

It lets me add the record, and an nslookup on "mydomain.net" answers back.
But any attempt to go to http://mydomain.net/ breaks. mydomain.net is listed
in the "host header" section of IIS.

My DNS window for the mydomain.net zone reads as follows

(same as parent folder) Start of authority machine name., machine
name.
(same as parent folder) Name Server machine name.
admin Host [ip number]
www Host [same ip as
above]
(same as parent folder) Host [same ip as above]

Any help out there? I'd be most appreciative.

-KF


Jul 19 '05 #1
2 2871
Please try posting your question to microsoft.public.inetserver.iis. While
most ASP solutions run on IIS the focus of this NG is ASP development et.
al.

--
Cheers!

Ryan N.
---------------------------------
Funny...this worked yesterday....
"Ken Fine" <ke*****@u.washington.edu> wrote in message
news:c0**********@nntp6.u.washington.edu...
I'm trying to get DNS set up properly on my box under Win2kAS. I'm a DNS
newbie, so please go easy. :)

Everything appears to be (mostly) there, with one significant annoying
exception. I've set up "mydomain.net" as a forward lookup zone in the DNS
console.

I've set up admin and www as hosts, so that I have subdomains: people can
visit www.mydomain.net and admin.mydomain.net without a problem.

I have each of these listed in IIS as host headers entries, so that the
webserver correctly differentiates the traffic. This all seems to work fine. People can go to http://www.mydomain.net/index.html and they're served a
webpage.

So what's broken? Well, if people try http://mydomain.net/index.html, they
get nothing. Deductive guy that I am, I try to create a new host entry with a blank "name". When I click to "add host" from the dialogue box, the DNS
widget complains "(same as parent folder) is not a valid host name. Are you sure you want to add this record anyways[sic]?"

It lets me add the record, and an nslookup on "mydomain.net" answers back.
But any attempt to go to http://mydomain.net/ breaks. mydomain.net is listed in the "host header" section of IIS.

My DNS window for the mydomain.net zone reads as follows

(same as parent folder) Start of authority machine name., machine
name.
(same as parent folder) Name Server machine name.
admin Host [ip number]
www Host [same ip as
above]
(same as parent folder) Host [same ip as above]

Any help out there? I'd be most appreciative.

-KF

Jul 19 '05 #2
OK, I seem to have learned something new about latency and propogation times
for changes to be spawned. It works now. Thanks for the exercise. :)

-KF

"Ken Fine" <ke*****@u.washington.edu> wrote in message
news:c0**********@nntp6.u.washington.edu...
I'm trying to get DNS set up properly on my box under Win2kAS. I'm a DNS
newbie, so please go easy. :)

Everything appears to be (mostly) there, with one significant annoying
exception. I've set up "mydomain.net" as a forward lookup zone in the DNS
console.

I've set up admin and www as hosts, so that I have subdomains: people can
visit www.mydomain.net and admin.mydomain.net without a problem.

I have each of these listed in IIS as host headers entries, so that the
webserver correctly differentiates the traffic. This all seems to work fine. People can go to http://www.mydomain.net/index.html and they're served a
webpage.

So what's broken? Well, if people try http://mydomain.net/index.html, they
get nothing. Deductive guy that I am, I try to create a new host entry with a blank "name". When I click to "add host" from the dialogue box, the DNS
widget complains "(same as parent folder) is not a valid host name. Are you sure you want to add this record anyways[sic]?"

It lets me add the record, and an nslookup on "mydomain.net" answers back.
But any attempt to go to http://mydomain.net/ breaks. mydomain.net is listed in the "host header" section of IIS.

My DNS window for the mydomain.net zone reads as follows

(same as parent folder) Start of authority machine name., machine
name.
(same as parent folder) Name Server machine name.
admin Host [ip number]
www Host [same ip as
above]
(same as parent folder) Host [same ip as above]

Any help out there? I'd be most appreciative.

-KF

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Nosnets | last post by:
I am learning from a text book. Debugging breakpoints does not work. The Breakpoint properties dialogue contains the following comment "The breakpoint will not currently be hit. No symbols have...
2
by: Martin | last post by:
It's a naive question, but hopefully that's what the forums are for ! I have data in a SQL Server 2000 database, with an Access 97 front end. This works fine, but at present the OBDC connection...
56
by: Dave Vandervies | last post by:
I just fixed a bug that some of the correctness pedants around here may find useful as ammunition. The problem was that some code would, very occasionally, die with a segmentation violation...
3
by: Rita | last post by:
Hi everybody, I am a Newbie in C#. My problem is that when I am writing code for an object in Visual Studio .NET, I cant get the members popup window after the dot (i.e. "object._") as in Visual...
0
by: SammyBar | last post by:
Hi all, My problem is basic. I'm starting to try web services with Visual Studio .NET 2002, .NET Framework 1.0. I'm testing the following configuration for my project. It's a ASP.NET Web Service...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
7
by: jason | last post by:
In the microsoft starter kit Time Tracker application, the data access layer code consist of three cs files. DataAccessHelper.cs DataAcess.cs SQLDataAccessLayer.cs DataAcccessHelper appears...
7
by: Joey | last post by:
I don't care what .net language this come in but I really need to determine if a disk is dynamic or basic. I have posted something in the WMI group but no one knows how to do it. Does anyone have...
2
by: Sasquatch | last post by:
I'm still having trouble creating a simple login page using the asp:login control. I followed some instructions in a WROX book, "Beginning ASP.NET 2.0," and the instructions are very straight...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.