
1. KONFIGURASI IP STATIC LINUX UBUNTU SERVER 10.4
Konfigurasi IP
#nano /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
auto eth0
address 192.168.5.1
netmask 255.255.255.0
network 192.168.5.0
broadcast 192.168.5.255
dns-server 192.168.5.1
dns-search tkj1.com
Restart IP
#/etc/init.d/networking restart (atau)
#/etc/init.d/networking reload
Cek
#ifconfig eth0
"To Be Continued..."
...