child domians dif ip

This is a discussion on child domians dif ip within the Bind Users forums, part of the DNS and Related Forums category; Just a little confused as how to set up a child domian on a seperate ip address. Example I have ...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-14-2004
RYAN vAN GINNEKEN
 
Posts: n/a
Default child domians dif ip

Just a little confused as how to set up a child domian on a seperate ip
address. Example I have the domian computerking.ca with a name server
running on it this machine resides at ip 68.xx.xx.xx. Now i have setup
another machine accross town and want it to be
shoemasters.computerking.ca it also has bind running and is all setup to
be shoemasters.computerking.ca but for some reason it is not working.
What am i missing is it a record somewhere or is it in my named.conf
file have included my conf files please help.

Server: ns1.kloth.net Address: 213.133.98.149#53 ** server can't find
shoemasters.computerking.ca.: NXDOMAIN

I have set up my named.conf files like this on the
shoemasters.computerking.ca machine

view "external" {
match-clients { any; };
recursion no;

zone "shoemasters.computerking.ca" {
type master;
file "pz/db.shoemasters.computerking.ca.external";
};

zone "231.144.68.in-addr.arpa" {
type master;
file "pz/db.68.144.231";
};

zone "computerking.ca" {
type slave;
file "sz/db.computerking.ca.external";
masters { 68.146.233.221; };
};

zone "233.146.68.in-addr.arpa" {
type slave;
file "sz/db.68.146.233";
masters { 68.146.233.221; };
};

zone "highcoup.ca" {
type slave;
file "sz/db.higcoup.ca.external";
masters { 198.53.146.238; };
};

zone "146.53.198.in-addr.arpa" {
type slave;
file "sz/db.higcoup.ca.external";
masters { 198.53.146.238; };
};

zone "146.53.198.in-addr.arpa" {
type slave;
file "sz/db.198.53.146";
masters { 198.53.146.238; };
};

zone "." in {
type hint;
file "db.cache";
};

};
//================================================== ===========================
// end of file

This is the comptuterking.ca machines named.conf

view "external" {
match-clients { any; };
recursion no;

zone "computerking.ca" {
type master;
file "pz/db.computerking.ca.external";
};

zone "233.146.68.in-addr.arpa" {
type master;
file "pz/db.68.146.233";
};

zone "highcoup.ca" {
type slave;
file "sz/db.higcoup.ca.external";
masters { 198.53.146.238; };
};

zone "146.53.198.in-addr.arpa" {
type slave;
file "sz/db.198.53.146";
masters { 198.53.146.238; };
};

zone "." in {
type hint;
file "db.cache";
};

};
//================================================== ===========================
// end of file



Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:49 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0