linux ftp serverLinux serverNETWORK ADMINISTRATIONS

Melakukan SSH ke Virtual Machine Ubuntu Dengan Virtual Box

1. Install Ubuntu Virtual Machine
2. update app installer ubuntunya ” sudo apt update”
3. install openssh “sudo apt install openssh-server”
4. set ipforward di settings Virtual Box – Host IP : 127.0.0.1 port : 2222 |Guess IP : cek “ip a” port: 22
5. test ssh – “ssh -p 2222 username@ipadress”
6. File Transfer Lewat SFTP (Shell FILE TRANSFER PROTOCOL) karena SSH sudah aktif maka tinggal konek menggunakan software FTP seperti WINSCP atau Filezilla
7. ping dari host ke Virtual machine ubuntu Buat Adapter ke 2 dalam Virtual Machine type Host Only ( di settings)
8. buka firewall – custom – all program – Biarkan – scope Local Ip adress : 192.168.56.1 Remote 192.168.56.56 – allow connection – Biarkan – Kasih Nama
9. Ping test dari Virtual Machine – ping ipadress
10. ping test dari host (windows) – ping 192.168.56.1

source

by M.Fakhrul Rozi

linux ftp server

Leave a Reply

Your email address will not be published. Required fields are marked *