Pages

Setting IP Address Pada Debian 4.0 Release 7



Pada linux debian 4.0 kernel 2.18 release 7 tidak begitu sulit untuk menyeting IP Addressnya. Tapi kali ini saya akan menyetting IP Addresnya lewat sistem text.
Setelah anda selesai mengintsall debian 4.0 versi text. login terlebih dahulu untuk bisa masuk ke root.
linux : root
password : 12345

setelah itu anda telah masuk ke terminal.

1. masuk ke network interfaces:
linux: vim /etc/network/interfaces
2. kemudian setting IP Address didalmnya:
#This file describes the network interfaces available on your system
#and how to activate them. For more information, see interfaces(5).

# The primary network interface auto eth0

auto eth0
iface eth0 inet static
address 192.168.10.1
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.1
3. setelah distetting keluar dan simpan IP diatas.
4. setelah itu restart ip addressnya
linux: /etc/init.d/networking restart
5. kemudian cek apakah ipnya sudah tersetting atau belum dengan perinta
linux": ifconfig
6. apabila muncul ip sesuai dengan yang kita atur maka telah berhasil
7. good luck

{ 0 comments... read them below or add one }

Posting Komentar