Re: compile error bind-9.7.2-P3 osx 10.5.8 ppc

2011-02-08 Thread Mark Andrews
In message <74303900-b549-4bd3-a4ed-e7ae8f838...@beth.k12.pa.us>, donovan jeffr ey j writes: > greetings > > i was able to update ssl to OpenSSL 1.0.0c 2 Dec 2010 > when i try and recompile bind I get an error on make > > Undefined symbols: > "_RSA_generate_key_ex", referenced from: > _o

compile error bind-9.7.2-P3 osx 10.5.8 ppc

2011-02-08 Thread donovan jeffrey j
greetings i was able to update ssl to OpenSSL 1.0.0c 2 Dec 2010 when i try and recompile bind I get an error on make Undefined symbols: "_RSA_generate_key_ex", referenced from: _opensslrsa_generate in libdns.a(opensslrsa_link.o) "_DSA_generate_parameters_ex", referenced from: _ope

Re: dealing with multi-homed machine

2011-02-08 Thread Mark Andrews
In message , donovan jeffr ey j writes: > > On Feb 8, 2011, at 5:17 PM, Mark Andrews wrote: > > > > > In message <3ad9c812-cba3-4dcd-a27e-26e63d912...@beth.k12.pa.us>, donovan j > effr > > ey j writes: > >> Greetings > >> > >> I have an external dns server that serves a group of systems. One o

Re: dealing with multi-homed machine

2011-02-08 Thread donovan jeffrey j
On Feb 8, 2011, at 8:44 PM, donovan jeffrey j wrote: > > thanks mark, > > It appears my case may be a programming error from the server admin. But this > brings up the case of views. > > on my external dns server i should add an empty zone file ? what does that > send back to the offending re

Re: dealing with multi-homed machine

2011-02-08 Thread donovan jeffrey j
On Feb 8, 2011, at 5:17 PM, Mark Andrews wrote: > > In message <3ad9c812-cba3-4dcd-a27e-26e63d912...@beth.k12.pa.us>, donovan > jeffr > ey j writes: >> Greetings >> >> I have an external dns server that serves a group of systems. One of the syst >> ems has a secondary interface with private ad

Re: multi-master with mysql backend

2011-02-08 Thread Warren Kumari
On Feb 8, 2011, at 10:47 AM, fddi wrote: > I need really something very simple: > > > I have 2 domain name servers, I need them to be multi-master Please explain -- *why* do you need multimaster? > so I will put a mysql instance on each one, > the two mysql servers in sync whith each other.

Re: multi-master with mysql backend

2011-02-08 Thread Terry.
2011/2/9 Torinthiel : > Or, if you need to be able to modify records from both servers than maybe > multi-master with rsync'ing to the other server will work? Mysql Active-Active replication could do that easily. AFAIK, mysql backend BIND doesn't have the feature "notify", so database replication

Re: dealing with multi-homed machine

2011-02-08 Thread Mark Andrews
In message <3ad9c812-cba3-4dcd-a27e-26e63d912...@beth.k12.pa.us>, donovan jeffr ey j writes: > Greetings > > I have an external dns server that serves a group of systems. One of the syst > ems has a secondary interface with private address space. Dns should not be r > equesting from here but i am

Re: A query on dynamic dns through bind 9

2011-02-08 Thread Warren Kumari
On Feb 8, 2011, at 10:56 AM, Nikhil Joshi wrote: > Hello, > Can any one tell how can I provide a ip dynamically to a DNS query ? > In other words, I want the ip to be dynamic and the program should be able to > determine it based on a criteria (which varies with runtime ie.dynamic). Sorry, but

Re: multi-master with mysql backend

2011-02-08 Thread Torinthiel
Dnia 2011-02-08 16:47 fddi napisał(a): >I need really something very simple: > > >I have 2 domain name servers, I need them to be multi-master so I will >put a mysql instance on each one, >the two mysql servers in sync whith each other. > >when one of the servers goes down, the other continue to

A query on dynamic dns through bind 9

2011-02-08 Thread Nikhil Joshi
Hello, Can any one tell how can I provide a ip dynamically to a DNS query ? In other words, I want the ip to be dynamic and the program should be able to determine it based on a criteria (which varies with runtime ie.dynamic). Thank you, Nikhil. ___ bind

Re: multi-master with mysql backend

