- Login dengan user root
- Ubah Script eth0 di folder /etc/sysconfig/network-scripts/
[root@localhost ~]# cd /etc/sysconfig/network-scripts/ [root@localhost network-scripts]# [root@localhost network-scripts]# vi ifcfg-eth0
Kemudian isikan dengan skrip berikut ini :
DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.1.255 IPADDR=192.168.1.50 NETMASK=255.255.255.0 NETWORK=192.168.1.0 ONBOOT=yes TYPE=EthernetSimpan dan keluar dengan menggunakan :wq