您的位置:首页 > 数据库 > Oracle

Oracle Linux: Error "Missing Or Invalid IPv4 Prefix '0' On Linux Server" (文档 ID 1522095.1)

2015-06-04 19:33 567 查看

转载:Oracle Linux: Error "Missing Or Invalid IPv4 Prefix '0' On Linux Server" (文档 ID 1522095.1)

Applies to:

Linux OS - Version Oracle Linux 5.5 and later

Linux x86-64

Symptoms

Network manager throws an error in /var/log/messages:

nm-system-settings: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth4 ...

nm-system-settings: ifcfg-rh: error: Missing or invalid IP4 prefix '0'

Cause

This issue is caused by Network Manager. One of the network components, 'nm-system-settings' periodically scans the system configuration looking for the events & then alerts the NetworkManager for the same.

Solution

By default, NIC's belong to NetworkManager. Any NIC configuration file not having "NM_CONTROLLED=no" is considered too.

Please add a line to ethernet configuration file under /etc/sysconfig/network-scripts. Eg: In this case, the file should be updated is /etc/sysconfig/network-scripts/ifcfg-eth4

NM_CONTROLLED="no"
And then restart your network.

# service network restart
If the issue still persists, then please try to disable Network Manager as follows:

# service NetworkManager stop

# chkconfig NetworkManager off

NetworkManager is just an interface to manage network and on setting nm_settings will effect the network configuration on the device.

There will not be any impact on disabling NetworkManager on the node. After disabling Network Manger, changes should take effect the next time the system boot.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: