From 9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc Mon Sep 17 00:00:00 2001 From: "root@culturestrings" Date: Mon, 18 May 2020 05:59:19 +0000 Subject: networking: added /etc/hostname and /etc/sysctl.conf. --- public/fs/etc/hostname | 1 + public/fs/etc/sysctl.conf | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 public/fs/etc/hostname create mode 100644 public/fs/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 -- cgit v1.2.3