No, you don't.  NetworkManager is perfectly able to handle this kind of
configuration, you just need to go to the IPv4 tab for a connection and
add the IP addresses.

** Changed in: network-manager (Ubuntu)
       Status: New => Invalid

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

Title:
  more ip addresses on single card

Status in “network-manager” package in Ubuntu:
  Invalid

Bug description:
  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)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to