From Fedora Project Wiki
(Created page with '== PAGE UNDER CONSTRUCTION == == Network enablement and configuration == Two tasks: * Network '''''enablement''''' for installer - configure and activate one device to be used ...')
 
No edit summary
Line 4: Line 4:


Two tasks:
Two tasks:
* Network '''''enablement''''' for installer - configure and activate one device to be used during installation. It can be configured using boot parameters, kickstart, in loader UI, in text mode UI, or in GUI. User can be prompted to enable network in loader (to fetch kickstart or updates image over network) or later in text UI or GUI (to set up network storage (iscsi, fcoe) or network repository). Additional device can be activated only in GUI, using '''Network Manager Connection Editor''' ('''nm-c-e''') by checking ''Connect Automatically''.
* Network '''''enablement''''' for installer - configure and activate one device to be used during installation. It can be configured using [[Anaconda/Network#boot | boot parameters]], or [[Anaconda/Network#kickstart | kickstart]], or if needed user can be prompted to enable network in [[Anaconda/Network#loader | loader UI]] (when fetching kickstart or [[Anaconda/Updates | updates image]] over network), or in [[Anaconda/Network#text | text mode UI]] and [[Anaconda/Network#gui | GUI]] (to set up network storage (iscsi, fcoe) or network repository). Additional device can be activated only in GUI, using '''NetworkManager Connection Editor''' ('''nm-c-e''') by checking ''Connect Automatically''.
** There is [[Anaconda/Network#ksactivate | a bug]] requiring an option of activation of additional devices in kickstart.
** There is [[Anaconda/Network#ksactivate | a bug]] requiring an option of activation of additional devices in kickstart.
** Once the device is activated, it can't be reactivated with changed configuration (e.g fixed static configuration TODO bz link). I want to offer this possibility in GUI (TODO link)
** Once the device is activated, it can't be reactivated with changed configuration (e.g static configuration with fixed nameserver, see (TODO this bug). I want to offer this possibility in GUI ([[Anaconda/Network/nmapplet |device activation]]). It would also allow to activate/deactivate any device in GUI.
* Target system network '''''configuration'''''. Can be done with kickstart or in GUI using nm-c-e. Undesirably, checking Connect Automatically will activate the device after the configuration is applied. (TODO link). We are not aware of any problems caused by this side effect which is invisible to the user (Anaconda doesn't wait for NetworkManager activating the device), but I can imagine there might be some lurking.
* Target system network '''''configuration'''''. Can be done with kickstart or in GUI using nm-c-e. Undesirably, checking Connect Automatically will activate the device after the configuration is applied. (TODO link). We are not aware of any problems caused by this side effect which is invisible to the user (Anaconda doesn't wait for NetworkManager activating the device), but I can imagine there might be some lurking.


Line 12: Line 12:


== Modes of configuration ==
== Modes of configuration ==
(TODO links)
{{Anchor|boot}}
* boot parameters
* boot parameters
{{Anchor|kickstart}}
* kickstart
* kickstart
* text loader
{{Anchor|loader}}
* stage 2 text
* loader text UI
* stage 2 GUI
{{Anchor|text}}
* text mode UI
{{Anchor|gui}}
* anaconda GUI


== Bugs and issues ==
== Bugs and issues ==
Line 23: Line 27:
* ipv6 fail + ipv4 success
* ipv6 fail + ipv4 success
* stateless dhcp6
* stateless dhcp6
{{Anchor|nmapplet}}
* fixing static configuration
* fixing static configuration
by integration of NetwrokManager applet (TODO link mailing list, link this page)
by integration of NetwrokManager applet (TODO link mailing list, link this page)

Revision as of 15:47, 9 December 2010

PAGE UNDER CONSTRUCTION

Network enablement and configuration

Two tasks:

  • Network enablement for installer - configure and activate one device to be used during installation. It can be configured using boot parameters, or kickstart, or if needed user can be prompted to enable network in loader UI (when fetching kickstart or updates image over network), or in text mode UI and GUI (to set up network storage (iscsi, fcoe) or network repository). Additional device can be activated only in GUI, using NetworkManager Connection Editor (nm-c-e) by checking Connect Automatically.
    • There is a bug requiring an option of activation of additional devices in kickstart.
    • Once the device is activated, it can't be reactivated with changed configuration (e.g static configuration with fixed nameserver, see (TODO this bug). I want to offer this possibility in GUI (device activation). It would also allow to activate/deactivate any device in GUI.
  • Target system network configuration. Can be done with kickstart or in GUI using nm-c-e. Undesirably, checking Connect Automatically will activate the device after the configuration is applied. (TODO link). We are not aware of any problems caused by this side effect which is invisible to the user (Anaconda doesn't wait for NetworkManager activating the device), but I can imagine there might be some lurking.

As you can see, configuration of installer environment and target system is not well separated. It is because in GUI we use nm-c-e for enablement, and we have to use same configuration files for installer and target system configuration.

Modes of configuration

  • boot parameters

  • kickstart

  • loader text UI

  • text mode UI

  • anaconda GUI

Bugs and issues

  • ipv6 fail + ipv4 success
  • stateless dhcp6

  • fixing static configuration

by integration of NetwrokManager applet (TODO link mailing list, link this page)

  • --activate
I have a patch thet would add network --activate option for this purpose.
  • onboot -> activate
  • network storage
  • default of network --device
  • media install and asknetwork?