Bug 51287
| Summary: | Unable to connect to Internet using 8139too card and dhcp router | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | nboric |
| Component: | redhat-config-network | Assignee: | Trond Eivind Glomsrxd <teg> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | roswell | CC: | harald, pknirsch, saint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-08-09 21:08:35 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: | |||
|
Description
nboric
2001-08-09 01:11:31 UTC
Can you try the version of redhat-config-network currently available at ftp://people.redhat.com/pknirsch/ and see if the problem still exists? I just installed it, deleted the old config, created a new one, and the ifcfg-eth0 file generated looks like this: BOOTPROTO=dhcp DEVICE=eth0:0 TYPE=Ethernet ONBOOT=no USERCTL=yes PEERDNS=no When I do ifup eth0 I get: Determning IP information for eth0:0... failed; no link present. Check cable? Get the initscripts as well. I updated initscripts from rawhide, and now I get: Determning IP information for eth0:0... failed Was this an upgrade or fresh install? Is /sbin/dhcpcd installed? Fresh install Yes, /sbin/dhcpcd is installed Then try to turn off 'Device Alias' (:0) support. I think device eth0 is not up. I have an 8139too myself, and mii-tool, which was called by ifup in roswell, gave false diag info for the card: e.g.: /sbin/mii-tool eth1 eth1: 10 Mbit, half duplex, no link This was regardless of the fact that there WAS a link (green light on, on the card), and whether or not I forced 100 Mbit etc on inserting the module (module options) or via the mii-tool itself. See # 51278. initscripts fix this, in rawhide. I wonder if the initscripts nboric has, actually have the change so mii-tool is not used any more. What initscripts do you currently have (rpm -q initscripts)? - initscripts-6.10-1 doesn't work. - initscripts-6.12-1 does work. I have initscripts-6.11-1, wich I got from rawhide. I can't see initscripts-6.12-1 in rawhide, initscripts-6.11-1 is the current version, and it doesn't fix the problem Turning off 'Device Alias' did it. Now I can connect!! What is this feature for? I thought it was for adding "alias eth0 8139too" to modules.conf No, it's for aliases on the same device (for multi-IP web hosting, eg.) and it needs a newer initscripts. |