Linux / UNIX Tech Support Forum
This is a discussion on BIND Named Multiple Domain Configuration within the Domain Name Server forums, part of the Mastering Servers category; Hi! how to setup a multiple domain on a single dns server? been trying to search google but I'm having ...
Register free or login to your account to remove all advertisements.
|
|||||||
| Domain Name Server Discussion on domain name server including BIND and other servers. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
You need to add all domains to named.conf.
Code:
zone "domain1.com" {
type master;
file "master.domain1.com";
allow-transfer { key TRANSFER; };
};
zone "domain2.com" {
type master;
file "master.domain2.com";
allow-transfer { key TRANSFER; };
};
http://nixcraft.com/20407-post5.html Go through it and if you got more problems. paste or attach your named.conf file here.
__________________
Vivek Gite |
![]() |
|
|
| Tags |
| bind, bind 9, named, named.conf, zone files |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ubuntu Linux setup and configure a domain name server - BIND | tom | Getting started tutorials | 2 | 19th May 2010 11:57 AM |
| Bind 9 configuration | chimu | Domain Name Server | 1 | 6th October 2009 05:29 PM |
| BIND named.conf search zone and comment it out script | asim.mcp | Shell scripting | 2 | 15th June 2009 12:39 PM |
| Shell BIND NAMED Zone Creation Script | asim.mcp | Shell scripting | 4 | 13th February 2009 04:51 PM |
| Setting Samba to Bind to an ADS Domain | kevv.mai | Getting started tutorials | 0 | 20th April 2008 01:47 AM |