Freebsd on VMware ESXi, install vmware tools and enable root ssh
Mau paham tentangFreebsd on VMware ESXi, install vmware tools and enable root ssh, hanya disiniaja
Pre-reqs
Download windows iso file https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.0/FreeBSD-14.0-RELEASE-amd64-dvd1.iso
Upload ISO file to VMware ESXi datastore
Create New Virtual Machine
Installation Process
Create Password for root
NETWORKING CONFIGURATION
SET YOUR CURRENT TIME ZONE
IF YOU NEED NEW SET TO YES, IN THIS CASE WE DONT NEED USER
REMOVE YOUR CURRENT DISK ON VMWARE ESXi
RUN Host
NOW SETUP FOR ENABLE ROOT ON SSH
pkg install nano
nano /etc/ssh/sshd_config
change
PermitRootLogin prohibit-password
to
PermitRootLogin yes
Reboot Freebsd
Shutdown -r now
NOW INSTALL VMWARE TOOLS
open putty
Shutdown -r now
The package is now installed but it doesn’t start automatically. In order to do it, edit by WINSCP /etc/rc.conf which controls the auto start of services
Enable the vm tools service in the file.
vmware_guestd_enable="YES"
Reboot Freebsd
Shutdown -r now
THEN CHECK IF CURRENT VMTOOLS RUNNING
OK FINISH
You can watch this lesson on YouTube to understand better. Don't forget to help our channel to develope further so that, there is nothing that can't be done except https://disiniaja.id.
What's Your Reaction?






