Re: Modify a Response

2015-03-30 Thread Mark Andrews
In message <414894318.116463.1427511030206.javamail.ya...@mail.yahoo.com>, John Selva writes: > > Thanks Mark for your response. Actually, I tried to access the example > but I couldn't locate geoip directory. What I really want is to modify > the C file that is related to the response action bec

Re: compile and install from source

2015-03-30 Thread @lbutlr
On Mar 30, 2015, at 2:30 AM, Matthew Seaman wrote: > On 03/30/15 00:35, @lbutlr wrote: >> Downloaded and compiled bind-9.9.7 (FreeBSD 8.4-RELEASE) and it built fine >> (./configure && make && make install). > > On FreeBSD, building software out of the ports is definitely > recommended. It does

Re: zone not updating

2015-03-30 Thread Barry Margolin
In article , Lucio Crusca wrote: > Hello all, > > I have a Bind9 server which is master for several zones, one of those is > hcvalchisone.net. Here is the relevant part of its db file: > > ; > ; BIND data file for hcvalchisone.net > ; > $TTL3600 > @ IN SOA hcvalchisone.net.

Re: compile and install from source

2015-03-30 Thread Kevin Oberman
On Mon, Mar 30, 2015 at 12:41 PM, Mathieu Arnold wrote: > > > +--On 30 mars 2015 19:12:30 +0200 Daniel Ryslink > wrote: > | > That's not true, it's just not enabled by default, because it is a > | mess to > | > get *right* when migrating from {8,9} to 10. > | > | On the contrary, see the FreeB

Re: zone not updating

2015-03-30 Thread Lucio Crusca
> Dumb question of the day: does this zone also handle DHCP > entries? No, it doesn't. > I ask because I am wondering if you need to use rndc > freeze/thaw. Er... I don't know what rndc freeze/thaw even is... ___ Please visit https://lists.is

Re: zone not updating

2015-03-30 Thread Jeremy C. Reed
On Mon, 30 Mar 2015, Lucio Crusca wrote: > @ IN NS ns0.virtual-bit.com. > @ IN NS ns1.virtual-bit.com. ... > propagating, but still nothing changed. If you query the NS for the > www record, it replies with the new and correct IP address > (136.243.232.141), but if

Re: zone not updating

2015-03-30 Thread Mauricio Tavares
On Mon, Mar 30, 2015 at 4:37 PM, Lucio Crusca wrote: > Hello all, > > I have a Bind9 server which is master for several zones, one of those is > hcvalchisone.net. Here is the relevant part of its db file: > > ; > ; BIND data file for hcvalchisone.net > ; > $TTL3600 > @ IN SOA hc

zone not updating

2015-03-30 Thread Lucio Crusca
Hello all, I have a Bind9 server which is master for several zones, one of those is hcvalchisone.net. Here is the relevant part of its db file: ; ; BIND data file for hcvalchisone.net ; $TTL3600 @ IN SOA hcvalchisone.net. info.hcvalchisone.net. ( 20

Re: compile and install from source

2015-03-30 Thread Mathieu Arnold
+--On 30 mars 2015 19:12:30 +0200 Daniel Ryslink wrote: | > That's not true, it's just not enabled by default, because it is a | mess to | > get *right* when migrating from {8,9} to 10. | | On the contrary, see the FreeBSD 10 release notes: | | https://www.freebsd.org/releases/10.0R/announce

Re: compile and install from source

2015-03-30 Thread Daniel Ryslink
> That's not true, it's just not enabled by default, because it is a mess to > get *right* when migrating from {8,9} to 10. On the contrary, see the FreeBSD 10 release notes: https://www.freebsd.org/releases/10.0R/announce.html Quote: "- Unbound has been imported to the base system as the loc

Re: compile and install from source

2015-03-30 Thread Mathieu Arnold
+--On 30 mars 2015 16:46:36 +0200 Daniel Ryslink wrote: | In 8.4., the default chroot for BIND is /var/named, you might want to use | that. Please not that in FreeBSD 10, BIND is removed from system and | replaced with Unbound as the default resolver, and the chroot in | /var/named is gone, you ha

Re: compile and install from source

2015-03-30 Thread Daniel Ryslink
Prefered procedure: 1) Install the ports collection via "portsnap fetch" and then "portsnap extract" (or "portsnap update" if already installed) 2) Go to /usr/ports/dns/bind99 and type "make install" Please note that after installing, you will have two versions of BIND on your system: - the

Re: compile and install from source

2015-03-30 Thread Mathieu Arnold
+--On 29 mars 2015 17:35:09 -0600 @lbutlr, krem...@kreme.com wrote: | Downloaded and compiled bind-9.9.7 (FreeBSD 8.4-RELEASE) and it built | fine (./configure && make && make install). What does the port version not do that you need ? | If I try to start named (service named start), it starts th

Re: compile and install from source

2015-03-30 Thread Jeremy C. Reed
On Sun, 29 Mar 2015, INVALID_ADDRESS wrote: > named_conf="/etc/namedb/named.conf" # Path to the configuration file ... > So I changed the path (in /etc/rc.conf) to /usr/local/sbin/named > > But now I get: > > $ /etc/rc.d/named start > Starting named. > /etc/rc.d/named: WARNING: failed to star

Re: compile and install from source

2015-03-30 Thread Matthew Seaman
On 03/30/15 00:35, @lbutlr wrote: > Downloaded and compiled bind-9.9.7 (FreeBSD 8.4-RELEASE) and it built fine > (./configure && make && make install). On FreeBSD, building software out of the ports is definitely recommended. It does the usual configure and make dance, but you also get the benef