如果你设置Kloxo的时候出现no_ip_address的提示你可以按照下面步骤修改:
使用编辑器编辑:/etc/sysconfig/network-scripts/ifcfg-eth0
# Configuration for eth0
DEVICE=eth0
BOOTPROTO=none
# This line ensures that the interface will be brought up during boot.
ONBOOT=yes
# eth0 - This is the main IP address.
# The address, netmask and gateway are all necessary.
IPADDR=12.34.56.78 #你的IP地址
NETMASK=255.255.255.0 #子网掩码
GATEWAY=12.34.56.1 #网关
上面是正确的配置,一般出现no_ip_address的提示表明没有最后那一段IP配置文件,添加上去就可以了!!!
如果对linux不熟悉的朋友可以通过kloxo面板的文件编辑器修改……
一般这样设置好,再执行命令:service network restart 重启网络就好了,如果还是不通,重启试一下。