RHEL6 の network-scriptsにおける NM_CONTROLLED=yes/no は何を示していますか?
Issue
- /etc/sysconfig/network-scripts/ifcfg-ethN ファイルの NM_CONTROLLED 行は何を示していますか?
- この行を削除しても問題はありませんか?
- 以下は、新規インストール後の ifcfg-eth0 の例です。
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
BOOTPROTO="static"
GATEWAY="192.168.0.1"
HWADDR="00:11:22:33:44:56"
IPADDR="192.168.0.10"
NETMASK="255.255.255.0"
NM_CONTROLLED="yes"
ONBOOT="yes"
Environment
- Red Hat Enterprise Linux 6 (RHEL6)
- NetworkManager
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.