Bug 448554
| Summary: | undefined default gateway after network installation | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Erik Heckers <erik.heckers> |
| Component: | anaconda | Assignee: | Dave Cantrell <dcantrell> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | nik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-30 03:38:19 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: | 458183 | ||
| Bug Blocks: | |||
|
Description
Erik Heckers
2008-05-27 16:53:06 UTC
I can confirm most of this behaviour when installing from DVD in GUI mode, except the workaround for me is quite different. I configured IPV4 manually and when I boot up the newly installed system, there is no default route, according to "netstat -rn". Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 172.16.72.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 However, unlike in Erik's case, neither commenting out the IPV6_DEFAULTGW line in /etc/sysconfig/network with a "#" or deleting the line entirely solves the problem. For me, I had to add "GATEWAY=172.16.72.254" to my /etc/sysconfig/network-scripts/ifcfg-eth0 script to get the default route to appear after a reboot. I've just done a yum update, and now the original /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth0 as created during the install work fine. |