LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-26-2003, 09:29 PM   #1
brif8
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Rep: Reputation: 0
Unhappy RH 8.0 Multiple domains


I have recently installed RH8.0 read the docs (what I could find everywhere)
I have two domains and a single (static) IP address
I have created the domain1.zone and domain2.zone file using the GNOME Domain Name Service
the files look correct.
something must be wrong
if I PING host3.domain1
I get
PING host3.domain1.domain2 (IP Address) Yet host3 does not exists
if I PING host3.domain2
I get
PING host3.domain2 (IP Address) Yet host3 does not exists

sames works when I change host3 to host1 which is a define alias in both .zone files.
Where is my mistake?
can anybody please help.

Thanks in advance
Brif8
 
Old 01-26-2003, 11:54 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
show us the zone files

and named.conf
 
Old 01-27-2003, 06:25 AM   #3
brif8
LQ Newbie
 
Registered: Jan 2003
Posts: 5

Original Poster
Rep: Reputation: 0
files as requested

more trumpetsoftruth.com.zone
$TTL 86400
@ IN SOA ns.trumpetsoftruth.com. root.localhost (
5 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)


@ IN NS ns2.trumpetsoftruth.com
@ IN MX 1 master

master IN A 24.73.215.62
@ IN A 24.73.215.62

smtp IN CNAME master
pop3 IN CNAME master
www IN CNAME master
news IN CNAME master

-----------------------------------------------------------------------
more ttienterprises.org
$TTL 86400
@ IN SOA ns.ttienterprises.org. root.localhost (
4 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)


@ IN NS ns2.ttienterprises.org
@ IN MX 2 master

master IN A 24.73.215.62
@ IN A 24.73.215.62

smtp IN CNAME master
pop3 IN CNAME master
www IN CNAME master

-------------------------------------------------

## named.conf - configuration for bind
#
# Generated automatically by redhat-config-bind, alchemist et al.
# Any changes not supported by redhat-config-bind should be put
# in /etc/named.custom
#
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};

include "/etc/named.custom";

include "/etc/rndc.key";

options {
directory "/var/named/";
};

zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};

zone "localhost" {
type master;
file "localhost.zone";
};
zone "trumpetsoftruth.com" {
type master;
file "trumpetsoftruth.com.zone";
};
zone "ttienterprises.org" {
type master;
file "ttienterprises.org.zone";
};

---------------------------------------------------
Here are the files as request, I do thank you for your help
brif8
 
Old 01-27-2003, 06:08 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
it appears that you are missing the reverse arp zones files for the two domains. Or whatever it's called.

here are a couple I have in my named.conf


zone "66.63.68.in-addr.arpa" IN {
type master;
file "named.66.63.68";
allow-update { none; };
};

zone "0.168.192.in-addr.arpa" IN {
type master;
file "named.0.168.192";
allow-update { none; };
};


and then you also need the files in /var/named
the contents of these are what contain the distinguishing part of the ip address
 
  


Reply



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 On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple domains? WorldBuilder Linux - Networking 2 05-13-2005 08:51 PM
multiple domains, one sendmail sqn Linux - Networking 0 12-23-2003 04:46 PM
Multiple domains under samba bruceg Linux - Networking 1 11-12-2003 01:16 PM
Multiple Domains? cic Linux - Networking 2 01-23-2002 06:38 AM
Multiple Domains??? cic Linux - Networking 1 10-08-2001 10:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration