On server ============== * edit `/root/machine.conf` and update variables * configure only the internal IP addresses (applied to `eth0`). * create VM: ```shell virt-install-debian ``` * add additional network interfaces, when needed Chef Bootstrapping (On Your Workstation) ======================================== * When bootstrapping a publicly reachable VM ```shell knife bootstrap --bootstrap-version 12.5.1 -E production -r "recipe[t3-base]" --ssh-user=root \ -N srvXXX.typo3.org 46.4.xxx.yyy ``` * When bootstrapping a VM in the private network: ```shell knife bootstrap --bootstrap-version 12.5.1 -E production -r "recipe[t3-base]" --ssh-gateway username@msXX.typo3.org \ -N srvXXX.typo3.org 10.186.2.xx ```