From 9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc Mon Sep 17 00:00:00 2001 From: root@culturestrings Date: May 18 2020 05:59:19 +0000 Subject: networking: added /etc/hostname and /etc/sysctl.conf. --- diff --git a/public/fs/etc/hostname b/public/fs/etc/hostname new file mode 100644 index 0000000..f6d3a1f --- /dev/null +++ b/public/fs/etc/hostname @@ -0,0 +1 @@ +culturestrings diff --git a/public/fs/etc/sysctl.conf b/public/fs/etc/sysctl.conf new file mode 100644 index 0000000..11c0589 --- /dev/null +++ b/public/fs/etc/sysctl.conf @@ -0,0 +1,9 @@ +### +# man 5 sysctl.conf +### + +net.ipv4.ip_forward = 1 +net.ipv6.conf.all.forwarding = 1 + +net.ipv6.conf.all.disable_ipv6 = 0 +net.ipv6.conf.all.disable_ipv6 = 0