Re: Named GeoIP just got large

2019-11-07 Thread Ed Greshko
On 11/8/19 1:09 PM, Tim via users wrote: Tim: For instance, your computer could set your clock for you properly, fully automatically, if it knew where you were. Ed Greshko: That, of course, would require a "public IP" address. Potentially doable with IPv6, if it were fully supported. My ISP

Re: Named GeoIP just got large

2019-11-07 Thread Tim via users
Tim: >> For instance, your computer could set your clock for you properly, >> fully automatically, if it knew where you were. Ed Greshko: > That, of course, would require a "public IP" address. Potentially doable with IPv6, if it were fully supported. My ISP doesn't support it, at all. > And, n

Re: Named GeoIP just got large

2019-11-07 Thread Petr Menšík
> On Wed, 2019-11-06 at 18:46 +, Petr Menšík wrote: > > What is "it"? Kindly follow long-standing convention and quote the part > of a message you are responding to. HyperKitty does NOT do this > automatically. > > poc Oh, right, thanks. Overlooked quote button on HyperKitty. This is I was

Re: Named GeoIP just got large

2019-11-06 Thread Patrick O'Callaghan
On Wed, 2019-11-06 at 18:46 +, Petr Menšík wrote: > It should not be deleted. It is packaged contents of usr/share/GeoIP/, just > bind mounted into /var/named/chroot when named-chroot.service is running. As > soon as it stops, it is unmounted. What is "it"? Kindly follow long-standing conven

Re: Named GeoIP just got large

2019-11-06 Thread Petr Menšík
Hi Todd, It should not be deleted. It is packaged contents of usr/share/GeoIP/, just bind mounted into /var/named/chroot when named-chroot.service is running. As soon as it stops, it is unmounted. mount --bind means it does not use more space. It can be a bit confusing, but those files are sti

Re: Named GeoIP just got large

2019-10-18 Thread Ed Greshko
On 10/19/19 10:16 AM, Tim via users wrote: For instance, your computer could set your clock for you properly, fully automatically, if it knew where you were. That, of course, would require a "public IP" address. And, not to mention, even if one has a "public IP" address, what would happen if

Re: Named GeoIP just got large

2019-10-18 Thread Matthew Miller
On Sat, Oct 19, 2019 at 12:46:01PM +1030, Tim via users wrote: > BIND are a waste of time for the average network. I wish we had an > *easy* to control location service for desktops. It's annoying that > any time I look for products online, I get an interstate hardware shop > that I have to custo

Re: Named GeoIP just got large

2019-10-18 Thread ToddAndMargo via users
On 10/18/19 7:16 PM, Tim via users wrote: On Fri, 2019-10-18 at 18:22 -0700, ToddAndMargo via users wrote: I renamed it and rebooted. Named is working normally, so I got away with it. Are you using GeoIP based rules in your named.conf file? No GeoIP can be used to serve different DNS ans

Re: Named GeoIP just got large

2019-10-18 Thread Tim via users
On Fri, 2019-10-18 at 18:22 -0700, ToddAndMargo via users wrote: > I renamed it and rebooted. Named is working normally, > so I got away with it. Are you using GeoIP based rules in your named.conf file? GeoIP can be used to serve different DNS answers to people based on their location. You can

Re: Named GeoIP just got large

2019-10-18 Thread Matthew Miller
On Fri, Oct 18, 2019 at 06:45:31PM -0700, ToddAndMargo via users wrote: > I see nothing about it in named.conf. I wasn't even > aware that they were linked. > > And I certainly see none of the stuff in there: > > Using the GeoIP Features in BIND 9.10 > https://kb.isc.org/docs/aa-01149 Bind is

Re: Named GeoIP just got large

2019-10-18 Thread ToddAndMargo via users
On 10/18/19 6:38 PM, Matthew Miller wrote: On Fri, Oct 18, 2019 at 06:22:28PM -0700, ToddAndMargo via users wrote: /var/named/chroot/usr/share/GeoIP/GeoLite2-City.mmdb [...] I renamed it and rebooted. Named is working normally, so I got away with it. What are you using bind (named) to do? T

Re: Named GeoIP just got large

2019-10-18 Thread Matthew Miller
On Fri, Oct 18, 2019 at 06:22:28PM -0700, ToddAndMargo via users wrote: > >>/var/named/chroot/usr/share/GeoIP/GeoLite2-City.mmdb [...] > I renamed it and rebooted. Named is working normally, > so I got away with it. What are you using bind (named) to do? The GeoIP database is used to resolve (to

Re: Named GeoIP just got large

2019-10-18 Thread ToddAndMargo via users
On 10/18/19 6:10 PM, Tom Horsley wrote: On Fri, 18 Oct 2019 17:56:16 -0700 ToddAndMargo via users wrote: -rw-r--r--. 1 root root 62899374 Oct 8 12:07 /var/named/chroot/usr/share/GeoIP/GeoLite2-City.mmdb I have no /var/named/chroot version of that file, but I do have: -rw-r--r-- 1 root root

Re: Named GeoIP just got large

2019-10-18 Thread Tom Horsley
On Fri, 18 Oct 2019 17:56:16 -0700 ToddAndMargo via users wrote: > -rw-r--r--. 1 root root 62899374 Oct 8 12:07 > /var/named/chroot/usr/share/GeoIP/GeoLite2-City.mmdb I have no /var/named/chroot version of that file, but I do have: -rw-r--r-- 1 root root 61356751 Aug 6 15:31 /usr/share/GeoIP/

Named GeoIP just got large

2019-10-18 Thread ToddAndMargo via users
Hi All, # ls -al /var/named/chroot/usr/share/GeoIP/GeoLite2-City.mmdb -rw-r--r--. 1 root root 62899374 Oct 8 12:07 /var/named/chroot/usr/share/GeoIP/GeoLite2-City.mmdb Just got ~20 times larger. Can I delete it and start over? Many thanks, -T ___