Current time: 06-06-2025, 01:43 AM Hello There, Guest! (LoginRegister)


Post Reply 
DNS & Domain Problem
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #11
RE: DNS & Domain Problem
Ok, so here's the problem!

This file is missing entries for each of your hosted domains, something like the following, but with an extra block for each domain, obviously:
Code:
...
   // dmn [admin.server1.hosting.domain.co.uk] cfg entry END.
  
+  // dmn [hosted_domain.tld] cfg entry BEGIN.
+  zone "hosted_domain.tld" {
+          type    master;
+          file    "/var/cache/bind/hosted_domain.com.db";
+          notify  YES;
+  };
+  // dmn [hosted_domain.tld] cfg entry END.

   // dmn [{DMN_NAME}] cfg entry BEGIN.
   // dmn [{DMN_NAME}] cfg entry END.

   // bind Data END.

Don't forget to add them to the "/etc/ispcp/bind/working/named.conf" file too or they'll be deleted next time you edit a domain!
08-16-2009 03:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
DNS & Domain Problem - dannad - 08-14-2009, 07:59 PM
RE: DNS & Domain Problem - joximu - 08-14-2009, 08:04 PM
RE: DNS & Domain Problem - dannad - 08-14-2009, 08:25 PM
RE: DNS & Domain Problem - joximu - 08-14-2009, 09:16 PM
RE: DNS & Domain Problem - dannad - 08-15-2009, 03:29 AM
RE: DNS & Domain Problem - kilburn - 08-15-2009, 03:55 AM
RE: DNS & Domain Problem - joximu - 08-15-2009, 04:42 AM
RE: DNS & Domain Problem - dannad - 08-15-2009, 07:06 AM
RE: DNS & Domain Problem - kilburn - 08-15-2009, 09:58 AM
RE: DNS & Domain Problem - dannad - 08-16-2009, 06:57 AM
RE: DNS & Domain Problem - kilburn - 08-16-2009 03:23 PM
RE: DNS & Domain Problem - dannad - 08-17-2009, 07:16 AM
RE: DNS & Domain Problem - dannad - 08-17-2009, 08:54 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)