From mboxrd@z Thu Jan 1 00:00:00 1970 From: gracecott@sancharnet.in Subject: Re:setting up bind(sorry) Date: Fri, 09 Jul 2004 12:19:12 +0530 (GMT+05:30) Sender: linux-admin-owner@vger.kernel.org Message-ID: <33525726.1089355752341.JavaMail.nobody@ndl1pp2-a-fixed> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary_(ID_sxaxP81wc8j8SwaT7bALnA)" Return-path: List-Id: To: linux-admin@vger.kernel.org --Boundary_(ID_sxaxP81wc8j8SwaT7bALnA) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline Hello again :-( , I did what Ahsan told me to do and ran named-checkzone on db.pcm.com and it gives me an error: no current owner name and no OK (obviously) after finising up. I would've read up more before I asked this but I have 4 days before my 4 Sem., exams and really can't read up too much now and would like to get this up before D-day. Thanx in advance, Joy.M.M --Boundary_(ID_sxaxP81wc8j8SwaT7bALnA) Content-type: application/octet-stream; name=db.192 Content-transfer-encoding: 7bit Content-disposition: attachment; filename=db.192 Content-description: Attached file: db.192 $TTL 604800 @ IN SOA parrot.pcm.com. root.pcm.com.( 204774084 ;serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL ; @ NS parrot.pcm.com 16.2.168 IN PTR parrot.pcm.com. 11.2.168 IN PTR eagle.pcm.com. 14.2.168 IN PTR swan1.pcm.com. 15.2.168 IN PTR swan2.pcm.com. 13.2.168 IN PTR peacock.pcm.com. --Boundary_(ID_sxaxP81wc8j8SwaT7bALnA) Content-type: application/octet-stream; name=db.pcm.com Content-transfer-encoding: 7bit Content-disposition: attachment; filename=db.pcm.com Content-description: Attached file: db.pcm.com $TTL 86400 @ 1D IN SOA parrot.pcm.com. root.pcm.com.( 20384765 ;serial 10000 ;refresh 500 ;retry 2419200 ; expire 604800 );negative TTL ; @ 604800 IN NS parrot.pcm.com. parrot.pcm.com. 604800 IN A 192.168.2.16 eagle.pcm.com. 604800 IN A 192.168.2.11 swan1.pcm.com. 604800 IN A 192.168.2.14 swan2.pcm.com. 604800 IN A 192.168.2.15 peacock.pcm.com. 604800 IN A 192.168.2.13 pcm.com. 7155 IN A 209.233.130.34 --Boundary_(ID_sxaxP81wc8j8SwaT7bALnA) Content-type: application/octet-stream; name=named.conf Content-transfer-encoding: 7bit Content-disposition: attachment; filename=named.conf Content-description: Attached file: named.conf // This is the primary configuration file for the BIND DNS server named. // // Please read /usr/share/doc/bind9/README.Debian.gz for information on the // structure of BIND configuration files in Debian, *BEFORE* you customize // this configuration file. // // If you are just adding zones, please do that in /etc/bind/named.conf.local include "/etc/bind/named.conf.options"; // prime the server with knowledge of the root servers zone "." { type hint; file "/etc/bind/db.root"; }; // be authoritative for the localhost forward and reverse zones, and for // broadcast zones as per RFC 1912 zone "localhost" { type master; file "/etc/bind/db.local"; }; zone "127.in-addr.arpa" { type master; file "/etc/bind/db.127"; }; zone "0.in-addr.arpa" { type master; file "/etc/bind/db.0"; }; zone "255.in-addr.arpa" { type master; file "/etc/bind/db.255"; }; //zone "com" { type delegation-only; }; zone "net" { type delegation-only; }; zone "pcm.com" IN{ type master; file "/etc/bind/db.pcm.com"; }; zone "192.in-addr.arpa"{ type master; file "/etc/bind/db.192"; }; --Boundary_(ID_sxaxP81wc8j8SwaT7bALnA)--