Garayed.com  

Go Back   Garayed.com > Linux
FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-01-2007, 03:43 AM
query.cdac@gmail.com
 
Posts: n/a
Default DNS configuration in Fedora Core 6

Hi All,

I am a trying to configure DNS in FC 6 using bhrooted-bind . It is
a experimental DNS for
learning purpose. I am finding the following difficulties.

1. There is no configuration file named named.conf in /var/named/
chroot/etc/ as in case of
earlier versions of Linux. The file that is present is
named.rfc1912.zones . I have edited
the file as follows for the domain example.com . The contents is
shown below.

zone "example.com" IN {
type master;
file "iqnet.in.zone";
allow-update { none; };
};

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

The zone file are as follows

A) example.com.zone

$ORIGIN example.com.
$TTL 86400
@ IN SOA iqnetns.example.com. root.example.com. (
42 ; serial (d.
adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum

@ IN NS iqnetns.example.com.
IN A 192.168.0.254

IN AAAA ::1

iqnetns.example.com. IN A
192.168.0.254


B) example.com.local
$TTL 86400
@ IN SOA iqnetns.example.com. root.example.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum

IN NS iqnetns.example.com.

254 IN PTR
iqnetns.example.com.

After that I edited /etc/resolv.conf and restarted the named service.
There is no error.
But when I try to resolve
iqnetns.example.com
using dig or host command , name resolution is not taking place.
Please help me in finding out the problem.

With thanks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

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



All times are GMT. The time now is 10:37 AM.




LinkBacks Enabled by vBSEO 3.0.0 © 2007, Crawlability, Inc.