Homework: Local Practice Setup

image.png

You already have:

Now practice the following:


1. Simulate Oracle VM1 (VPN server)

  1. Create a new VM in VirtualBox (VPN-Server).

  2. Install Ubuntu Server 22.04 (1 CPU, 1 GB RAM).

  3. Install and configure WireGuard:

    sudo apt update && sudo apt install wireguard -y
    
    
  4. Test: Connect from your host PC using a WireGuard client.


2. Simulate Oracle VM2 (Monitoring server)

  1. Create a new VM in VirtualBox (Monitor-Server).

  2. Install Ubuntu Server 22.04.

  3. Install Netdata:

    bash <(curl -Ss <https://my-netdata.io/kickstart.sh>)
    
    
  4. Access Netdata on your browser:

    http://<Monitor-Server-IP>:19999