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 ...
|
|||||||
| Domain Name Server Discussion on domain name server including BIND and other servers. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi! how to setup a multiple domain on a single dns server? been trying to search google but I'm having trouble finding the right guide.
|
| Sponsored Links | ||
|
|
|
||||
|
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 Linux Evangelist |
![]() |
| 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 |
| Bind 9 configuration | chimu | Domain Name Server | 1 | 06-10-2009 05:29 PM |
| BIND named.conf search zone and comment it out script | asim.mcp | Shell scripting | 2 | 15-06-2009 12:39 PM |
| Shell BIND NAMED Zone Creation Script | asim.mcp | Shell scripting | 4 | 13-02-2009 04:51 PM |
| Setting Samba to Bind to an ADS Domain | kevv.mai | Getting started tutorials | 0 | 20-04-2008 01:47 AM |
| Ubuntu Linux setup and configure a domain name server - BIND | tom | Getting started tutorials | 1 | 10-08-2006 05:20 PM |