Kamis, 13 Oktober 2011

Mengatur alamat IP pada linux Debian

Mengatur alamat IP pada linux Debian
Diarsipkan di bawah: Komputer, Tugas ZkuL' — thebecks @ 11:36 am
1). Setting eth0 dan eth1 pada komputer :
# beckz@debian:/$ pico /etc/network/interfaces
Atur IP dengan asumsi “eth0” terhubung ke komputer server dan” eth1” sebagai router untuk client .
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.10.13
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255


auto eth1
iface eth1 inet static
address 192.168.13.13
netmask 255.255.255.0
network 192.168.13.0
broadcast 192.168.13.255
Save dengan mengetik ctrl+x lalu tekan enter
2). Restart network :
# beckz@debian:/$ /etc/init.d/networking restart 
Reconfiguring network interfaces…done.

 Mengatur alamat IP pada linux Debian

keyword :
mengatur alamat ip address, cara mengatur alamat ip address komputer, bagaimana cara mengatur alamat ip, ip address, linux, debian,



0 komentar:

Posting Komentar