LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-08-2008, 11:13 PM   #1
Md.Abul Quashem
Member
 
Registered: Apr 2006
Location: bangladesh
Distribution: RedHat linux 9.0, Fedora core 5 and 6
Posts: 38

Rep: Reputation: 15
DNS on fedora doesn't work


Hi,
I m facing a problem with DNS configuration in Fedora core-4.
The log messages are as follows:
Jan 8 21:13:11 linux1 syslogd 1.4.1: restart.
Jan 8 21:17:09 linux1 kernel: eth0: link down
Jan 8 21:17:42 linux1 named[3632]: shutting down
Jan 8 21:17:42 linux1 named[3632]: stopping command channel on 127.0.0.1#953
Jan 8 21:17:42 linux1 named[3632]: no longer listening on 127.0.0.1#53
Jan 8 21:17:42 linux1 named[3632]: no longer listening on 192.168.1.100#53
Jan 8 21:17:42 linux1 named[3632]: exiting
Jan 8 21:18:02 linux1 named[7101]: starting BIND 9.3.1 -u named -t /var/named/chroot
Jan 8 21:18:02 linux1 named[7101]: found 1 CPU, using 1 worker thread
Jan 8 21:18:02 linux1 named[7101]: loading configuration from '/etc/named.conf'
Jan 8 21:18:02 linux1 named[7101]: listening on IPv4 interface lo, 127.0.0.1#53
Jan 8 21:18:02 linux1 named[7101]: listening on IPv4 interface eth0, 192.168.1.100#53
Jan 8 21:18:02 linux1 named[7101]: command channel listening on 127.0.0.1#953
Jan 8 21:18:02 linux1 named[7101]: zone 0.in-addr.arpa/IN: loaded serial 42
Jan 8 21:18:02 linux1 named[7101]: zone 1.168.192.in-addr.arpa/IN: loaded serial 1997022700
Jan 8 21:18:02 linux1 named[7101]: zone 255.in-addr.arpa/IN: loaded serial 42
Jan 8 21:18:02 linux1 named[7101]: zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
Jan 8 21:18:02 linux1 named[7101]: zone poran.com/IN: loaded serial 42
Jan 8 21:18:02 linux1 named[7101]: zone localdomain/IN: loaded serial 42
Jan 8 21:18:02 linux1 named[7101]: running
Jan 8 21:22:58 linux1 kernel: eth0: link down
Jan 8 21:23:08 linux1 named[7101]: shutting down
Jan 8 21:23:08 linux1 named[7101]: stopping command channel on 127.0.0.1#953
Jan 8 21:23:08 linux1 named[7101]: no longer listening on 127.0.0.1#53
Jan 8 21:23:08 linux1 named[7101]: no longer listening on 192.168.1.100#53
Jan 8 21:23:08 linux1 named[7101]: exiting
Jan 8 21:23:10 linux1 named[3776]: starting BIND 9.3.1 -u named -t /var/named/chroot
Jan 8 21:23:10 linux1 named[3776]: found 1 CPU, using 1 worker thread
Jan 8 21:23:10 linux1 named[3776]: loading configuration from '/etc/named.conf'
Jan 8 21:23:10 linux1 named[3776]: listening on IPv4 interface lo, 127.0.0.1#53
Jan 8 21:23:10 linux1 named[3776]: listening on IPv4 interface eth0, 192.168.1.100#53
Jan 8 21:23:10 linux1 named[3776]: command channel listening on 127.0.0.1#953
Jan 8 21:23:10 linux1 named[3776]: zone 0.in-addr.arpa/IN: loaded serial 42
Jan 8 21:23:10 linux1 named[3776]: zone 1.168.192.in-addr.arpa/IN: loaded serial 1997022700
Jan 8 21:23:10 linux1 named[3776]: zone 255.in-addr.arpa/IN: loaded serial 42
Jan 8 21:23:10 linux1 named[3776]: zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
Jan 8 21:23:10 linux1 named[3776]: zone poran.com/IN: loaded serial 42
Jan 8 21:23:10 linux1 named[3776]: zone localdomain/IN: loaded serial 42
Jan 8 21:23:10 linux1 named[3776]: running
......................

When I try to running DNS chech with nslookup -sil or nslookup -sil -query=mx domainname then the errors occure is........."server can't find 192.168.1.100(IP address of the dns server).in adress arpa"

What's the problem? Please help me anyone?
with my email-nabil2rythm@yahoo.com,quashem@...nabil@drik.net

Thanks
Md. Abul Quashem (Nabil)
 
Old 01-09-2008, 08:12 AM   #2
this213
Member
 
Registered: Dec 2001
Location: ./
Distribution: Fedora, CentOS, RHEL, Gentoo
Posts: 167

Rep: Reputation: 34
What does your zone for 1.168.192.in-addr.arpa look like? It should be something similar to this:
Code:
$TTL 86400
@       IN      SOA     thishost.mydomain.com.      webmaster.mydomain.com. (
                        2007061601 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire
                        86400 ; ttk
                        )


@       IN      NS      thishost.mydomain.com.

100     IN      PTR     thishost.mydomain.com.
101     IN      PTR     host2.mydomain.com.
102     IN      PTR     host3.mydomain.com.
103     IN      PTR     host4.mydomain.com.
 
Old 01-14-2008, 09:44 PM   #3
Md.Abul Quashem
Member
 
Registered: Apr 2006
Location: bangladesh
Distribution: RedHat linux 9.0, Fedora core 5 and 6
Posts: 38

Original Poster
Rep: Reputation: 15
Hi,
Thanks for reply..

It's(DNS) now work


Thanks again
Nabil
 
  


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
Fedora Core 4 DHCPD and BIND, cannot get Dynamic DNS to work trainpic Linux - Networking 2 02-25-2006 04:27 PM
DNS forwarding: does it actually work? rabbate Linux - Networking 1 06-26-2004 02:58 PM
why doesn't my DNS server work? asit_monty Linux - Networking 2 04-06-2004 08:26 AM
why doesn't my DNS server work? asit_monty Linux - Networking 0 04-06-2004 07:01 AM
DNS doesn't seem to work with RR lhelber Linux - Networking 4 01-14-2004 04:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:15 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