Public bug reported:

when you need user more than one ip addresses on single network card

you must set more static ip addresses like this

# remove manager, because didn't work with statis settings AND IT DIDN'T SETUP 
MORE IP ADDRESSES
sudo apt-get purge network-manager network-manager-gnome
gksu gedit /etc/network/interfaces
# and chage code like this

auto lo 
iface lo inet loopback 

auto eth0 
iface eth0 inet static 
        address 192.168.2.4 
        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.20 
        netmask 255.255.255.0 
        broadcast 192.168.2.255 
        gateway 192.168.2.1 

sudo /etc/init.d/networking restart
ifconfig

result will bee, that network will be doing well and on both ip
addresses

but ubuntu wil boot about 2 minutes... because it probably tryes to
execute UNINSTALLED manager

see enclosure

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager 0.9.2.0+git201201101813.0b30200-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-10.18-generic-pae 3.2.1
Uname: Linux 3.2.0-10-generic-pae i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
CRDA: Error: [Errno 2] Adresář nebo soubor neexistuje
Date: Fri Feb 17 13:04:05 2012
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Alpha i386 
(20120126)
IpRoute:
 default via 10.0.2.2 dev eth1  proto static 
 10.0.2.0/24 dev eth1  proto kernel  scope link  src 10.0.2.15  metric 1 
 169.254.0.0/16 dev eth1  scope link  metric 1000
IwConfig:
 lo        no wireless extensions.
 
 eth1      no wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 PATH=(custom, no user)
 LANG=cs_CZ.UTF-8
 SHELL=/bin/bash
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME                      UUID                                   TYPE          
    TIMESTAMP    TIMESTAMP-REAL                     AUTOCONNECT   READONLY   
DBUS-PATH                                 
 Wired connection 1        9aced996-6c9e-4c0b-b4bd-1c53b4b7cc41   
802-3-ethernet    1329480041   Pá 17. únor 2012, 13:00:41 CET     yes           
no         /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE     TYPE              STATE         DBUS-PATH                           
       
 eth1       802-3-ethernet    connected     
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING         VERSION    STATE           NET-ENABLED   WIFI-HARDWARE   WIFI  
     WWAN-HARDWARE   WWAN      
 running         0.9.3.0    connected       enabled       enabled         
enabled    enabled         disabled

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  more ip addresses on single network card

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

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

Reply via email to