diff options
author | root@culturestrings <root@culturestrings> | 2020-05-18 08:22:18 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-05-18 08:22:18 +0000 |
commit | cb8550cc0dbe47ceb9f160a61865d97d1912faed (patch) | |
tree | 125ccf5e788522ce134d848f01f07d9e738dde29 /public/fs/etc/sysconfig/network | |
parent | 306ed11aedd8c760e21d42f693151ddb89cf24be (diff) | |
download | culturestrings-cb8550cc0dbe47ceb9f160a61865d97d1912faed.tar.bz2 culturestrings-cb8550cc0dbe47ceb9f160a61865d97d1912faed.tar.xz |
networking: added interface configuration files.
Diffstat (limited to 'public/fs/etc/sysconfig/network')
-rw-r--r-- | public/fs/etc/sysconfig/network/ifcfg-eth0 | 6 | ||||
-rw-r--r-- | public/fs/etc/sysconfig/network/ifcfg-lo | 10 | ||||
-rw-r--r-- | public/fs/etc/sysconfig/network/ifroute-eth0 | 1 |
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 |