On 03/28/11 17:37, Ivan R. Sy wrote:
Hi bind-users,its been a while since my last config of BIND and I was just wondering if notify-source-v6 transfer-source-v6 are still there for BIND 9.8.0? the ARM says so. when i do notify-source-v6 on a zone statement and reload it... notify-source-v6 { 2001:470:1f05:1ae0::1;; }; transfer-source-v6 { 2001:470:1f05:1ae0::1; }; 29-Mar-2011 16:21:04.147 general: info: received control channel command 'reload' 29-Mar-2011 16:21:04.147 general: info: loading configuration from '/etc/namedb/named.conf' 29-Mar-2011 16:21:04.149 config: error: /etc/namedb/named.conf:141: expected IPv6 address or '*' near '{' 29-Mar-2011 16:21:04.149 general: error: reloading configuration failed: unexpected token I've tried both zone and on the global options. server1# named -v BIND 9.8.0
Drop the curly brackets. notify-source-v6 2001:470:1f05:1ae0::1; transfer-source-v6 2001:470:1f05:1ae0::1; Lyle Giese LCR Computer Services, Inc. _______________________________________________ bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

