Re: how to compile bind 9.10 with --with-libjson option
On 09/08/15 02:31, Leandro wrote: Hi Leandro, > but after install > yum install json-c > it still complains about : > checking for json library... configure: error: include/json{,-c}/json.h > not found. yum install json-c-devel Regards, Anand ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: Access external hosts with internal split DNS resolver
On 8/9/15 12:38 AM, Heiko Richter wrote: Using the same domain with two seperate contents is just bad practice. And when you decide to use DNSSec sometime in the future it will leave your home network inoperable, because the trust delegations won't work anymore. Since the OP is the RP for the mydomain.co.nz zone, wouldn't s/he have access to the ZSK / KSK used externally and thus re-use them internally? I would think that this could be made to work as far as DNSSEC is concerned. (I'm FAR from a DNSSEC expert.) Even if BIND is managing the zone signing for the OP and the internal and external ""views got out of sync with each other, I would think that they would still both validate because they would share the same ZSK (?) in the parent zone (read: registrar). Is this not the case? Consider this me, an ignorant ... asking for an accademic discussion about this (mis)use of ""views. (Yes, I know that I'm abusing the term "view". Though arguably proper views could be used to accomplish the same thing.) -- Grant. . . . unix || die ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: Access external hosts with internal split DNS resolver
Hi Josh, Heiko On 09/08/15 18:38, Heiko Richter wrote: > Am 09.08.2015 um 06:58 schrieb Josh Kuo: > > Add www.mydomain.co.nz to your internal zone, that is one common > > way to deal with it. With BIND you can keep the common records in a > > separate file and use "include" statement to avoid double entry. > > Using the same domain with two seperate contents is just bad practice. > And when you decide to use DNSSec sometime in the future it will leave > your home network inoperable, because the trust delegations won't work > anymore. Thanks very much for your responses, much appreciated. Sounds like creating a home subdomain is the way to go (I've seen this mentioned online), so I'll go down that path. Cheers, Dave -- Dave Koelmeyer http://blog.davekoelmeyer.co.nz GPG Key ID: 0x238BFF87 ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: how to compile bind 9.10 with --with-libjson option
Thanks !!! it compliled now ... still trying to get the json output. http://10.0.0.250:8080 works, but: http://10.0.0.250:8080/json returns No such URL. Im still tryng , thanks On 09/08/15 04:55, Anand Buddhdev wrote: On 09/08/15 02:31, Leandro wrote: Hi Leandro, but after install yum install json-c it still complains about : checking for json library... configure: error: include/json{,-c}/json.h not found. yum install json-c-devel Regards, Anand ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users