Computing.Net > Forums > Windows Server 2003 > Very Challenging DNS Issue

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Very Challenging DNS Issue

Reply to Message Icon

Name: dcolors
Date: October 4, 2007 at 10:57:43 Pacific
OS: WIN 2003
CPU/Ram: Intel
Product: Microsoft
Comment:

Issue:
I have 3 low-end servers (all win 2003 standard) and 3 IP(s) from my ISP. I am trying to setup my own web and mail servers.

Step:

I make 2 servers as primary and secondary DNS, 1 as web and mail server.

I create a Host(A) www.xxx-domain.com

Problem:

How do I create a MX record, and a CNAME with blank parent domain name so that users can go to my website without typing in “www”. I tried to add them, it gave me an error:

“A new record cannot be created
An alias (CNAME) record cannot be added to this DNS name, The DNS name contains records that are incompatible with CNAME record.”

See anyone can help here! don't reply if you don't know what I am talking about. Thank you very much!




Sponsored Link
Ads by Google

Response Number 1
Name: jefro
Date: October 4, 2007 at 15:36:45 Pacific
Reply:

Does this help any?

"A CNAME record creates a name and makes it an alias of another name.
The alias inherits all records associated with the original name.
This means that, if the original has an MX record, the alias gains
that MX record also. So to make this closer to working, you'd change
the CNAME to this:
anotherDomain.com. CNAME MainDomain.com.

However, unfortunately, the CNAME record given above is itself
against the rules. There are three restrictions that determine when
you can or can't use a CNAME record:

1) A CNAME record can't have the same name as any other record. (The
"name" field is the one on the left.)

2) A name that has a CNAME record can't have subdomains. So if
alias.domain has a CNAME record, sub.alias.domain is illegal for use
anywhere.

3) A name that has a CNAME record can't appear in any other record,
such as an MX or NS record. The exception is another CNAME record:
CNAME records can be chained, so that one.domain is an alias of
two.domain, which is in turn an alias of three.domain.

So in this case, since anotherDomain.com is delegated from com,
anotherDomain.com at the very least has two NS records and an SOA
record*. Thus a CNAME record violates the first of the above
restrictions, and may also violate the second and third, depending on
what other records are present in the domain file.

However, it does work if the CNAME record looks more like this:
pop.virtual.com. CNAME MainDomain.com.

so long as pop.virtual.com is not a delegated subdomain.
____________________________________________________________________
Chris Buxton cbuxton@menandmice.com
Men & Mice http://www.menandmice.com
Makers of: QuickDNS Pro
"

From http://www.digitalpoint.com/lists/1...

I read it wrong and answer it wrong too. So get off my case you peanut.


0

Response Number 2
Name: dcolors
Date: October 10, 2007 at 17:48:16 Pacific
Reply:

Sorry getting back so late. I was on another ASP.NET project. After spending hours trying to understand what you posted still not quite understand. OK, let's make it simple, and throw all these technical terms behind. If you have all following:

1. A active directory with internal DNS servers (mycompany.com)
2. Three computers for external web, dns, Exchange server

Internal means behind firewall.

How would you set these things up, and how would you configure you DNS so that INTERNAL user and EXTERNAL users can go to my company website with OR without type in “www”. Also, internal users can receive and send emails internally and externally.

Exchange server I think should be place within the activie directory. I get stuck configuring the DNS. Please help if you can.

Thank you very much, your responds are very much appreciated.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: Very Challenging DNS Issue

Windows 2003 Server & DNS Issues www.computing.net/answers/windows-2003/windows-2003-server-dns-issues/7944.html

Very anooying DNS problem www.computing.net/answers/windows-2003/very-anooying-dns-problem/9449.html

AD/DNS Issue www.computing.net/answers/windows-2003/addns-issue/7088.html