diff options
author | root@culturestrings <root@culturestrings> | 2020-05-18 05:59:19 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-05-18 05:59:19 +0000 |
commit | 9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc (patch) | |
tree | 3e493dd2f0f5d52a9db6e2ea35eb8ca853b23a74 | |
parent | edad08616a2b58536ea2adc6f4534959357b549f (diff) | |
download | culturestrings-9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc.tar.bz2 culturestrings-9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc.tar.xz |
networking: added /etc/hostname and /etc/sysctl.conf.
-rw-r--r-- | public/fs/etc/hostname | 1 | ||||
-rw-r--r-- | public/fs/etc/sysctl.conf | 9 |
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 |