aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/radvd/radvd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/files/radvd/radvd.conf')
-rw-r--r--roles/space_server/files/radvd/radvd.conf69
1 files changed, 0 insertions, 69 deletions
diff --git a/roles/space_server/files/radvd/radvd.conf b/roles/space_server/files/radvd/radvd.conf
deleted file mode 100644
index 9f994a3..0000000
--- a/roles/space_server/files/radvd/radvd.conf
+++ /dev/null
@@ -1,69 +0,0 @@
-# Wired
-interface lan11 {
- AdvSendAdvert on;
- MinRtrAdvInterval 3;
- MaxRtrAdvInterval 6;
- AdvLinkMTU 1500;
- RDNSS 2a01:4262:1ab:: {};
-
- prefix 2a01:4262:1ab:b::/64 {
- #AdvValidLifetime 0;
- #AdvPreferredLifetime 0;
- };
-};
-
-# Private Wifi
-interface lan12 {
- AdvSendAdvert on;
- MinRtrAdvInterval 3;
- MaxRtrAdvInterval 6;
- AdvLinkMTU 1500;
- RDNSS 2a01:4262:1ab:: {};
-
- prefix 2a01:4262:1ab:c::/64 {
- #AdvValidLifetime 0;
- #AdvPreferredLifetime 0;
- };
-};
-
-# Free Wifi
-interface lan13 {
- AdvSendAdvert on;
- MinRtrAdvInterval 3;
- MaxRtrAdvInterval 6;
- AdvLinkMTU 1500;
- RDNSS 2a01:4262:1ab:: {};
-
- prefix 2a01:4262:1ab:d::/64 {
- #AdvValidLifetime 0;
- #AdvPreferredLifetime 0;
- };
-};
-
-# Password Protected Wifi
-interface lan14 {
- AdvSendAdvert on;
- MinRtrAdvInterval 3;
- MaxRtrAdvInterval 6;
- AdvLinkMTU 1500;
- RDNSS 2a01:4262:1ab:: {};
-
- prefix 2a01:4262:1ab:e::/64 {
- #AdvValidLifetime 0;
- #AdvPreferredLifetime 0;
- };
-};
-
-# NAT64 Wifi
-interface lan15 {
- AdvSendAdvert on;
- MinRtrAdvInterval 3;
- MaxRtrAdvInterval 6;
- AdvLinkMTU 1500;
- RDNSS 2a01:4262:1ab:: {};
-
- prefix 2a01:4262:1ab:f::/64 {
- #AdvValidLifetime 0;
- #AdvPreferredLifetime 0;
- };
-};