

Logger: Key inserted! Disconnecting and reconnecting using new SSH key. Logger: Removing insecure key from the guest if it 's present. Logger: Inserting generated public key within guest. Logger: this with a newly generated keypair for better security. Logger: Warning: Remote connection disconnect. => logger: Waiting for the VM to receive an address. => logger: Fixed port collision for 22 => 2222.

=> logger: Verifying vmnet devices are healthy. => logger: Checking if box 'bento/ubuntu-18.04' version '202005.21.0' is up to date. => logger: Cloning VMware VM: 'bento/ubuntu-18.04'. Once it has passed that step of the provisioning process, you can run vagrant up wef and vagrant up win10 in terminal windows 3 and 4 at the same time.īringing machine 'logger' up with 'vmware_desktop' provider.īringing machine 'dc' up with 'vmware_desktop' provider.īringing machine 'wef' up with 'vmware_desktop' provider.īringing machine 'win10' up with 'vmware_desktop' provider. Before we can bring up wef and win10, we have to wait for the dc host to finish creating the domain. In terminal windows 1 and 2, you can run vagrant up logger and vagrant up dc at the same time.

To do this, I recommend opening 4 separate terminal windows open to the DetectionLab/Vagrant directory. Speed Up Installation by Provisioning Hosts in ParallelĪlertatively, to speed up the provisioning process, we can bring up some hosts in parallel. However, there is also a faster way explained below. The provider options are virtualbox or vmware_desktop. We can bring up the hosts one at a time using vagrant up -provider= command. prepare.sh to verify that your system has all of the prerequisites installed:Īt this point in time, there are two ways to bring up DetectionLab. Using a terminal, navigate to the DetectionLab/Vagrant repository and run.

Clone the DetectionLab repo to your filesystem: git clone.Ensure the prerequisites listed above are installed and that you meet the system requirements.For example, if you want to build DetectionLab using Virtualbox, disable the VMware network adatpers (or vice-versa) to avoid a conflict. If you have both Virtualbox and VMware installed, consider disabling the network adapters for the provider that you are not using.
