Bug 466294 - Static networking doesn't work after fresh installation
Summary: Static networking doesn't work after fresh installation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-09 16:03 UTC by Adam Tkac
Modified: 2013-04-30 23:41 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-10 00:57:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Adam Tkac 2008-10-09 16:03:50 UTC
Description of problem:
I installed fresh F10 system with static network configuration (I used F9 netinst ISO for installation start and selected NFS method and used F10 tree). Installation was successfull but after reboot machine was unreachable.

Version-Release number of selected component (if applicable):
anaconda-11.4.1.44-1.x86_64

How reproducible:
always

Steps to Reproduce:
1. Install F10 machine with static network configuration
2. reboot it after install
3. try ping it
  
Actual results:
machine unreachable

Expected results:
networking works fine

Additional info:
Problem is due NetworkManager - AFAIK it doesn't support static networking. There should be "NM_CONTROLLED=no" option in network device configuration file and "network" service enabled.

Comment 1 David Cantrell 2008-10-10 00:57:53 UTC
(In reply to comment #0)
> Description of problem:
> I installed fresh F10 system with static network configuration (I used F9
> netinst ISO for installation start and selected NFS method and used F10 tree).
> Installation was successfull but after reboot machine was unreachable.
> 
> Version-Release number of selected component (if applicable):
> anaconda-11.4.1.44-1.x86_64
> 
> How reproducible:
> always
> 
> Steps to Reproduce:
> 1. Install F10 machine with static network configuration
> 2. reboot it after install
> 3. try ping it
> 
> Actual results:
> machine unreachable
> 
> Expected results:
> networking works fine

I just did an NFS install with a static network configuration.  The install completely successfully and the static network configuration parameters were present on the system when it rebooted.

> Additional info:
> Problem is due NetworkManager - AFAIK it doesn't support static networking.
> There should be "NM_CONTROLLED=no" option in network device configuration file
> and "network" service enabled.

NetworkManager is what we are enabling in anaconda from now on.  The installer will not offer the ability to select the 'network' service over NetworkManager.  The NetworkManager service can handle static and dynamic interface configurations, even a mix of the two.  The nm-system-settings daemon starts up and reads the ifcfg-ethX files, which is how my interface was configured on reboot after I just completed the install.

Make sure your installs are installing NetworkManager on the system.  If you do not want to use NetworkManager, your only option during installation is to handle that through kickstart.  You can enable the network service and configure your interfaces the old way, but only when doing a kickstart install.  The interactive installer will not offer that option to you.


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