Wildcard DNS problem

TomasVL

Verified User
Joined
Jul 26, 2008
Messages
8
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?
 
There is no dns entry for olleke.j-h.be at ns2.confidus.be
 
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
 
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"
 
Your zonefile looks okay. I found a copy of one of the reference books I use online; the relevant page may be found here.

Jeff
 
Back
Top