aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/radvd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/files/radvd.conf')
-rw-r--r--roles/space_server/files/radvd.conf69
1 files changed, 69 insertions, 0 deletions
diff --git a/roles/space_server/files/radvd.conf b/roles/space_server/files/radvd.conf
new file mode 100644
index 0000000..9f994a3
--- /dev/null
+++ b/roles/space_server/files/radvd.conf
@@ -0,0 +1,69 @@
+# 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;
+ };
+};