Virtual Machine Naming Convention

You must use two different naming conventions when creating virtual machines. The first naming convention defines the virtual machine (VM) name and the second defines the hostname. The VM Name is what is used in ProxMOx VE, the hostname is what your VM thinks its name is.

VM Name on proxmox

When you create a virtual machine in ProxMox VE, you must give it a name. The convention we use is to name your machine:

[Username]-[Class]-[Machinename]

Hence, the if your username is stephenwolf your CPTR 230 router would be "stephenwolf-CPTR230-router"

This allows us to see your machines grouped together when sorted by name and allows us to easily identify the owners of virtual machines. Note that the machinename will often be dictated by your professor.

Hostname

When you install the operating system you will be required to give your server a hostname. This is what you would normally use for an internet net such as [hostname].cs.southern.edu. In the case of this server (the web server hosting this site) the hostname is "dra". When assigning a hostname to your servers you should use the following conventions:

  1. machinename.[username].internal e.g. router.scot.internal OR

  2. machinename.cs.southern.edu

For CPTE230, your machine you should use convention (a) for all other machines you should use convention (b). NOTE: for the windows machines in CPTR 230, I refer to the first Windows Server installed as cpte230a.scot.internal in my documentation.

WindowsAdministration/VirtualMachineNamingConvention (last edited 2023-08-23 19:00:22 by scot)