Bug 188324 - No eth interface numbering, when ONBOOT=no.
Summary: No eth interface numbering, when ONBOOT=no.
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-07 20:51 UTC by Thomas Steudten
Modified: 2014-03-17 02:59 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-05-26 06:27:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Thomas Steudten 2006-04-07 20:51:28 UTC
Description of problem:

On my laptop I've 3 interfaces:
eth0: docking station
eth1: laptop
eth2: wireless

Only eth0 is set to ONBOOT=yes. In docking station everything works as expected.
But without docking station, eth0 from above is not there.
When I boot the system, eth1 is down, that's ok (ONBOOT=no), but
the wireless interface is eth0, because it's down (ONBOOT=no), but the
module is loaded. The wireless interface should be eth2, not eth0, so that
iwlist, iwconfig can be used and the config file is also ifcfg-eth2.
The rename is only done, in ifup, when the ONBOOT is set to yes, but it should
also take place, when the interface is down (ONBOOT=no), so that the interface
numbering is the same like in normal system state. 
Simply check the MAC address and DEVICE name - this should match, independently
if the interface is down or up.

Version-Release number of selected component (if applicable):
initscripts-8.31.1-1

How reproducible:
Use eth0, eth1 and eth2. Only eth0 is ONBOOT=yes.
Remove eth0 and reboot. Now eth2 is eth0, not eth2.

Steps to Reproduce:
1.
2.
3.
  
Actual results:
eth0 is wireless.

Expected results:
eth2 should be the wireless interface.

Additional info:

Comment 1 Bill Nottingham 2006-04-08 03:31:48 UTC
Please try 8.31.2-1 from updates-testing.

Comment 2 Thomas Steudten 2006-04-12 11:21:01 UTC
I tried it, and the interface numbering scheme seems to be ok. Thanks.


Note You need to log in before you can comment on or make changes to this bug.