public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Add overrides for RFC1918
@ 2020-10-15 15:27 Michael Tremer
  2020-10-15 15:29 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2020-10-15 15:27 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]

Because of RIPE (or somebody else) adding 192.168.0.0/15, we are
classifying those addresses as EU. This renders whole networks
inaccessible and therefore we are adding those networks with a
faked country until we find a better solution.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 overrides/override-rfc1918.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 overrides/override-rfc1918.txt

diff --git a/overrides/override-rfc1918.txt b/overrides/override-rfc1918.txt
new file mode 100644
index 0000000..768ea92
--- /dev/null
+++ b/overrides/override-rfc1918.txt
@@ -0,0 +1,18 @@
+#
+# override-rfc1918 [.txt]
+#
+# This files contains networks from RFC1918 (and other similar standards)
+# which are added to the database with special attributes
+#
+
+net:				10.0.0.0/8
+descr:				Private address space from RFC1918
+country:			XX
+
+net:				172.16.0.0/12
+descr:				Private address space from RFC1918
+country:			XX
+
+net:				192.168.0.0/16
+descr:				Private address space from RFC1918
+country:			XX
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add overrides for RFC1918
  2020-10-15 15:27 [PATCH] Add overrides for RFC1918 Michael Tremer
@ 2020-10-15 15:29 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-10-15 15:29 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

I just pushed this as a hot fix because we are currently taking down a couple of networks for our users.

Please refer to

  https://bugzilla.ipfire.org/show_bug.cgi?id=12499

and

  https://bugzilla.ipfire.org/show_bug.cgi?id=12501

Best,
-Michael

> On 15 Oct 2020, at 16:27, Michael Tremer <michael.tremer(a)ipfire.org> wrote:
> 
> Because of RIPE (or somebody else) adding 192.168.0.0/15, we are
> classifying those addresses as EU. This renders whole networks
> inaccessible and therefore we are adding those networks with a
> faked country until we find a better solution.
> 
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> overrides/override-rfc1918.txt | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 overrides/override-rfc1918.txt
> 
> diff --git a/overrides/override-rfc1918.txt b/overrides/override-rfc1918.txt
> new file mode 100644
> index 0000000..768ea92
> --- /dev/null
> +++ b/overrides/override-rfc1918.txt
> @@ -0,0 +1,18 @@
> +#
> +# override-rfc1918 [.txt]
> +#
> +# This files contains networks from RFC1918 (and other similar standards)
> +# which are added to the database with special attributes
> +#
> +
> +net:				10.0.0.0/8
> +descr:				Private address space from RFC1918
> +country:			XX
> +
> +net:				172.16.0.0/12
> +descr:				Private address space from RFC1918
> +country:			XX
> +
> +net:				192.168.0.0/16
> +descr:				Private address space from RFC1918
> +country:			XX
> -- 
> 2.20.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-15 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 15:27 [PATCH] Add overrides for RFC1918 Michael Tremer
2020-10-15 15:29 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox