Konfigurasi IP address di Debian Server

By Jaka Kaka → Friday, November 21, 2014


root@jk23:~# nano /etc/network/interfaces

# 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
#Tambahkan seperti dibawah ini, sesuaikan 
auto eth0
iface eth0 inet static
        address 192.168.23.1
        network 192.168.23.0
        netmask 255.255.255.0
        broadcast 192.168.23.255

root@jk23:~# /etc/init.d/networking restart 




No Comment to " Konfigurasi IP address di Debian Server "