VirtualNET @ CSE - Quick start

  1. Log on to VLAB
  2. In a terminal window, start a new virtual machine (VM) by running:
    /usr/local/vnet/bin/startvnet
  3. Note down the IP address as shown here.
  4. Note down the root password as shown here.
  5. Log on to your new VM using ssh as:
    • root, with the password from the previous step, OR
    • Using your own CSE account either with SSH key (configured in .ssh/authorized_keys) or your zPass.
  6. Do exciting things.
  7. When done, shut down your VM by running shutdown -h now inside it.