Comment 2 for bug 94730

Revision history for this message
Max (maxter) wrote : Re: [Bug 94730] Re: only one ethernet is configured if more are present

Brian Murray ha scritto:
> Thanks for taking the time to report this bug and helping to make Ubuntu
> better. Could you please add the contents of your
> '/etc/network/interfaces' file? Thanks in advance.
>
> ** Changed in: netbase (Ubuntu)
> Assignee: (unassigned) => Brian Murray
> Status: Unconfirmed => Needs Info
>

this is my '/etc/network/interfaces'

----

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.153.223
netmask 255.255.255.0
gateway 192.168.153.210

autho eth1
iface eth1 inet static
address 192.168.153.27
netmask 255.255.255.0

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

------

i tried also disabling all the interfaces not present in my hardware,
but nothing changed.

i found the bug installing feisty from a dist-upgrade from edgy.
then i tried a fresh install from the daily-live cd 20070320, but the
problem was still present.