PDA

View Full Version : Wildcard DNS problem



TomasVL
03-01-2010, 01:17 PM
A client of mine wants to install Wordpress MU with some kind of extension that requires wildcard DNS. I configured his account for use with wildcard DNS as explained here.

The client now reports that the subdomains sometimes work, and sometimes don't. Restarting named and httpd didn't solve the problem. At this moment, I can't reach his test subdomain either (http://olleke.j-h.be/social), but my client reports that he did succeed in opening the link successfully yesterday afternoon.

Ideas somebody?

floyd
03-01-2010, 01:34 PM
There is no dns entry for olleke.j-h.be at ns2.confidus.be

nobaloney
03-02-2010, 05:36 PM
Wildcard DNS can cause lots of problems; especially in conjunction with subdomains and CNAME entries. If you post your entire zone file one of us may be able to help you.

Jeff

TomasVL
03-03-2010, 10:34 PM
Here it is:








$TTL 14400
@ IN SOA ns1.confidus.be. root.j-h.be. (
2010022702
14400
3600
1209600
86400 )

j-h.be. 14400 IN NS ns1.confidus.be.
j-h.be. 14400 IN NS ns2.confidus.be.

* 14400 IN A 77.243.225.56
ftp 14400 IN A 77.243.225.56
j-h.be. 14400 IN A 77.243.225.56
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 77.243.225.56
pop 14400 IN A 77.243.225.56
smtp 14400 IN A 77.243.225.56
www 14400 IN A 77.243.225.56

j-h.be. 14400 IN MX 10 mail



j-h.be. 14400 IN TXT "v=spf1 a mx ip4:77.243.225.56 ~all"

floyd
03-04-2010, 06:15 AM
Its working now.

nobaloney
03-04-2010, 11:17 AM
Your zonefile looks okay. I found a copy of one of the reference books I use online; the relevant page may be found here (http://docstore.mik.ua/orelly/networking_2ndEd/dns/ch16_02.htm).

Jeff