See the top of https://github.com/mitchellh/packer/blob/master/CHANGELOG.md
Packer will now only use 127.0.0.1 for vrdp, this change will be in the next release. On 24 August 2016 at 10:54, <[email protected]> wrote: > Yes, if you add > > "vboxmanage": [ > [ "modifyvm", "{{.Name}}", "--vrdeaddress", "0.0.0.0" ] > ] > > to the virtualbox builder, it will change it from listening from 127.0.0.1 > to 0.0.0.0, although the packer output will still say it's listening on > 127.0.0.1, netstat shows that it's on 0.0.0.0 and you can connect from > other machines. > > On Friday, 4 March 2016 16:09:22 UTC, [email protected] wrote: >> >> From the docs, packer will use a random port for vrdp which you can >> change. However the listen host is fixed to locahost. Is it possible to >> change this to listen on all interfaces (0.0.0.0)? >> >> Thanks >> >> *Packer uses a randomly chosen port in this range that appears available. >> By default this is 5900 to 6000. The minimum and maximum ports are >> inclusive.* >> >> -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/packer-tool/d1af0ef7-9ae8-4673-b86c-1eafa009b5e3%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/d1af0ef7-9ae8-4673-b86c-1eafa009b5e3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt8cH1T%3D_XApPOCfp8bixDA%3DPQp-HzW8JVEg99_XWu8-kQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
