From Fedora Project Wiki

< Tools‎ | NetworkManager

Revision as of 12:43, 18 May 2012 by Pavlix (talk | contribs) (basic SLAAC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NetworkManager supports the IPv6 protocol. IPv6 is typically used in one of the following configurations:

== SLAAC in dual stack

/etc/radvd.conf:

interface eth0 {
    AdvSendAdvert on;
    prefix 2001:db8:1:2::/64 {
    }
}

In this configuration, DNS is done with IPv4.

== SLAAC with RDNSS and DNSSL