diff --git a/builder/qemu/step_type_boot_command.go b/builder/qemu/step_type_boot_command.go index c3a6bc354..3b2dd62ad 100644 --- a/builder/qemu/step_type_boot_command.go +++ b/builder/qemu/step_type_boot_command.go @@ -62,7 +62,7 @@ func (s *stepTypeBootCommand) Run(state multistep.StateBag) multistep.StepAction log.Printf("Connected to VNC desktop: %s", c.DesktopName) tplData := &bootCommandTemplateData{ - "127.0.0.1", + "10.0.2.2", httpPort, config.VMName, }