LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-08-2011, 11:51 PM   #1
uppalagayatri
LQ Newbie
 
Registered: Mar 2011
Posts: 26

Rep: Reputation: 1
problem with dns forward lookup zone


Hi everybody,
I am having some problem with dns server forward lookup zone when i am executing

#dig <my ip>
it is working very well
but when i am executing
#dig <domain name>
it showing following error
################################
; <<>> DiG 9.6.2-P2-RedHat-9.6.2-4.P2.fc11 <<>> 7seastech.com
;; global options: +cmd
;; connection timed out; no servers could be reached
################################
and my forward lookup zone file is


################################
$TTL 86400
@ IN SOA mailsrv.7seasent.com. root.7seasent.com. (
42 ;;serial (d. adams)
3H ;;refresh
15M ;;retry
1W ;;expiry
1D ) ;;minimum
IN NS server.7seasent.com.
mailsrv IN A 192.168.0.204
#####################################


please any one can guide me


Thanks in advanced
 
Old 03-09-2011, 12:08 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

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

You have defined a NS record (server.7seasent.com.), but you didn't assign it an A record.Try:
Code:
$TTL 86400
@ IN SOA mailsrv.7seasent.com. root.7seasent.com. (
43 ;;serial (d. adams)
3H ;;refresh
15M ;;retry
1W ;;expiry
1D ) ;;minimum
IN NS server.7seasent.com.
server7 IN A x.x.x.x
mailsrv IN A 192.168.0.204
Replace x.x.x.x with the actual IP of server7 and increase the serial

Regards

Last edited by bathory; 03-09-2011 at 02:32 AM. Reason: wrong hostname
 
  


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
Reversed DNS-lookup do not work on delegated zone. MheAd Linux - Server 42 04-15-2010 04:02 AM
DNS-problem from orange zone to green zone jonaskellens Linux - Networking 5 11-16-2009 07:19 PM
Zone forward in solaris dns shan_nathan Solaris / OpenSolaris 1 05-01-2009 04:53 PM
Forward DNS lookup to different DNS Servers ghight Linux - Networking 2 09-28-2006 05:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:01 AM.

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