- 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
- Edit file konfigurasi default gateway yang ada pada folder /etc/syconfig
[root@localhost network-scripts]# cd /etc/sysconfig [root@localhost sysconfig]# vi network
isikan dengan skrip berikut ini
NETWORKING=yes HOSTNAME=localhost.localdomain GATEWAY=192.168.1.1simpan dan keluar dengan menggunakan :wq
- Edit file resolv.conf yang digunakan untuk menyimpan data DNS
[root@localhost network-scripts]#cd /etc/ [root@localhost etc]# vi resolv.conf
Kemudian isikan dengan skrip berikut ini
nameserver 192.168.1.1 nameserver 202.134.0.155
Simpan dan keluar dengan menggunakan :wq
- Restart network.
[root@localhost etc]#/etc/init.d/network restart
No comments:
Post a Comment