[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: ifupdown (Ubuntu Precise)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions


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

[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2015-11-09 Thread Stéphane Graber
** Changed in: ifupdown (Ubuntu)
 Assignee: Stéphane Graber (stgraber) => (unassigned)

** Changed in: ifupdown (Ubuntu Precise)
 Assignee: Stéphane Graber (stgraber) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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

[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2014-01-24 Thread Thiago Martins
Ubuntu Server 14.04 (or Debian) definitely needs a much better IPv6
support for ifupdown (or something entirely new), it is very hard to
maintain a huge IPv6-based /etc/network/interfaces files these days...
Basically, no IPv6 Alias or VLANs support for ifupdown...  :-(

I'm trying to install Ubuntu Server 14.04 (or 12.04) in a IPv6-Only
network and it is a pain (Ubuntu Desktop, Windows and Mac works okay)...

IPv6 management is very easy when with Ubuntu Desktop but, when with
Server, it needs much more work to become more admin-friendly. =)

I know that you can have everything of your IPv6 network up and running
using up ip -6 addr add /64 dev $IFACE and etc but, it kills the
purpose of the /etc/network/interfaces file (if you use it just like a
Bash script)...

Long life for Ubuntu / Debian! Lets move to a IPv6-Only-World guys!!
IPv4 is a thing of the past...=P

Best,
Thiago

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2013-11-01 Thread Mike de Rhino
Any news on 12.04 LTS ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2013-03-12 Thread Steve Langasek
Canonical IS reports that they're still encountering this issue with
Ubuntu 12.04, even though the Debian bug was fixed in 0.7~alpha4 and
12.04 shipped with 0.7~beta2ubuntu8.  Stéphane, can you take a closer
look at this please?  David (added to bug subscription) can help with
any details needed for reproducing.

** Changed in: ifupdown (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: ifupdown (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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

[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2013-03-12 Thread David Ames
With netowork manager disabled and with an /etc/network/interfaces file
that looks like this:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 10.0.0.100
netmask 255.255.255.0
gateway 10.0.0.1

auto eth0:1
iface eth0:1 inet6 static
address 2001:db8::100
netmask 64
gateway 2001:db8::1


I get the following error when tyring to bring up an aliased interface

$ sudo ifup eth0:1
error: net.ipv6.conf.eth0:1.autoconf is an unknown key
Failed to bring up eth0:1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2013-03-12 Thread Stéphane Graber
Moving the bug back to fix-released. I confirmed that the config above works as 
expected on 13.04.
I opened a separate task for 12.04.

** Also affects: ifupdown (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: ifupdown (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: ifupdown (Ubuntu Precise)
   Status: New = Triaged

** Changed in: ifupdown (Ubuntu Precise)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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

[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2013-03-12 Thread Stéphane Graber
I also tested on quantal and get the same result as with raring.
So this issue is 12.04 specific. I'll have to figure out exactly which bits we 
need to cherry-pick to fix that one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2012-11-16 Thread Bug Watch Updater
** Changed in: ifupdown (Debian)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2012-06-28 Thread Stéphane Graber
According to Debian it's been merged in January, so we should have the
fix in Ubuntu at the moment.

** Changed in: ifupdown (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2012-01-11 Thread Trent Lloyd
There is not ifupdown interface for doing multiple addresses without an
alias.  Aliases do work, even with IPv6.  There is a patch in the debian
bug to support it.


However, the worst part about this bug is if you do

ifdown eth0:1


With an IPv6 stanza configured, it downs the entire interface, including IPv4.  
This caused a production server outage for me and is likely to catch people out.

In my opinion that is a much more critical bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2012-01-11 Thread Bug Watch Updater
** Changed in: ifupdown (Debian)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/508996/+subscriptions

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2011-02-22 Thread J Queiroz
You should need no interface aliases on IPv6, as IPv6 provides for an
interface to have more than one address.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

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



[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2011-02-22 Thread Mark A. Ziesemer
In response to comment #1, isn't that contradictory?  Is there something
specific within IPv6 that didn't exist in IPv4, as IPv4 also allowed an
interface to be assigned multiple addresses?  If aliases aren't
necessary, how can multiple addresses (either IPv4 and IPv6 or multiple
IPv6) be assigned through /etc/network/interfaces?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2010-12-07 Thread Bug Watch Updater
** Changed in: ifupdown (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

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


[Bug 508996] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

2010-12-03 Thread Kenyon Ralph
** Bug watch added: Debian Bug tracker #360155
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=360155

** Also affects: ifupdown (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=360155
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508996

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6 alias

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