From eb4e17b27178aa3d145496a3cf60eaab8c2a2714 Mon Sep 17 00:00:00 2001 From: Ansible Admin Date: Mon, 11 Jul 2016 19:44:11 +0200 Subject: [PATCH] New IPv6 net to SN #4,#5,#7 --- files/bird6-troisdorf4.conf | 2 +- files/bird6-troisdorf6.conf | 2 +- files/bird6-troisdorf7.conf | 2 +- files/interfaces-troisdorf4 | 2 +- files/interfaces-troisdorf6 | 2 +- files/interfaces-troisdorf7 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/bird6-troisdorf4.conf b/files/bird6-troisdorf4.conf index 08566f9..570e6fa 100644 --- a/files/bird6-troisdorf4.conf +++ b/files/bird6-troisdorf4.conf @@ -42,7 +42,7 @@ return net ~ [ fc00::/7{48,64}, } filter hostroute { - if net ~ 2a03:2260:121::/48 then accept; + if net ~ 2a03:2260:121:4000::/52 then accept; reject; } diff --git a/files/bird6-troisdorf6.conf b/files/bird6-troisdorf6.conf index 944c19d..2ad3a69 100644 --- a/files/bird6-troisdorf6.conf +++ b/files/bird6-troisdorf6.conf @@ -44,7 +44,7 @@ return net ~ [ fc00::/7{48,64}, } filter hostroute { - if net ~ 2a03:2260:121::/48 then accept; + if net ~ 03:2260:121:6000::/52 then accept; reject; } diff --git a/files/bird6-troisdorf7.conf b/files/bird6-troisdorf7.conf index b2c0aa0..05f087f 100644 --- a/files/bird6-troisdorf7.conf +++ b/files/bird6-troisdorf7.conf @@ -42,7 +42,7 @@ return net ~ [ fc00::/7{48,64}, } filter hostroute { - if net ~ 2a03:2260:121::/48 then accept; + if net ~ 2a03:2260:121:7000::/52 then accept; reject; } diff --git a/files/interfaces-troisdorf4 b/files/interfaces-troisdorf4 index 995ae25..3784e32 100644 --- a/files/interfaces-troisdorf4 +++ b/files/interfaces-troisdorf4 @@ -9,7 +9,7 @@ iface lo inet loopback up ip address add 185.66.193.104/32 dev lo iface lo inet6 loopback - up ip address add 2a03:2260:121::104/48 dev lo + up ip address add 2a03:2260:121:4000::105/52 dev lo # The primary network interface diff --git a/files/interfaces-troisdorf6 b/files/interfaces-troisdorf6 index 2cfdec5..ceb6352 100644 --- a/files/interfaces-troisdorf6 +++ b/files/interfaces-troisdorf6 @@ -9,7 +9,7 @@ iface lo inet loopback up ip address add 185.66.193.106/32 dev lo iface lo inet6 loopback - up ip address add 2a03:2260:121::106/48 dev lo + up ip address add 2a03:2260:121:6000::105/52 dev lo # The primary network interface diff --git a/files/interfaces-troisdorf7 b/files/interfaces-troisdorf7 index f15278e..a17ba81 100644 --- a/files/interfaces-troisdorf7 +++ b/files/interfaces-troisdorf7 @@ -9,7 +9,7 @@ iface lo inet loopback up ip address add 185.66.193.107/32 dev lo iface lo inet6 loopback - up ip address add 2a03:2260:121::107/48 dev lo + up ip address add 2a03:2260:121:7000::105/52 dev lo # The primary network interface