[Kloxo] Fix error: Alert: no_ip_address
- Edit file ifcfg-eth0:
[root@hostname ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
Addding the missing lines :Mã:#### # eth0 default configuration # DEVICE="eth0" BOOTPROTO="dhcp" IPV6INIT="yes" IPV6_AUTOCONF="yes" ONBOOT="yes" TYPE="Ethernet"
- Restart Network:Mã:IPADDR=123.456.789.123 NETMASK=255.255.255.0 GATEWAY=123.456.789.1
[root@hostname ~]# service network restart