VirtualNET @ CSE - Quick start
- Log on to VLAB
- In a terminal window, start a new virtual machine (VM) by running:
/usr/local/vnet/bin/startvnet
- Note down the IP address as shown here.
- Note down the root password as shown here.
- 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.
- Do exciting things.
- When done, shut down your VM by running
shutdown -h now
inside it.