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?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to