From 4ca03a95c6657cc0da09deffd15d287d1215440b Mon Sep 17 00:00:00 2001 From: Ian Duffy Date: Wed, 25 May 2016 09:34:53 +0100 Subject: [PATCH] Update documentation to include vrdp_bind_address Signed-off-by: Ian Duffy --- website/source/docs/builders/virtualbox-iso.html.md | 4 ++++ website/source/docs/builders/virtualbox-ovf.html.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/website/source/docs/builders/virtualbox-iso.html.md b/website/source/docs/builders/virtualbox-iso.html.md index 2abd2f0af..59f7d1e59 100644 --- a/website/source/docs/builders/virtualbox-iso.html.md +++ b/website/source/docs/builders/virtualbox-iso.html.md @@ -242,6 +242,10 @@ builder. machine, without the file extension. By default this is "packer-BUILDNAME", where "BUILDNAME" is the name of the build. +- `vrdp_bind_address` (string / IP address) - The IP address that should be binded + to for VRDP. By default packer will use 127.0.0.1 for this. If you wish to bind + to all interfaces use 0.0.0.0 + - `vrdp_port_min` and `vrdp_port_max` (integer) - The minimum and maximum port to use for VRDP access to the virtual machine. Packer uses a randomly chosen port in this range that appears available. By default this is 5900 to 6000. diff --git a/website/source/docs/builders/virtualbox-ovf.html.md b/website/source/docs/builders/virtualbox-ovf.html.md index fe1e66b5e..0e53b0316 100644 --- a/website/source/docs/builders/virtualbox-ovf.html.md +++ b/website/source/docs/builders/virtualbox-ovf.html.md @@ -207,6 +207,9 @@ builder. is exported. By default this is "packer-BUILDNAME", where "BUILDNAME" is the name of the build. +- `vrdp_bind_address` (string / IP address) - The IP address that should be binded + to for VRDP. By default packer will use 127.0.0.1 for this. + - `vrdp_port_min` and `vrdp_port_max` (integer) - The minimum and maximum port to use for VRDP access to the virtual machine. Packer uses a randomly chosen port in this range that appears available. By default this is 5900 to 6000.