Assignment 1.2 - Zacham17/my-tech-journal GitHub Wiki
Assignment 1.2 : The Kali Virtual Machine
VM Setup and Login
Login to the VM using the default champuser credentials
Change the password for champuser using the passwd command
Setup Chrome Remote Access
On your base machine, log into a gmail account on google chrome that you want to use to remotely access your Kali VM
On the Kali VM, log into the same gmail account on google chrome
On both the base system and the Kali VM, in google chrome, install the Chrome Remote Desktop extension.
On the Kali VM, set up remote access by going to https://remotedesktop.google.com/access and turning on remote access for the Kali box.
Set an appropriate name for the device.
Set a PIN to be able to access the device remotely. Remember the pin that you set.
On your base machine, go to https://remotedesktop.google.com/access. You should see the Kali VM you just set up. You can now access the Kali VM remotely from Google Chrome on your base machine.
Configure Wireguard Network Configuration
On your Kali VM, use the command sudo apt install wireguard to install wireguard
On the Kali VM, there is already a wireguard configuration on the desktop
Using root privileges, copy the file in the wireguard configuration files folder using cp /home/champuser/Desktop/wg0.conf /etc/wireguard
Use the command sudo wg-quick up wg0 to use the configuration
You can use ip a to confirm that the configuration is properly set,