Bug 1126389

Summary: Can't setup ipv6 without NM
Product: [Fedora] Fedora Reporter: Mikhail <mikhail.v.gavrilov>
Component: initscriptsAssignee: Lukáš Nykrýn <lnykryn>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: jonathan, jpopelka, lnykryn, vpavlin, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-29 13:39:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mikhail 2014-08-04 10:15:32 UTC
Description of problem:
For setup ipv6 on server i use this manual:
http://blog.contabo.com/tutorials/adding-ipv6-connectivity-to-your-server/

# cat /etc/sysconfig/network
# Created by anaconda
NETWORKING_IPV6=yes


# cat /etc/sysconfig/network-scripts/ifcfg-eth0 
# Generated by parse-kickstart
UUID=a2d2232c-c6d2-4ccb-b963-a360dfd3f4c4
DNS2=
DNS1=213.136.95.10
BOOTPROTO=none
DEVICE=eth0
ONBOOT=yes
IPV6INIT=yes
HWADDR=00:50:56:3C:3A:6D
TYPE=Ethernet
IPADDR0=213.136.70.253
PREFIX0=24
GATEWAY0=213.136.70.1
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
NETWORKING_IPV6=yes
IPV6ADDR=2a02:c200:0001:0010:0002:0002:5208:0001/112
IPV6_DEFAULTGW=fe80::1
IPV6_DEFAULTDEV=eth0

IPV6_AUTOCONF=no
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
NAME="System eth0"



ipv4 connection works fine, ipv6 works only if I manual add global scope:
# ip addr add 2a02:c200:1:10:2:2:5208:1/112 dev eth0

But i want make this persistent

Comment 1 Jiri Popelka 2014-08-04 11:57:10 UTC
What does 'ip addr show dev eth0' after reboot show ?

Comment 2 Fedora End Of Life 2015-05-29 12:33:31 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.