Public bug reported:

when you need to listen your computer on more ip (static) addresses

you must do that

sudo apt-get purge network-manager network-manager-gnome
gksu gedit /etc/network/interfaces and change contento to:

auto lo 
iface lo inet loopback 

auto eth0 
iface eth0 inet static 
        address 192.168.2.5 
        netmask 255.255.255.0 
        broadcast 192.168.2.255 
        gateway 192.168.2.1 

auto eth0:1 
iface eth0:1 inet static 
        address 192.168.2.6 
        netmask 255.255.255.0 
        broadcast 192.168.2.255 
        gateway 192.168.2.1 

sudo /etc/init.d/networking restart
ifconfig

 (that's works on ubuntu 11.04 and previos versions)
but at ubuntu 11.10 and 12.04 it works with error

at every boot computer writtes Waiting 60 second to network settings

and after 2 minutes computer boots well (with both IP addresses)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager (not installed)
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Feb 14 09:07:39 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: network-manager (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  more ip addresses on single card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/931915/+subscriptions

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

Reply via email to