2011-02-08 Thread fddi
actually I Was too way optimistic. nothing works after patching named woth mysql-bind source code: /usr/sbin/named -f -u named -t /var/named/chroot Segmentation fault Feb 8 16:53:02 ns kernel: named[2239] general protection rip:2af3633cfa10 rsp:40bb5148 error:0 On 2/8/11 4:28 PM, Gary Wal

Re: multi-master with mysql backend

2011-02-08 Thread fddi
I need really something very simple: I have 2 domain name servers, I need them to be multi-master so I will put a mysql instance on each one, the two mysql servers in sync whith each other. when one of the servers goes down, the other continue to work. There are very few entry in hte databas

Re: multi-master with mysql backend

2011-02-08 Thread Gary Wallis
fddi wrote: thank you for hte thread you pointed me. Actaully I do not have performance issue, but I just need DNS multi-master. I could succesfully apply mysql-bind patches. I have only one zone with few hosts. thank you very much Riccardo On 2/8/11 3:30 PM, Terry. wrote: 2011/2/8 fddi: I

Re: multi-master with mysql backend

2011-02-08 Thread fddi
thank you for hte thread you pointed me. Actaully I do not have performance issue, but I just need DNS multi-master. I could succesfully apply mysql-bind patches. I have only one zone with few hosts. thank you very much Riccardo On 2/8/11 3:30 PM, Terry. wrote: 2011/2/8 fddi: I have conside

RE: about the file command

2011-02-08 Thread Lightner, Jeff
BIND doesn't require you to use any views "by default". The way views work one of them IS a "default" so order of views is important. You would use the "default" as your "catch all". -Original Message- From: bind-users-bounces+jlightner=water@lists.isc.org [mailto:bind-users-bounc

Re: about the file command

2011-02-08 Thread Bryan Bradsby
On Tue, 2011-02-08 at 17:40 +0800, Terry. wrote: > Hi list, > > Can BIND's "file" command referer to more than one zone file? > For example, > > zone "test.nsbeta.info" { >type master; >file "a.db"; >file "b.db"; > }; > > When a record doesn't exis

dealing with multi-homed machine

2011-02-08 Thread donovan jeffrey j
Greetings I have an external dns server that serves a group of systems. One of the systems has a secondary interface with private address space. Dns should not be requesting from here but i am seeing these warnings coming from my external system; security: warning: client 209.96.96.108#49534:

Re: about the file command

2011-02-08 Thread Terry.
2011/2/8 Matus UHLAR - fantomas : > On 08.02.11 17:40, Terry. wrote: >> Can BIND's "file" command referer to more than one zone file? >> For example, >> >>       zone "test.nsbeta.info" { >>            type master; >>            file "a.db"; >>            file "b.db"; >>       }; >> >> When a recor

Re: multi-master with mysql backend

2011-02-08 Thread Terry.
2011/2/8 fddi : > I have considered dlz, but it does mocu more than simply mysql backend and > seems too way complicate for my porpouse. > At hte end I am considering using this mysql-bind: > > http://mysql-bind.sourceforge.net/ > You may read this one of the mailing list archive: https://lists.is

Re: multi-master with mysql backend

2011-02-08 Thread fddi
I have considered dlz, but it does mocu more than simply mysql backend and seems too way complicate for my porpouse. At hte end I am considering using this mysql-bind: http://mysql-bind.sourceforge.net/ do you think ti si a good alternative only for mysql backend propouses ? thank you Riccar

Re: about the file command

2011-02-08 Thread Torinthiel
Dnia 2011-02-08 17:40 Terry. napisał(a): >Hi list, > >Can BIND's "file" command referer to more than one zone file? >For example, > > zone "test.nsbeta.info" { > type master; > file "a.db"; > file "b.db"; > }; > >When a record doesn't exist in a.db, BIND wi

Re: about the file command

2011-02-08 Thread Matus UHLAR - fantomas
On 08.02.11 17:40, Terry. wrote: > Can BIND's "file" command referer to more than one zone file? > For example, > > zone "test.nsbeta.info" { >type master; >file "a.db"; >file "b.db"; > }; > > When a record doesn't exist in a.db, BIND will continue

about the file command

2011-02-08 Thread Terry.
Hi list, Can BIND's "file" command referer to more than one zone file? For example, zone "test.nsbeta.info" { type master; file "a.db"; file "b.db"; }; When a record doesn't exist in a.db, BIND will continue to look for it in b.db. Thanks. __