LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-15-2009, 07:56 AM   #1
linuxjamil
Member
 
Registered: Dec 2005
Distribution: Fedora Core 5, Sun Solaris 8
Posts: 122

Rep: Reputation: 15
Post DNS configuration problem in Fedora Core 11.,


Dear ALL


I was trying to configue DNS server in Fedora 11 OS. I have attached all the configuration files I tried to configure. I have also disabled iptables and selinux to have a pre-caution. named server is staring but I cannot dig my domain named AXIATABD.COM.


I have installed bind and bind-chroot package through yum.


Please reply which is eagaerly needed.




/etc/named.conf

//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

options {
listen-on port 53 { any; };
# listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; 192.168.0.0/24; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside . trust-anchor dlv.isc.org.;
};

logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};

zone "." IN {
type hint;
file "named.ca";
};

zone "axiatabd.com" IN {
type master;
file "axiatabd.db";
allow-update { none; };
};

zone "81.168.192.in-addr.arpa" IN {
type master;
file "axiatabdrev.db";
allow-update { none; };
};
include "/etc/named.rfc1912.zones";

include "/etc/named.dnssec.keys";
include "/etc/pki/dnssec-keys/dlv/dlv.isc.org.conf";

------------------------------------------------------------------------------------------------------------------------------------------------
/var/named/axiatabd.db


$TTL 1D
@ IN SOA ns1.axiatabd.com. root.axiatabd.com. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
@ IN NS ns1.axiatabd.com.
ns1 IN A 192.168.81.190
www IN A 192.168.81.190

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

/var/named/axiatabdrev.db

$TTL 1D
@ IN SOA www.axiatabd.com. root.axiatabd.com. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
IN NS axiatabd.com.
IN PTR axiatabd.com.

190 IN PTR axiatabd.com.
------------------------------------------------------------------------
------------------------------------------------------------------------

/etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0
HWADDR=00:19:BB:60:61:A3
ONBOOT=yes
IPADDR=192.168.81.190
NETMASK=255.255.255.0
BOOTPROTO=static
DOMAIN=axiatabd.com
DNS1=192.168.80.66
DNS2=192.168.80.67
------------------------------------------------------------------------
------------------------------------------------------------------------

/etc/sysconfig/network

NETWORKING=yes
HOSTNAME=test.axiatabd.com
GATEWAY=192.168.81.1
------------------------------------------------------------------------
------------------------------------------------------------------------
 
Old 10-15-2009, 08:59 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,165
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Hi,

Quote:
I cannot dig my domain named AXIATABD.COM.
You mean that you cannot "dig AXIATABD.COM"? This is because you don't have an A record for it.
Can you "dig www.AXIATABD.COM"?

Regards
 
  


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
DNS configuration in Fedora Core 6 bzlaskar Linux - Server 14 01-17-2008 06:42 AM
DNS resolution problem in Fedora Core 6 syedavalli Linux - Networking 5 05-29-2007 09:39 PM
DNS problem with Fedora Core 6 r_babaei Linux - Networking 17 04-04-2007 02:04 PM
J2ME and JAVA SDK configuration problem on Fedora Core 4 vikram_cvk Linux - Software 0 03-23-2006 05:12 AM
Fedora Core 2 - Problem with Cable connection (DNS Resolve) T-u-N-i-X Linux - Networking 2 06-18-2004 01:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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