network - LCFG network component
This component configures the /etc/sysconfig/network-scripts configuration files and /etc/hosts.
This resource, if set to yes, stops the object from making any configuration changes when the start method is invoked. This is handy for portables where the run method is user invoked to make configuration changes.
A list of ethernet interface names. Each interface must have the following tagged resources.
This resource specifies the hostname for this interface.
This resource specifies the ether device for this interface. The default value of auto indicates that the ether device is set to the tag key interface.
This resource is used when configuring VLAN interfaces to identify the physical device associated with this VLAN interface.
This resource specifies the IP address for this interface. The default value of auto indicates that the component should attempt to resolve the IP address from then hostname for this interface. If this resource is set to DHCP the interface is configured to use DHCP.
This resource specifies the netmask for this interface.
This resource specifies the network for this interface. The default value of auto indicates that the component should derive the network from the IP address. A class C address is currently assumed.
This resource specifies the broadcast address for this interface. The default value of auto indicates that the component should derive the broadcast address from the IP address. A class C address is currently assumed.
This resource specifies whether this interface should be configured at boot time. The default value is "yes".
This resource specifies whether a new interface should be brought up manually by the network component. This is useful when a machine is already booted and running and you want the new interface to be brought up automatically. The default value is "no".
This resource specifies whether this interface should be taken down automatically by the network component if the associated resources are removed. The default value is "no".
This resource specifies which form of hostname is entered into the /etc/hosts file. The value full specifies that the fully qualified name should be entered, while the value short specifies that just the simple hostname should be entered. Both values can be specified, with order being significant.
This resource, if set to yes, will identify this interface as a VLAN interface.
This resource can be used to hardwire a particular network card to an interface. This is required for multi-homed machines.
This resource, if set, indicates that this particular interface is a slave of a bonding interface. The value specifies the master bonding interface (eg bond0).
This resource can be used to enable ethernet header reordering for the given interface.
This resource, if set to yes, will cause dhclient to become a daemon rather than exiting if it can't get an IP address. It has no effect unless ipaddr_interface is set to DHCP
This resource can be used to define the type of the interface. The only currently supported value is Bridge.
This resource, if set, indicates that this particular interface is a child of a bridge interface. The value specifies the bridge interface (eg br0).
This resource can be used to override the default VLAN interface naming scheme.
A list of additional entries for the /etc/hosts file. Each entry should have the form hentry_tag.
The value for the /etc/hosts entry denoted by tag.
A list of gateways for this machine. The actual gateway used will be chosen randomly from this list.
The ethernet interface to use to communicate to the default gateway.
This resource specifies whether changes to /etc/hosts should trigger a reboot. The default value is "yes".
This resource specifies whether changes to ifcfg files should trigger a reboot. The default value is "yes".
This component supports the LCFG monitoring system, and contains additional hooks to enable monitoring by the Nagios engine.
The Nagios monitoring of the network component is performed by a "passive check" where the monitored service "checks in" with the Nagios service on a periodic basis; this check is performed by the /usr/sbin/check_network script (usually called by cron). Currently, the only aspect of the network component that is monitored is bonded ethernet interfaces.
Indicates to which Nagios server the network checks should report.
Indicates to the Nagios service how long to wait after the last successful report before flagging a problem. The value is in seconds.
The kerberos identity used in communications with Nagios.
If specified, the filename of the udev persistent network interface mapping file to be configured by the component. Needed for SL6 and onwards to tie particular network interfaces to eth{n} names.
These resources are for the internal working of the system and aren't expected to be modified.
The location of the kerberos keytab holding the credentials to be used to communicate with the Nagios service.
Fedora3, Fedora5, Fedora6, Scientific5, Fedora12, Fedora13
Alastair Scobie <ascobie@inf.ed.ac.uk>