LOMBA BLOG UNY

LOMBA BLOG UNY
Dalam rangka Dies Natalis ke-60 UNIVERSITAS NEGERI YOGYAKARTA

Konfigusari IP ADDRESS di linux debian jessie (ver 8.6.0 i386 DVD)


1. Setting IP Permanen :
# mcedit /etc/network/interfaces

aslinya :
auto lo
 iface lo inet loopback

Tambahkan baris berikut :
auto eth0
 iface eth0 inet static
 address 192.168.0.1
 netmask 255.255.255.0

2. Restart networknya
# service networking restart

3. Cek :
# ifconfig
 atau
# ifconfig eth0
 atau
# ifconfig eth0:0
atau
# ifconfig eth1

Postingan terkait:

Belum ada tanggapan untuk "Konfigusari IP ADDRESS di linux debian jessie (ver 8.6.0 i386 DVD)"

Posting Komentar