Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-09 Thread Alan Clegg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512


 Or you can allow your slave files to remain in binary format (it
 gives you a roughly factor-4 speedup in loading the files, which
 can be significant with large zones).  When you want to look at the
 text version, convert them:
 
 $ named-checkzone -Djfraw example.com slave-zonefile

Or you can read what is actually being served and not worry about any
synchronization issues what-so-ever by using:

  dig +onesoa @127.0.0.1 slave-zone AXFR

AlanC
-BEGIN PGP SIGNATURE-
Comment: GPGTools - https://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCgAGBQJVJstUAAoJEOW2o5eiJADbHikIAMHB8xhoB5xQJrQJYWY0oRD8
DFpyrb0mIpHV6aEQ5B1BUE0+RoNXszMH8n7wWcMZJ5xKmsWibcnsyoYy4DIMhcFM
GhSX43xu1VyEXf2ZkmbC3KLZRFbsdBXsujhomb482HpfNTy0N8p7q68EzEI7mh12
vzRpIOM5g+moU8GuxD8WlULh3Tzq5TEJlpxITVeR3tsIzboXIORgK3vrRJzU8Zyo
aexcglswePbd2okv6HlLF1FBwUykk9l4z+ms1Gge65NggOYFtQQY+krquS/t9mQz
opZlmPQMKbt2D11LWkqQm6Q2mWXDFBWI6jezfJoiNwt8q0S/Sx0jZKR7STBgYxA=
=CCjP
-END PGP SIGNATURE-
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread William Clarke
Prakash,

There certainly is infact i just came across the same issue. Find the latest 
documentation for bind and search the pdf for format. It'll show you the 
syntax, basically you need to add:

masterfile-format text;

 to each view or you can specify it for each zone.

Example:

  zone simons-rock.edu. IN {
   type slave;
   masterfile-format text;
   masters { 192.168.1.221; };
   file internal/simons-rock.edu.internal.db;

Willie

On April 8, 2015 11:47:56 PM EDT, prakash prak...@nic.in wrote:

 Hi,

Few days back, I configured Bind 9.10.1 as slave, it is working but
getting 

data in binary form. I have several zone files. I will have to compile
each file to get it 

in txt form. There is any way to get all zone files in txt format as I
was getting in older versions.

 Please reply, kind request to all Bind users.

 Thanks

 Regards

 Prakash Chand

  







  




___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to
unsubscribe from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread Evan Hunt
On Thu, Apr 09, 2015 at 12:00:36AM -0400, William Clarke wrote:
 Prakash,
 
 There certainly is infact i just came across the same issue. Find the latest 
 documentation for bind and search the pdf for format. It'll show you the 
 syntax, basically you need to add:
 
 masterfile-format text;
 
  to each view or you can specify it for each zone.
 
 Example:
 
   zone simons-rock.edu. IN {
type slave;
masterfile-format text;
masters { 192.168.1.221; };
file internal/simons-rock.edu.internal.db;

Or you can allow your slave files to remain in binary format (it gives you
a roughly factor-4 speedup in loading the files, which can be significant
with large zones).  When you want to look at the text version, convert
them:

$ named-checkzone -Djfraw example.com slave-zonefile

-- 
Evan Hunt -- e...@isc.org
Internet Systems Consortium, Inc.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread prakash

 Hi,

 Few days back, I configured Bind 9.10.1 as slave, it is working but getting 

 data in binary form. I have several zone files. I will have to compile each 
file to get it 

 in txt form. There is any way to get all zone files in txt format as I was 
getting in older versions.

 Please reply, kind request to all Bind users.

 Thanks

 Regards

 Prakash Chand

  







  
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread prakash

 Dear Evan /William,

 Thanks both you, It is working. 

 With best regards

 Prakash

  

 - Original Message -
 From: Evan Hunt e...@isc.org
 Date: Thursday, April 9, 2015 10:06 am
 Subject: Re: configured bind 9.10.1 as slave gettting data in binary form
 To: William Clarke wcla...@simons-rock.edu
 Cc: prakash prak...@nic.in, bind-users@lists.isc.org

  On Thu, Apr 09, 2015 at 12:00:36AM -0400, William Clarke wrote:
   Prakash,
   
   There certainly is infact i just came across the same issue. 
  Find the latest documentation for bind and search the pdf for 
  format. It'll show you the syntax, basically you need to add:
   
   masterfile-format text;
   
to each view or you can specify it for each zone.
   
   Example:
   
 zone simons-rock.edu. IN {
  type slave;
  masterfile-format text;
  masters { 192.168.1.221; };
  file internal/simons-rock.edu.internal.db;
  
  Or you can allow your slave files to remain in binary format (it 
  gives you
  a roughly factor-4 speedup in loading the files, which can be 
  significantwith large zones).  When you want to look at the 
  text version, convert
  them:
  
  $ named-checkzone -Djfraw example.com 
  slave-zonefile
  
  -- 
  Evan Hunt -- e...@isc.org
  Internet Systems Consortium, Inc.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread prakash
Dear Clarke,
 
Thank you very much, it is working and getting data in txt form.
 
Regards
Prakash
  
 
On 04/09/15 09:31 AM, William Clarke wcla...@simons-rock.edu wrote:
 
 
 
 
 
 Prakash,
 
 There certainly is infact i just came across the same issue. Find the latest 
 documentation for bind and search the pdf for format. It'll show you the 
 syntax, basically you need to add:
 
 masterfile-format text;
 
 to each view or you can specify it for each zone.
 
 Example:
 
 zone simons-rock.edu(http://simons-rock.edu/). IN {
 type slave;
 masterfile-format text;
 masters { 192.168.1.221(http://192.168.1.221/); };
 file internal/simons-rock.edu(http://simons-rock.edu/).internal.db;
 
 Willie
 
 
 On April 8, 2015 11:47:56 PM EDT, prakash prak...@nic.in wrote:
  
  Hi,
  Few days back, I configured Bind 9.10.1 as slave, it is working but getting 
  data in binary form. I have several zone files. I will have to compile each 
  file to get it 
  in txt form. There is any way to get all zone files in txt format as I was 
  getting in older versions.
  Please reply, kind request to all Bind users.
  Thanks
  Regards
  Prakash Chand
   
  
  
   
  
  
  
  
  Please visit https://lists.isc.org/mailman/listinfo/bind-users to 
  unsubscribe from this list
  
  bind-users mailing list
  bind-users@lists.isc.org
  https://lists.isc.org/mailman/listinfo/bind-users
  
 
 
 -- 
 Sent from my Android device with K-9 Mail. Please excuse my brevity.
 
 
 
 
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users