[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-09-24 Thread Alexander Sack
since network-manager 0.6.5-0ubuntu12 we don't manage any interfaces
configured in /etc/network/interfaces at all.

This should fix this issue as well and prevent any confusion due to
mixed concepts of networ-manager and ifupdown in future.

 - Alexander

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

-- 
Can't configure IP addr's on multiple NICs
https://bugs.launchpad.net/bugs/94068
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-04-08 Thread Tom Verdaat
Have the same problem:

My computer has got 2 regular network cards and a wifi card. Of the
regular cards, one uses DHCP and the other has a static NIC. In Edgy,
NetworkManager let me choose between the DHCP card or a wifi connection
and thus not touching the static card. It worked like a charm. In
Feisty, NetworkManager shows all 3 options and blocks setting the IP
address of the static card at boot or enabling it by switching to it in
GNOME. This renders it useless. NetworkManager was supposed to disregard
connections configured manually in the interfaces file but apparently it
no longer does. This makes it a critical issue for me, forcing me to
manually disable NetworkManager and finding a new wifi roaming solution.

Required solution:

1. automatically enable static NICs as was done before!

2. either have NetworkManager keep its hands off static networks or have
it allow multiple active network connections at the same time (or
preferently enable both solutions!)

-- 
Can't configure IP addr's on multiple NICs
https://bugs.launchpad.net/bugs/94068
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-04-07 Thread Jörg Großhans
I can confirm the bug. I have my internetconnection with Wlan through NM
configured and have a Ethernet Card to. The Ethernet has a static
configuration, the WlanConnection is configured with DHCP. NM alway
connects the Ethernet first, when i want to use Internet i have to
choose the other Network in the NM-Applet. After doing so, the Ethernet
disconnects and i can't use it anymore. Here is my
/etc/network/interfaces:

auto lo
iface lo inet loopback


iface eth0 inet static
address 192.168.2.1
netmask 255.255.255.0

auto eth0

kernel-messages:

[   47.344631] forcedeth.c: Reverse Engineered nForce ethernet driver. Version 
0.59.
[   48.291094] eth0: forcedeth.c: subsystem: 0147b:1c06 bound to :00:04.0
[   80.742962] eth0: no IPv6 routers present

[   60.987154] ath_hal: module license 'Proprietary' taints kernel.
[   60.987922] ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, 
RF2413, RF5413)
[   61.211617] ath_pci: 0.9.4.5 (0.9.3)
[   61.556874] ath_rate_sample: 1.2 (0.9.3)
[  296.488457] ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready
[  312.750645] ath0: no IPv6 routers present

-- 
Can't configure IP addr's on multiple NICs
https://bugs.launchpad.net/bugs/94068
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-04-07 Thread Andreas Roth
I can confirm that this also occurs in my installation:
two NICs and i want to set up them with two different static ips.

auto lo
 iface lo inet loopback
# The primary network interface
auto eth0
 iface eth0 inet static
 address 192.168.1.100
 netmask 255.255.255.0
 gateway 192.168.1.254

auto eth2
 iface eth2 inet static
 address 192.168.42.1
 netmask 255.255.255.0

This is the output of the kernel during boot:
[EMAIL PROTECTED]:~# dmesg | grep eth
[   57.719169] eth0: RealTek RTL8139 at 0xe0846f00, 00:08:54:07:d4:0f, IRQ 16
[   57.719173] eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
[   60.948352] eth1: VIA Rhine II at 0x1d400, 00:0b:6a:cc:81:23, IRQ 18.
[   60.949071] eth1: MII PHY found at address 1, status 0x786d advertising 05e1 
Link 45e1.
[   74.753475] eth2: link up, 100Mbps, full-duplex, lpa 0x45E1
[   75.110357] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[   85.097866] eth2: no IPv6 routers present
[   85.453637] eth0: no IPv6 routers present
[  112.208668] eth2: no IPv6 routers present
[ 3742.385398] eth2: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 3742.702094] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 3752.755541] eth2: no IPv6 routers present
[ 3752.803508] eth0: no IPv6 routers present

As you can see, the Realtek card is eth0 and the VIA card is eth1. But when the 
network is started, the card names are different.
eth0  Link encap:Ethernet  HWaddr 00:0B:6A:CC:81:23
eth2  Link encap:Ethernet  HWaddr 00:08:54:07:D4:0F
Now eth1 is gone and eth2 is the Realtek card and eth0 is the VIA card.

-- 
Can't configure IP addr's on multiple NICs
https://bugs.launchpad.net/bugs/94068
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-04-03 Thread Sebastien Bacher
The interfaces file looks correct, do you have the bug without network-
manager?

-- 
Can't configure IP addr's on multiple NICs
https://launchpad.net/bugs/94068

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


RE: [Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-04-03 Thread swainstm

No, I have uninstalled network-manager and it all works fine. I am perfectly
happy with this, but thought it might be useful for others if I report the
bug??

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Sebastien Bacher
Sent: Friday, 30 March 2007 10:39 PM
To: [EMAIL PROTECTED]
Subject: [Bug 94068] Re: Can't configure IP addr's on multiple NICs

The interfaces file looks correct, do you have the bug without network-
manager?

-- 
Can't configure IP addr's on multiple NICs
https://launchpad.net/bugs/94068

-- 
Can't configure IP addr's on multiple NICs
https://bugs.launchpad.net/bugs/94068
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-04-02 Thread Sebastien Bacher
It is useful, reassigning the bug to network-manager then

** Changed in: network-manager (Ubuntu)
Sourcepackagename: gnome-system-tools => network-manager
 Assignee: Ubuntu Desktop Bugs => (unassigned)
   Status: Needs Info => Unconfirmed

-- 
Can't configure IP addr's on multiple NICs
https://bugs.launchpad.net/bugs/94068
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-03-27 Thread Tolan Blundell
I have the same problem with a manual configuration and 2 nics on
separate networks.

The following started working after uninstalling network-manager

auto lo
iface lo inet loopback

# The primary network interface

auto eth0
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255


auto eth1
iface eth1 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 4.2.2.2
post-up /etc/init.d/firestarter restart
post-up echo `/bin/date` > /home/tolan/last_firewall_renew
post-up /usr/sbin/ddclient

-- 
Can't configure IP addr's on multiple NICs
https://launchpad.net/bugs/94068

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-03-23 Thread swainstm
Bellow is  the interfaces file from 1 machine. I have tried things like :-
* making every NIC have different class C.
* auto eth? above cooresponding "iface eth?..." statements

interafaces file :-

[EMAIL PROTECTED]:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback


iface eth0 inet static
address 192.168.10.8
netmask 255.255.255.0
gateway 192.168.10.1


iface eth1 inet static
address 192.168.107.2
netmask 255.255.255.252


iface eth2 inet static
address 192.168.107.5
netmask 255.255.255.252

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

auto eth0

auto eth2

auto eth1

-- 
Can't configure IP addr's on multiple NICs
https://launchpad.net/bugs/94068

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-03-22 Thread Sebastien Bacher
Thank you for your bug. Could you attach the /etc/network/interfaces
after configuring your network?

** Changed in: gnome-system-tools (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
Can't configure IP addr's on multiple NICs
https://launchpad.net/bugs/94068

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


[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-03-21 Thread Laurent Bonnaud
** Changed in: Ubuntu
Sourcepackagename: None => gnome-system-tools

-- 
Can't configure IP addr's on multiple NICs
https://launchpad.net/bugs/94068

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