https://bugzilla.novell.com/show_bug.cgi?id=232412 ------- Comment #20 from gjn@gjn.priv.at 2007-03-23 03:35 MST ------- Hi, #16 my last idea ;) some times the correct zone file is created from YaST2, but only on this Place in the named.conf # Include the meta include file generated by createNamedConfInclude. This # includes all files as configured in NAMED_CONF_INCLUDE_FILES from # /etc/sysconfig/named include "/etc/named.conf.include"; logging { category default { log_syslog; }; channel log_syslog { syslog; }; }; zone "gjn.prv" in { allow-transfer { localhost; localnets; }; masters { 192.168.100.201; }; file "slave/gjn.prv"; type slave; }; zone "4gjn.prv" in { allow-transfer { localhost; localnets; }; file "master/4gjn.prv"; type master; }; zone "112.168.192.in-addr.arpa" in { allow-transfer { localhost; localnets; }; file "master/112.168.192.in-addr.arpa"; type master; }; # You can insert further zone records for your own domains below or create # single files in /etc/named.d/ and add the file names to # NAMED_CONF_INCLUDE_FILES. # See /usr/share/doc/packages/bind/README.SUSE for more details. .. when YaST2 the zone creates on this place in the named.conf, it is always without allow-transfer ? # Include the meta include file generated by createNamedConfInclude. This # includes all files as configured in NAMED_CONF_INCLUDE_FILES from # /etc/sysconfig/named include "/etc/named.conf.include"; logging { category default { log_syslog; }; channel log_syslog { syslog; }; }; zone "gjn.prv" in { allow-transfer { localhost; localnets; }; masters { 192.168.100.201; }; file "slave/gjn.prv"; type slave; }; # You can insert further zone records for your own domains below or create # single files in /etc/named.d/ and add the file names to # NAMED_CONF_INCLUDE_FILES. # See /usr/share/doc/packages/bind/README.SUSE for more details. zone "4gjn.prv" in { file "master/4gjn.prv"; type master; }; zone "112.168.192.in-addr.arpa" in { file "master/112.168.192.in-addr.arpa"; type master; }; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.