commit | 76caa1d003c28d8807ff432303653eff4f240fc7 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 21:50:58 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 21:50:58 2015 +0200 |
tree | c88000864d94787a7c6558eb86ee17add17f3d1e | |
parent | eb3957c2188d51dccdcc46a601755323a05d1d75 [diff] |
Set VRDP address and port
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json index 3aa2fc2..e731932 100644 --- a/ubuntu-14.04/template.json +++ b/ubuntu-14.04/template.json
@@ -137,6 +137,8 @@ [ "modifyvm", "{{.Name}}", "--memory", "1024" ], [ "modifyvm", "{{.Name}}", "--cpus", "2" ], [ "modifyvm", "{{.Name}}", "--vrde", "on" ] + [ "modifyvm", "{{.Name}}", "--vrdeport", "5000-5050" ] + [ "modifyvm", "{{.Name}}", "--vrdeaddress", "127.0.0.1" ] ] }, {