[prev in list] [next in list] [prev in thread] [next in thread] 

List:       webmin-l
Subject:    Re: [webmin-l] named\bind forwarders wont be recognised by webmin.
From:       "Jamie Cameron" <jcameron () webmin ! com>
Date:       2012-03-29 4:25:31
Message-ID: 1332995131.11925 () webmin ! com
[Download RAW message or body]

That config should be handles by Webmin .. what do you mean when
you say the forwarders aren't recognized exactly?

On 28/Mar/2012 15:43 Eliezer Croitoru <eliezer@ngtech.co.il> wrote ..
> hey list,
> 
> i was having issues with webmin 1.580 on gentoo linux.
> the problems are that webmin wont recognize in named.conf the 
> "forwarders" part.
> 
> also on the new bind, acls are added with quotes and webmin wont use 
> them at all.
> is there any way to just show the "listen-on" part but to not change it?
> cause it will benefit all.
> 
> Thanks,
> Eliezer
> 
> this is my named.conf that webmin wont recognize the forwarders servers.
> 
> #start of named.conf
> 
> acl "xfer" {
>          none;
>          };
> 
> 
> acl "trusted" {
>          127.0.0.0/8;
>          ::1/128;
>          192.168.10.0/24;
>          };
> 
> options {
>          directory "/var/bind";
>          pid-file "/var/run/named/named.pid";
> 
>          /* https://www.isc.org/solutions/dlv >=bind-9.7.x only */
>          //bindkeys-file "/etc/bind/bind.keys";
> 
>          listen-on-v6 { any; };
>          listen-on { any; };
> 
>          allow-query {
>                  /*
>                   * Accept queries from our "trusted" ACL.  We will
>                   * allow anyone to query our master zones below.
>                   * This prevents us from becoming a free DNS server
>                   * to the masses.
>                   */
>                  trusted;
>          };
> 
>          forwarders {
>                  195.60.233.136;
>                  147.235.250.2;
>                  };
> 
> 
>          allow-query-cache {
>                  /* Use the cache for the "trusted" ACL. */
>                  trusted;
>          };
> 
>          allow-recursion {
>                  /* Only trusted addresses are allowed to use recursion. */
>                  trusted;
>          };
> 
>          allow-transfer {
>                  /* Zone tranfers are denied by default. */
>                  none;
>          };
> 
>          allow-update {
>                  /* Don't allow updates, e.g. via nsupdate. */
>                  none;
>          };
> 
> 
>          //dnssec-enable yes;
>          //dnssec-validation yes;
> 
>          /*
>           * As of bind 9.8.0:
>           * "If the root key provided has expired,
>           * named will log the expiration and validation will not work."
>           */
>          //dnssec-validation auto;
> 
>          /* if you have problems and are behind a firewall: */
>          //query-source address * port 53;
> };
> 
> /*
> logging {
>          channel default_log {
>                  file "/var/log/named/named.log" versions 5 size 50M;
>                  print-time yes;
>                  print-severity yes;
>                  print-category yes;
>          };
> 
>          category default { default_log; };
>          category general { default_log; };
> };
> */
> 
> include "/etc/bind/rndc.key";
> controls {
>          inet 127.0.0.1 port 953 allow { 127.0.0.1/32; ::1/128; } keys { 
> "rndc-key"; };
> };
> 
> zone "." in {
>          type hint;
>          file "/var/bind/root.cache";
> };
> 
> zone "localhost" IN {
>          type master;
>          file "pri/localhost.zone";
>          notify no;
> };
> 
> zone "127.in-addr.arpa" IN {
>          type master;
>          file "pri/127.zone";
>          notify no;
> };
> 
>    zone "10.168.192.in-addr.arpa" {
>          type master;
>          file "/var/bind/10.168.192.in-addr.arpa.local.hosts";
>    };
> 
> zone "lan" {
>          type master;
>          file "/var/bind/lan.hosts";
>          };
> 
> #end of named.conf
> 
> 
> 
> 
> 
> 
> -- 
> Eliezer Croitoru
> https://www1.ngtech.co.il
> IT consulting for Nonprofit organizations
> eliezer <at> ngtech.co.il
> 
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure
> -
> Forwarded by the Webmin mailing list at webadmin-list@lists.sourceforge.net
> To remove yourself from this list, go to
> http://lists.sourceforge.net/lists/listinfo/webadmin-list

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
-
Forwarded by the Webmin mailing list at webadmin-list@lists.sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic