Edit file interfaces pada folder /etc/network/
$ sudo nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.254
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
Save dan keluar lalu edit file resolv.conf yang ada di folder /etc. Sesuaikan dengan DNS ISP yang digunakan.
$ sudo nano /etc/resolv.conf
nameserver 203.130.196.161
Nameserver 202.134.0.155
nameserver 192.168.1.253
Baca juga artikel Tentang Cara Konfigurasi Hostname Ubuntu Server, Cara Konfigurasi Repositori Ubuntu Server dan Cara Konfigurasi proxy Ubuntu Server.
Sumber : Forum Ubuntu Indonesia
Description : Cara Konfigurasi Network Ubuntu Server » Rating : 5.0 » Reviewer : Roy » ItemReviewed : Cara Konfigurasi Network Ubuntu Server
0 comments:
Posting Komentar