I'm having the same problem, right now I fix this with:

-------------------------------------------------------------------
auto eth1
iface eth1 inet6 static
        address 2a00:0f10:010a:0003::2
        netmask 64
        gateway 2a00:0f10:010a:0003::1
        post-up ip -f inet6 addr add 2a00:0f10:010a:0003:7ab9::80 dev eth1
        pre-down ip -f inet6 addr del 2a00:0f10:010a:0003:7ab9::80 dev eth1
        post-up ip -f inet6 addr add 2a00:0f10:010a:0003:7ab9::81 dev eth1
        pre-down ip -f inet6 addr del 2a00:0f10:010a:0003:7ab9::81 dev eth1
        post-up ip -f inet6 addr add 2a00:0f10:010a:0003:7ab9::82 dev eth1
-------------------------------------------------------------------

But that's not really usefull.

-- 
Cant add multiple ipv6 addresses to an interface
https://bugs.launchpad.net/bugs/617978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to