summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot@culturestrings <root@culturestrings>2020-05-18 05:59:19 +0000
committerroot@culturestrings <root@culturestrings>2020-05-18 05:59:19 +0000
commit9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc (patch)
tree3e493dd2f0f5d52a9db6e2ea35eb8ca853b23a74
parentedad08616a2b58536ea2adc6f4534959357b549f (diff)
downloadculturestrings-9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc.tar.bz2
culturestrings-9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc.tar.xz
networking: added /etc/hostname and /etc/sysctl.conf.
-rw-r--r--public/fs/etc/hostname1
-rw-r--r--public/fs/etc/sysctl.conf9
2 files changed, 10 insertions, 0 deletions
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