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/ifcfg-eth0 | |
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/ifcfg-eth0')
-rw-r--r-- | public/fs/etc/sysconfig/network/ifcfg-eth0 | 6 |
1 files changed, 6 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='' |