Chinese comments for common Nic parameters in CentOS Configuration
File:/etc/sysconfig/network-scripts/ifcfg-CardName
The following values are common in all basic configuration files:
* DEVICE = name. Here the name is the name of the physical DEVICE (unless a ppp device is dynamically allocated, its name is "logical name ".
* IPADDR = addr. Here addr is the IP address.
* NETMASK = mask. Here, the mask is the network mask.
* NETWORK = addr. Here, addr is the NETWORK address.
* BROADCAST = addr. Here, addr is the BROADCAST address.
* GATEWAY = addr. Here, addr is the GATEWAY address.
* ONBOOT = answer. Here, answer takes one of the following values:
. Yes -- the device will be activated during boot.
. No -- this device is not activated during boot.
* USERCTL = answer. Here, answer takes one of the following values:
. Yes -- Non-root users can control the device.
. No -- Non-root users are not allowed to control the device.
* BOOTPROTO = proto, where proto takes one of the following values:
. None -- protocol when no boot is used.
. Bootp -- use the bootp protocol.
. Dhcp-use the dhcp protocol.