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" ]
       ]
     },
     {