[Pkg-utopia-maintainers] Bug#701096: Bug#701096: network-manager: NetworkManager do DHCP of static ipv4 conf in presence of static ipv6 conf

Michael Biebl biebl at debian.org
Thu Feb 21 14:08:20 UTC 2013


retitle 701096 ifupdown plugin doesn't read IPv6 configuration
thanks
On 21.02.2013 14:59, Pablo Rodríguez Fernández wrote:
> Package: network-manager
> Version: 0.9.4.0-10
> Severity: important
> Tags: ipv6
> 
> I configured /etc/network/interfaces with both ipv4 and ipv6 static
> (private)
> ip, but NetworkManager setup only static ipv6, requesting an DHCP ipv4; if I
> comment ipv6 configuration, everything goes right. I reproduced the same
> behaviour with experimental version (0.9.8.0-1).
> 
> This is my interfaces file:
> # interfaces(5) file used by ifup(8) and ifdown(8)
> auto lo
> iface lo inet loopback
> 
> allow-hotplug eth0
> iface eth0 inet static
>     address 192.168.1.3
>     netmask 255.255.255.0
>     gateway 192.168.1.1
>     dns-nameservers 192.168.1.1 8.8.8.8
> 
> #iface eth0 inet6 static
> #    address fc00::13
> #    netmask 124
> #    gateway fc00::11

The ifupdown plugin, which parses /etc/network/interfaces, doesn't have
support for parsing IPv6 specific configuration. So I guess it get's
confused by the "iface eth0 inet6 static" config block.

My suggestion would be, to not use managed=true but instead use the NM
keyfiles plugin to setup your connection.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-utopia-maintainers/attachments/20130221/99a69978/attachment.pgp>


More information about the Pkg-utopia-maintainers mailing list