LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-16-2007, 09:53 AM   #1
pinoyskull
Member
 
Registered: Jan 2005
Location: server farm
Distribution: CentOS 5.7
Posts: 59

Rep: Reputation: 15
domain not resolving, please help


one of our server bugged down and i have to transfer the domain to another server, the domain acts as a ns to my other domains

here's my setup (running bind) (sample.net is only an example)

named.conf entry
Code:
zone "sample.net" in {
        type master;
        file "master/db.sample.net";
        allow-transfer {
            207.182.240.18;
        };
        allow-query {
            any;
        };
};
db.sample.net
Code:
$TTL 3600
sample.net.             IN      SOA     ns1.sample.net. hostmaster.sample.net. (
                        2007081600 ; serial
                        10800 ; refresh
                        3600 ; retry
                        432000 ; expire
                        3600 ; default_ttl
                        )
sample.net.             IN      NS      ns1.sample.net.
sample.net.             IN      NS      ns2.sample.net.
sample.net.             IN      A       72.3.145.193
ns1.sample.net.         IN      A       72.3.145.193
ns2.sample.net.         IN      A       207.182.240.19
www.sample.net.         IN      CNAME   sample.net.
mail.sample.net.        IN      A       72.3.145.193
sample.net.             IN      MX      10 mail.sample.net.

i just copied that config from another domain that is hosted on the same server, the other domain is working fine but this one isnt
 
Old 08-16-2007, 10:12 AM   #2
pinoyskull
Member
 
Registered: Jan 2005
Location: server farm
Distribution: CentOS 5.7
Posts: 59

Original Poster
Rep: Reputation: 15
i was playing with nslookup and i got this


Code:
nslookup
> server localhost
Default server: localhost
Address: 127.0.0.1#53
> sample.net
Server:         localhost
Address:        127.0.0.1#53
but if i do this
Code:
nslookup
> server 72.3.128.240
Default server: 72.3.145.240
Address: 72.3.128.240#53
> sample.net
;; connection timed out; no servers could be reached
>
 
Old 08-16-2007, 10:40 AM   #3
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Quote:
alucard@organa:~$ nslookup sample.net 72.3.128.240
Server: 72.3.128.240
Address: 72.3.128.240#53

** server can't find sample.net: REFUSED
72.3.128.240 is actively refusing my DNS requests. Are you sure you're allowed to use it? Try 4.2.2.2.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Domain name to IP resolving in C++ athena_1 Programming 3 07-29-2006 08:19 AM
domain not resolving backustwo Linux - Networking 4 03-28-2006 11:17 AM
Domain name not resolving proerly Homer Glemkin Linux - Networking 1 01-26-2005 01:14 PM
Resolving my domain name to my IP Komakino Linux - Networking 4 11-13-2004 06:19 AM
Mozilla 1.0 not resolving on my domain.. StamfordRob Linux - Software 1 06-17-2002 06:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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