Difference between revisions of "WD: Membuat NAS Sederhana"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 24: | Line 24: | ||
dns-search lan | dns-search lan | ||
| + | Di shell lakukan | ||
| + | |||
| + | route add default gw 192.168.0.223 | ||
==Konfigurasi Repository== | ==Konfigurasi Repository== | ||
Revision as of 10:27, 3 February 2015
Sistem Operasi
- Ubuntu Server 14.04
- / = 50 Gbyte (bisa kurang s/d 10-20Gbyte)
- Swap = 1 Gbyte
- SSH di instalasi saat
Konfigurasi Jaringan
Menggunakan IP address statik
vi /etc/network/interfaces
Isi dengan
auto eth0
iface eth0 inet static
address 192.168.0.19
broadcast 192.168.0.255
netmask 255.255.255.0
gateway 192.168.0.223
dns-nameservers 8.8.8.8
dns-search lan
Di shell lakukan
route add default gw 192.168.0.223
Konfigurasi Repository
Update repo
apt-get update