| Author |
Message |
Mike
Guest
|
Posted:
Mon Jan 03, 2005 7:23 am Post subject:
Wild Card |
|
|
I am trying to do two things;
1. When a new domain is registered and my ns1.nameserver.com,
ns2.nameserver.com is entered into the DNS server and no ZONE has been
created that it will default to a wildcard or default zone where they will be
directed to a specifc IP.
2. Could have have a wild card like *.domanname.com where if they enter any
thing vpn... support .. it will respond backwith a specific IP. |
|
| Back to top |
|
 |
Kevin D. Goodknecht Sr. [
Guest
|
Posted:
Mon Jan 03, 2005 9:03 am Post subject:
Re: Wild Card |
|
|
In news:9C1AB6A1-BAA5-4869-A71B-D01C65C8C1FE@microsoft.com,
Mike <Mike@discussions.microsoft.com> commented
Then Kevin replied below:
| Quote: | I am trying to do two things;
1. When a new domain is registered and my
ns1.nameserver.com, ns2.nameserver.com is entered into
the DNS server and no ZONE has been created that it will
default to a wildcard or default zone where they will be
directed to a specifc IP.
|
Even if you could create a zone like this, it would cause you a big problem,
you would not be able to resolve other unknown domains.
NetSol tried wildcard records at the com and net gTLD servers that caused
real big problems for everyone. It did send every unresolved .com and .net
to there website. IIRC, ICANN decided this violated their terms of service
and ordered the wildcard removed.
| Quote: |
2. Could have have a wild card like *.domanname.com where
if they enter any thing vpn... support .. it will
respond backwith a specific IP.
|
You can create a wildcard host record in a zone but as above, it creates
more problems than it solves. Most of the time, it is better for the
incorrect name lookup to fail. Otherwise, you wouldn't know when to check
your domain name spelling.
If this isn't important to you, in the MMC to create a wildcard record, you
have to start with a subdomain named * then, create a new host in the
subdomain leaving the name field blank. This creates a host named (same as
parent folder).
--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
=================================== |
|
| Back to top |
|
 |
Mike
Guest
|
Posted:
Mon Jan 03, 2005 9:27 am Post subject:
Re: Wild Card |
|
|
I really dont care about name resoultion, but are you saying this cant be done?
"Kevin D. Goodknecht Sr. [MVP]" wrote:
| Quote: | In news:9C1AB6A1-BAA5-4869-A71B-D01C65C8C1FE@microsoft.com,
Mike <Mike@discussions.microsoft.com> commented
Then Kevin replied below:
I am trying to do two things;
1. When a new domain is registered and my
ns1.nameserver.com, ns2.nameserver.com is entered into
the DNS server and no ZONE has been created that it will
default to a wildcard or default zone where they will be
directed to a specifc IP.
Even if you could create a zone like this, it would cause you a big problem,
you would not be able to resolve other unknown domains.
NetSol tried wildcard records at the com and net gTLD servers that caused
real big problems for everyone. It did send every unresolved .com and .net
to there website. IIRC, ICANN decided this violated their terms of service
and ordered the wildcard removed.
2. Could have have a wild card like *.domanname.com where
if they enter any thing vpn... support .. it will
respond backwith a specific IP.
You can create a wildcard host record in a zone but as above, it creates
more problems than it solves. Most of the time, it is better for the
incorrect name lookup to fail. Otherwise, you wouldn't know when to check
your domain name spelling.
If this isn't important to you, in the MMC to create a wildcard record, you
have to start with a subdomain named * then, create a new host in the
subdomain leaving the name field blank. This creates a host named (same as
parent folder).
--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
|
|
|
| Back to top |
|
 |
Mike
Guest
|
Posted:
Mon Jan 03, 2005 9:31 am Post subject:
RE: Wild Card |
|
|
Here is a senario.
I register 5 domains and point them to my domain server. If no zone is
created can i have a default zone.
Also if i create a zone is there a way to have the a secondary zone created
another server automatically?
"Mike" wrote:
| Quote: | I am trying to do two things;
1. When a new domain is registered and my ns1.nameserver.com,
ns2.nameserver.com is entered into the DNS server and no ZONE has been
created that it will default to a wildcard or default zone where they will be
directed to a specifc IP.
2. Could have have a wild card like *.domanname.com where if they enter any
thing vpn... support .. it will respond backwith a specific IP. |
|
|
| Back to top |
|
 |
Kevin D. Goodknecht Sr. [
Guest
|
Posted:
Mon Jan 03, 2005 11:46 am Post subject:
Re: Wild Card |
|
|
In news:FC98CB6B-E6EE-4C3C-AD3A-A67AB59511F0@microsoft.com,
Mike <Mike@discussions.microsoft.com> commented
Then Kevin replied below:
| Quote: | Here is a senario.
I register 5 domains and point them to my domain server.
If no zone is created can i have a default zone.
|
You can, do it but doing so will make the DNS server useless to resolve any
domain it does not own. You will need to create a zone for all TLDs, i.e.
..com .net .org .us and so on for each TLD on the internet, or at least for
each TLD you host. Then, in each TLD zone, right click, select new domain,
name the domain * , then in the * domain, right click select new host, leave
the name field blank and give it the IP you want the domain to resolve to.
Win2k will bark at you saying (same as parent folder) is not a valid host
name, click OK the create the record anyway.
| Quote: | Also if i create a zone is there a way to have the a
secondary zone created another server automatically?
|
I'm not going to tell you that you can't create a script that will create
primary and secondary zones on two servers simultaneously. I haven't done
it, but with dnscmd you can do just about anything on a DNS server.
--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
=================================== |
|
| Back to top |
|
 |
Ace Fekay [MVP]
Guest
|
Posted:
Tue Jan 04, 2005 11:47 am Post subject:
Re: Wild Card |
|
|
In news:FC98CB6B-E6EE-4C3C-AD3A-A67AB59511F0@microsoft.com,
Mike <Mike@discussions.microsoft.com> made a post then I commented below
:: Here is a senario.
::
:: I register 5 domains and point them to my domain server. If no zone
:: is created can i have a default zone.
::
:: Also if i create a zone is there a way to have the a secondary zone
:: created another server automatically?
::
:: "Mike" wrote:
Actually as Kevin is saying, either create the TLD on the machine, or use a
tool such as DNSCMD to create the zone for you, or manually create each
zone. I'm hosting about 25 domains, and I had to create each one manually.
Creating the secondaries was manual as well. I thought by the time I figured
out how to use DNSCMD to create the zones, and tweak it, I would have been
done long ago doing it manually.
--
Regards,
Ace
G O E A G L E S !!!
Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.
This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.
Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Security Is Like An Onion, It Has Layers
HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
--
================================= |
|
| Back to top |
|
 |
|
|
|
|