Bug 67005
| Summary: | Cannot configure different PCMCIA network cards differently | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | diego.santacruz | ||||
| Component: | redhat-config-network | Assignee: | Harald Hoyer <harald> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.2 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-02-05 15:14:30 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 67498 | ||||||
| Attachments: |
|
||||||
|
Description
diego.santacruz
2002-06-19 13:53:49 UTC
just make the one ethernet card eth1 and bind it to the MAC address.. see attached snapshot... Created attachment 62704 [details]
snapshot
I cannot make one ethernet card eth1 since it's PCMCIA. If I make one of the cards eth1 (as in snapshot), then it will not come up when I insert it into the PCMCIA slot, since PCMCIA will always give eth0 as the name of the device and hotplug will thus execute "ifup eth0". Then ifup will take the /etc/sysconfig/network-scripts/ifcfg-eth0 config file (which is for the other card). It will notice that the HWADDR does not match, and will try to name eth0 the device with the HWADDR in icfg-eth0, which is not the one that I inserted, so it bails out and the network is not started. I guess that either pcmcia should find a suitable name to give to the inserted interface (in this case eth1) or that ifup should have some mechanism so handle the fact that eth0 can refer to one of a set of interfaces (or something of the like). Packages: kernel-pcmcia-cs-3.1.27-10 initscripts-6.67-1 hotplug-2001_04_24-11 first beta of erratum is available at: ftp://people.redhat.com/harald/redhat-config-network/1.0.1-1/ Most of the bugs reported have been removed, but as in every software change, there could be new bugs introduced. Please report bugs against this with explicitly stating the 1.0.1 version... Thx and please test. Sorry, but now I'm running RedHat 8.0 which has redhat-config-network-1.1.20-1, so I cannot test the change. does it work to assign both devices to eth0? you may also use profiles.. Under RedHat 8.0 it is not possible to assign both devices to eth0, unless they appear under different profiles. Not very user-friendly to have to switch profiles in order to plug another card, but at least there is an option. I think that when it comes to pluggable network cards (such as PCMCIA) it should be possible to bind the configuration to the card (maybe by checking its MAC address) and not to a device name (such as eth0). |