aboutsummaryrefslogtreecommitdiffstats
path: root/polystrap/novena/root/etc/sysctl.d/50-ip-forwarding.conf
diff options
context:
space:
mode:
Diffstat (limited to 'polystrap/novena/root/etc/sysctl.d/50-ip-forwarding.conf')
-rw-r--r--polystrap/novena/root/etc/sysctl.d/50-ip-forwarding.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/polystrap/novena/root/etc/sysctl.d/50-ip-forwarding.conf b/polystrap/novena/root/etc/sysctl.d/50-ip-forwarding.conf
new file mode 100644
index 000000000..43598fde6
--- /dev/null
+++ b/polystrap/novena/root/etc/sysctl.d/50-ip-forwarding.conf
@@ -0,0 +1,8 @@
+# Uncomment the next line to enable packet forwarding for IPv4
+# Enable for router, disable for laptop
+#net.ipv4.ip_forward=1
+
+# Uncomment the next line to enable packet forwarding for IPv6
+# Enabling this option disables Stateless Address Autoconfiguration
+# based on Router Advertisements for this host
+#net.ipv6.conf.all.forwarding=1