summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot@culturestrings <root@culturestrings>2020-05-18 08:22:18 +0000
committerroot@culturestrings <root@culturestrings>2020-05-18 08:22:18 +0000
commitcb8550cc0dbe47ceb9f160a61865d97d1912faed (patch)
tree125ccf5e788522ce134d848f01f07d9e738dde29
parent306ed11aedd8c760e21d42f693151ddb89cf24be (diff)
downloadculturestrings-cb8550cc0dbe47ceb9f160a61865d97d1912faed.tar.bz2
culturestrings-cb8550cc0dbe47ceb9f160a61865d97d1912faed.tar.xz
networking: added interface configuration files.
-rw-r--r--public/fs/etc/sysconfig/network/ifcfg-eth06
-rw-r--r--public/fs/etc/sysconfig/network/ifcfg-lo10
-rw-r--r--public/fs/etc/sysconfig/network/ifroute-eth01
3 files changed, 17 insertions, 0 deletions
diff --git a/public/fs/etc/sysconfig/network/ifcfg-eth0 b/public/fs/etc/sysconfig/network/ifcfg-eth0
new file mode 100644
index 0000000..c2fc421
--- /dev/null
+++ b/public/fs/etc/sysconfig/network/ifcfg-eth0
@@ -0,0 +1,6 @@
+BOOTPROTO='dhcp'
+STARTMODE='auto'
+
+IPADDR_0='2a01:4f9:2b:20f0::2/65'
+LABEL_0='ipv6'
+NETMASK_0=''
diff --git a/public/fs/etc/sysconfig/network/ifcfg-lo b/public/fs/etc/sysconfig/network/ifcfg-lo
new file mode 100644
index 0000000..197356d
--- /dev/null
+++ b/public/fs/etc/sysconfig/network/ifcfg-lo
@@ -0,0 +1,10 @@
+# loopback (lo) configuration
+# firewall is firehol
+
+IPADDR=127.0.0.1/8
+NETMASK=255.0.0.0
+NETWORK=127.0.0.0
+STARTMODE=nfsroot
+BOOTPROTO=static
+USERCONTROL=no
+FIREWALL=no
diff --git a/public/fs/etc/sysconfig/network/ifroute-eth0 b/public/fs/etc/sysconfig/network/ifroute-eth0
new file mode 100644
index 0000000..c920ece
--- /dev/null
+++ b/public/fs/etc/sysconfig/network/ifroute-eth0
@@ -0,0 +1 @@
+default fe80::1 - eth0