|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
DNS Wildcards from ISP?
Hi
I'd like to activate DNS wildcards on a domain I own with my ISP. The current record is a CNAME record held with my ISP (who also host for me). They use UNIX-based DNS. Am I correct to understand that they are able to set a second record up which begins *.[domain] to activate this? The do give limited access to DNS setup in their configuration. However, having tried to enter a record with the above it throws an error for the wildcard character. Does this mean they can't do it? Thanks.
__________________
R.T.F.M - Its the only way to fly... "No matter what you do, or how good it is, someone will always ask for more features. Or to change the colour of something, then change their minds." Personal: experience// 8 Years Web Development technologies// Standards-compliant, valid, & accessible (x)HTML/CSS, XML/XSL/XPath/XQuery/XUpdate, (OOP) PHP/(My)SQL, eXist/Xindice/XMLDBs packages// Photoshop, Illustrator, Flash/Fireworks/Director environment// FC2, MySQL, Lighttpd, PHP5, Mojavi/Agavi site// //refactored.net/ (Coming soon...) quote// Programming is the eternal competition between programmers who try to make apps more and more idiot proof and the universe that makes dumber idiots. So far, the universe is winning... |
|
#2
|
|||
|
|||
|
Try this ... If your allowed to create aliases, this is quick and easy.
Code:
*.yourdomain.com. IN CNAME www.yourdomain.com. Regards |
|
#3
|
||||
|
||||
|
Thanks for your reply.
Thats what I tried, but it came back with an error, something along the lines of an invalid character, which I assume is the asterix. So using *.[domain]. will allow for wildcards? |
|
#4
|
||||
|
||||
|
BIND allows asterisks, and you need to do a fancy registry trick to force Microsoft DNS Server to allow wild hosts. Search previous posts for this registry trick.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > DNS Wildcards from ISP? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|