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.conf68
1 files changed, 68 insertions, 0 deletions
diff --git a/roles/space_server/files/radvd/radvd.conf b/roles/space_server/files/radvd/radvd.conf
new file mode 100644
index 0000000..02749f3
--- /dev/null
+++ b/roles/space_server/files/radvd/radvd.conf
@@ -0,0 +1,68 @@
+# Wired
+interface lan11 {
+ AdvSendAdvert on;
+ MinRtrAdvInterval 3;
+ MaxRtrAdvInterval 6;
+ AdvLinkMTU 1500;
+ RDNSS 2a01:4260:1ab:: {};
+
+ prefix 2a01:4260:1ab:b::1/64 {
+ #AdvValidLifetime 0;
+ #AdvPreferredLifetime 0;
+ };
+};
+
+# Private Wifi
+interface lan12 {
+ AdvSendAdvert on;
+ MinRtrAdvInterval 3;
+ MaxRtrAdvInterval 6;
+ AdvLinkMTU 1500;
+ RDNSS 2a01:4260:1ab:: {};
+
+ prefix 2a01:4260:1ab:c::1/64 {
+ #AdvValidLifetime 0;
+ #AdvPreferredLifetime 0;
+ };
+};
+
+## Free Wifi
+#interface lan13 {
+# AdvSendAdvert on;
+# MinRtrAdvInterval 3;
+# MaxRtrAdvInterval 6;
+# AdvLinkMTU 1500;
+# RDNSS 2a01:4260:1ab:: {};
+#
+# prefix 2a01:4260:1ab:d::1/64 {
+# #AdvValidLifetime 0;
+# #AdvPreferredLifetime 0;
+# };
+#};
+
+# Password protected wifi
+interface lan14 {
+ AdvSendAdvert on;
+ MinRtrAdvInterval 3;
+ MaxRtrAdvInterval 6;
+ AdvLinkMTU 1500;
+ RDNSS 2a01:4260:1ab:: {};
+
+ prefix 2a01:4260:1ab:e::1/64 {
+ #AdvValidLifetime 0;
+ #AdvPreferredLifetime 0;
+ };
+};
+
+interface lan15 {
+ AdvSendAdvert on;
+ MinRtrAdvInterval 3;
+ MaxRtrAdvInterval 6;
+ AdvLinkMTU 1500;
+ RDNSS 2a01:4260:1ab:: {};
+
+ prefix 2a01:4260:1ab:f::1/64 {
+ #AdvValidLifetime 0;
+ #AdvPreferredLifetime 0;
+ };
+};