30 Nov 2010

Ubuntu Server Part 1

Filled under: , ,

1. KONFIGURASI IP STATIC LINUX UBUNTU SERVER 10.4

  • Konfigurasi IP

#nano /etc/network/interfaces

Interface
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

Setting IP

  • Restart IP

#/etc/init.d/networking restart (atau)
#/etc/init.d/networking reload

Network Linux Interface CLI
  • Cek

#ifconfig eth0

ifconfig

"To Be Continued..."


Posted By Galih Praz08.31

Select Your Language