Wildcard Subdomains of a Subdomain

  • Thread starter Thread starter Mac
  • Start date Start date
M

Mac

Ok I have a subdomain foo.blah.com for example. I want all possible
subdomains of that (abc.foo.blah.com, xyz.foo.blah.com,
123.foo.blah.com, etc) to point to a certain IP. All the other
subdomains of blah.com, however, might point to different addresses.
Is there a way of doing this without making foo.blah.com a foward
lookup zone.

Any help would be greatly appreciated.

Thanks,

Mac
 
In
Mac said:
Ok I have a subdomain foo.blah.com for example. I want all possible
subdomains of that (abc.foo.blah.com, xyz.foo.blah.com,
123.foo.blah.com, etc) to point to a certain IP. All the other
subdomains of blah.com, however, might point to different addresses.
Is there a way of doing this without making foo.blah.com a foward
lookup zone.

You can do this, as long as foo.blah.com is _NOT_ your Active Directory
domain name, if it is your Active Directory domain, do not attempt this,
wildcard records cause serious problems with Active Directory which IMO is
why Microsoft makes it difficult.

In the foo.blah.com forward lookup zone, right click select new domain, name
the domain with a * , in that sub domain create a new host, leave the name
field blank and give it the IP address you want it to resolve to. Click OK
to create the record anyway when it barks at you saying (same as parent
folder) is not a valid host name.
 
Back
Top