Daniel W. Ottey on Thu, 19 Aug 1999 13:14:57 -0400 (EDT)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Plug] BIND / DNS help


OK, I need some help!  Please?  :-)

I have my own domain:   snarfykat.org

I have one main linux server which I call  binker.snarfykat.org

I registered  ns1.snarfykat.org with the Internic:
-------------------------------------------
[otter@binker otter]$ whois ns1.snarfykat.org
* cut*
[No name] (NS92852-HST)

   Hostname: NS1.SNARFYKAT.ORG
   Address: 129.25.17.136
   System: ? running ?

   Coordinator:
      Ottey, Daniel  (DO3932)  udottey@MCS.DREXEL.EDU
      (215) 571-3657

   Record last updated on 10-Aug-99.
   Database last updated on 18-Aug-99 04:38:58 EDT.
-------------------------------------------
named is running, and I have my IP address as the first nameserver in
/etc/resolv.conf

When I do an nslookup, it comes back with
[otter@binker otter]$ nslookup www.foo.org
*** Can't find server name for address 129.25.17.136: Non-existent
host/domain

ns1.snarfykat.org is my primary nameserver.  Everything looks to me likes
its correct, but I can't get to www.snarfykat.org and also that nslookup
problem may have something to do with it....

 And here are 3 more files you might want to look at:
-------------------------------------------
/etc/named.conf
options {
        directory "/var/named";
        forwarders{
                144.118.24.20;
                144.118.24.10;
        };
};
zone "." {
        type hint;
        file "root.hints";
};
zone "localhost"{
        type master;
        file "pz/localhost.zone";
};
zone "snarfykat.org"{
        type master;
        file "pz/snarfykat.org.zone";
options {
        directory "/var/named";
        forwarders{
                144.118.24.20;
                144.118.24.10;
        };
};
zone "." {
        type hint;
        file "root.hints";
};
zone "localhost"{
        type master;
        file "pz/localhost.zone";
};
zone "snarfykat.org"{
        type master;
        file "pz/snarfykat.org.zone";
};
zone "catbutt.org"{
        type slave;
        file "pz/catbutt.org.zone";
        masters{
                24.3.107.139;
        };
};
zone "107.3.24.in-addr.arpa"{
        type slave;
        file "pz/catbutt.org.rev";
        masters{
                24.3.107.139;
        };
};
zone "u4ea.org"{
        type slave;
        file "pz/u4ea.org.zone";
        masters{
                24.3.107.139;
        };
};
-------------------------------------------

-------------------------------------------
/var/named/pz/snarfykat.org.zone
snarfykat.org.          IN      SOA     ns1.snarfykat.org.      udottey.mcs.drexel.edu. (
                        1999081701 ; serial
                        3600 ; refresh
                        1800 ; retry
                        604800 ; expire
                        86400 ; default_ttl
                        )
snarfykat.org.          IN      NS      ns1.snarfykat.org.
snarfykat.org.          IN      NS      ns1.u4ea.org.
snarfykat.org.          IN      NS      ns1.granitecanyon.com.
snarfykat.org.          IN      NS      ns2.granitecanyon.com.

snarfykat.org.          IN      MX      10      binker

binker          IN      A       129.25.17.136
ns1             IN      CNAME   binker
www             IN      CNAME   binker
ftp             IN      CNAME   binker
mail            IN      CNAME   binker
parad           IN      CNAME   binker
mp3             IN      CNAME   binker

schlong         IN      A       24.40.50.27

terrik          IN      A       129.25.15.93
-------------------------------------------

-------------------------------------------
/var/named/pz/snarfykat.org/rev
17.25.129.in-addr.arpa.         IN      SOA     ns1.snarfykat.org.      udottey.mcs.drexel.edu. (
                        1999081701 ; serial
                        8H ; refresh (8 hours)
                        2H ; retry (2 hour)
                        1W ; expire (1 week)
                        1D ; minimum TTL (1 day)
                        )

; Name Server (NS) records.
17.25.129.in-addr.arpa. IN      NS      ns1.snarfykat.org

; Addresses point to canoical names (PTR) for reverse lookups
139.17.25.129.in-addr.arpa      IN      PTR     ns1.snarfykat.org
-------------------------------------------

OK...    So thats my stuff.  Hopefully it wasn't too much info.  If you
need any clarrification, please ask.  I'm at a loss, so any help would be
appreciated.  Thanks!

Daniel W. Ottey
Sophomore Computer Science Student
Drexel University - Philadelphia, PA
http://www.snarfykat.org/
AOL Instant Messenger: Snarf2002 - http://www.aim.aol.com/
ICQ: 5723666 - http://www.mirabilis.com/
IRC: ThundrKat - http://www.undernet.org/



_______________________________________________
Plug maillist  -  Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug