Bug 1126389 - Can't setup ipv6 without NM
Summary: Can't setup ipv6 without NM
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lukáš Nykrýn
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-04 10:15 UTC by Mikhail
Modified: 2015-05-29 13:39 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-29 13:39:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.