To update bind9 view

2004-09-24 Thread Joaquin Ferrero
How I can to update ONE view from bind9?

I have a bind9 with internal  external views. I like the clients will
to update yours IP address with dynamic dns (with a cgi perl script),
but it fail with this message (daemon.log file):

named[22320]: client 127.0.0.1#39489: update 'midomain.net/IN' denied

I have defined into named.conf.local:
acl external {
127.0.0.1;
172.26.0.3;
};
acl internal {
127.0.0.1;
172.26.0.3;
};

and the views:
view internal {
recursion yes;
match-clients {
172.26.0.0/24;
127.0.0.1/24;
};
include /etc/bind/zonas.internas;
};
view external {
recursion no;
match-clients {
any;
};
include /etc/bind/zonas.externas;
};

and the domain definition have:
zone midomain.net. {
type master;
file db.midomain.net;
allow-query{
any;
};
allow-update{
external;
};
};

-- 
__
JoaquinFerrero.com  Linux User #109802



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: To update bind9 view

2004-09-24 Thread Michelle Konzack
Please can you start your own thread, insteed of posing into another ?
Your subject has nothing to do with my problem.

Am 2004-09-24 12:25:35, schrieb Joaquin Ferrero:
 How I can to update ONE view from bind9?


Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


To update bind9 view

2004-09-24 Thread Joaquin Ferrero
How I can to update ONE view from bind9?

I have a bind9 with internal  external views. I like the clients will
to update yours IP address with dynamic dns (with a cgi perl script),
but it fail with this message (daemon.log file):

named[22320]: client 127.0.0.1#39489: update 'midomain.net/IN' denied

I have defined into named.conf.local:
acl external {
127.0.0.1;
172.26.0.3;
};
acl internal {
127.0.0.1;
172.26.0.3;
};

and the views:
view internal {
recursion yes;
match-clients {
172.26.0.0/24;
127.0.0.1/24;
};
include /etc/bind/zonas.internas;
};
view external {
recursion no;
match-clients {
any;
};
include /etc/bind/zonas.externas;
};

and the domain definition have:
zone midomain.net. {
type master;
file db.midomain.net;
allow-query{
any;
};
allow-update{
external;
};
};

-- 
__
JoaquinFerrero.com  Linux User #109802



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]