Assalamu'alaikum Wr.Wb
- Pendahuluan
- Pengertian
- Latar belakang
- Maksud dan tujuan
- Alat dan bahan
VM
- Jangka waktu yang dibutuhkan
- proses tahapan
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.33.2
netmask 255.255.255.0
network 192.168.33.0
broadcast 192.168.33.1
gateway 192.168.33.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.33.1
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.33.2
netmask 255.255.255.0
network 192.168.33.0
broadcast 192.168.33.1
gateway 192.168.33.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.33.1
2. Setting Repository :
dan silahkan masukkan iso debian dengan perintah #add cdrom
lalu dibagian atas klik "Device" lalu pilih "Optical device" kemudian semua iso debian 1-3 dengan bergantian / satu persatu .
Setelah itu Pastikan hostname sudah disetting dengan benar :
Cek :
# hostname
# hostname -f
Hasilnya harus sama.
Cara setting :
Misal hostnamenya satriyo.net
# echo satriyo.net > /etc/hostname
# /etc/init.d/hostname.sh start
Cek :
# hostname
# hostname -f
Hasilnya harus sama.
Cara setting :
Misal hostnamenya satriyo.net
# echo satriyo.net > /etc/hostname
# /etc/init.d/hostname.sh start
4. Konfigurasi locales :
# dpkg-reconfigure locales
# dpkg-reconfigure locales
5. Setting waktu server agar sinkron
Install NTP Server
# apt-get install ntp
Install NTP Server
# apt-get install ntp
# nano /etc/ntp.conf
# pool: <http://www.pool.ntp.org/join.html>
server 0.id.pool.ntp.org iburst
server 1.id.pool.ntp.org iburst
server 2.id.pool.ntp.org iburst
server 3.id.pool.ntp.org iburst
# /etc/init.d/ntp restart
# pool: <http://www.pool.ntp.org/join.html>
server 0.id.pool.ntp.org iburst
server 1.id.pool.ntp.org iburst
server 2.id.pool.ntp.org iburst
server 3.id.pool.ntp.org iburst
# /etc/init.d/ntp restart
6. Setting Bash.bashrc
- Hasil yang didapatkan
- Temuan permasalahan
- Kesimpulan
- Referensi
Wassalamu'alaikum Wr.Wb
Hal-hal yang dilakukan setelah install server
Reviewed by satriyo
on
March 02, 2018
Rating:
Reviewed by satriyo
on
March 02, 2018
Rating:




No comments: