Install SSH server Dan NTP

0 komentar Posted by ,
LK3 
Langkah Yang Pertama adalah

1.Install SSH server
# apt - get install openssh-server

2.Edit ip(192.168.111.xxx)
#namo/etc/network/interfaces

3. Kemudian edit seperti ini :
    allow-hotplug enp0s3
    iface enp0s3 inet static
    address 192.168.111.200
    netmask 255.255.255.0
    gateway 192.168.111.1

4.Tekan :
   ctrl+o
5.Tekan ENTER
6. Tekan:
   ctrl+x
7.Langkah Selanjutnya:
restart interfaces
#/etc/init.d/networking restart

#ifup enp0s3

8.Setting virtual box pada network pilih --> Bridge Adapter --> Klik ok


9.Kembali Ke DEBIAN
10.Ping ke 8.8.8.8













LK4

Tambahkan DVD 1 ke Virtual Box --> Klik setting --> Storage --> Controller IDE--> add DVD 1-->ok-->Kembali ke putty


1. Install NTP
-apt install ntp

2.Cek Status ntp
Systemctl status ntp

3.Edit ntp
nano/etc/ntp.conf

4.Kasih tanda crass (#) pada 
#pool 0.us.poll.org iburst
#pool 1.us.poll.org iburst
#pool 2.us.poll.org iburst
#pool 3.us.poll.org iburst
restrict 192.168.111.200 mask 255.0.0.0
nomodify notrap
Tekan ctrl+o
Tekan ENTER
Tekan ctrl+x


5.Restart ntp
Systemctl restart ntp

6.Enable(aktifkan)
Systemcttl enable ntp




7.Back Status
Systemctl Status ntp


Sekian dari saya terimakasih.





























Related Post :

0 Comments for "Install SSH server Dan NTP"