Update Virtual Machine with Packer authored by Fabian Englert's avatar Fabian Englert
...@@ -2,7 +2,7 @@ On this page, we will create a virtual machine image with Packer and run it with ...@@ -2,7 +2,7 @@ On this page, we will create a virtual machine image with Packer and run it with
## ⚠️ Tested only with Ubuntu 22.04, other operating systems might not work ## ⚠️ Tested only with Ubuntu 22.04, other operating systems might not work
If you are using VirtualBox 7.0.1 or newer, you have to in the file **gosdn_vm.pkr.hcl** uncomment the line If you are using VirtualBox 7.0.0 or newer, you have to in the file **gosdn_vm.pkr.hcl** uncomment the line
```shell ```shell
["modifyvm", "{{.Name}}", "--nat-localhostreachable1", "on"], ["modifyvm", "{{.Name}}", "--nat-localhostreachable1", "on"],
... ...
......