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

Reply via email to