[Bug 876829] Re: Oneiric's ifupdown breaks ip aliases
Gareth Bult
876829 at bugs.launchpad.net
Wed Nov 9 13:09:09 UTC 2011
Ok, I tried this patch, improved things slightly but this package still seems heavily broken in terms of impact in the user. Anyone running aliases (I have maybe 50 servers that use aliases) who tries to upgrade to 11.10 is likely to end up with a broken server.
- is there some way we can generate a working fix for this, we're three weeks on from the report date it's an issue that can leave remote servers unreachable.
Specifically, anyone using KVM is likely to have a "br<n>" device.
It's quite common to use aliases for testing, for example "br0:test",
and even with the above patch, "ifdown br0:test" will actually take down
"br0" leaving the machine unreachable.
After applying the above patch, /etc/init.d/networking restart still
does not bring up all aliases, however a subsequent "ifup <alias>" does
.. don't know why this is the case, but it looks like more is required
to make this work.
???
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/876829
Title:
Oneiric's ifupdown breaks ip aliases
Status in “ifupdown” package in Ubuntu:
Triaged
Status in “ifupdown” source package in Oneiric:
Triaged
Status in “ifupdown” source package in Precise:
Triaged
Status in “ifupdown” package in Debian:
New
Bug description:
Using the following /etc/network/interfaces file doesn't create the ip
alias, when the same file works fine in natty and lower:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.122.201
netmask 255.255.255.0
broadcast 192.168.122.255
gateway 192.168.122.1
auto eth0:0
iface eth0:0 inet static
address 10.102.0.200
netmask 255.255.255.0
broadcast 10.102.0.255
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ifupdown 0.7~alpha5.1ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 16:15:53 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110302)
SourcePackage: ifupdown
UpgradeStatus: Upgraded to oneiric on 2011-08-16 (62 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/876829/+subscriptions
More information about the foundations-bugs
mailing list