1

So I've set up Guacamole in an Ubuntu 14.04 VM on my Windows7 Hostcomputer. I am able to see the Guacamole Web-Interface from everywhere inside my private network by simply accessing it through the internal IP of my Ubuntu System (192.168.xxx.xxx:8080/guacamole).

What I'd like to do is to make it accessible from the Internet if that's possible. My only idea would be to try port-forwarding, e.g. setting up guacamole to work on an unused port xxxx and tell the router to forward every request on that port to my Ubuntu VM.

Can anyone help me with this? Would appreciate any hint/instructions/links!

Thanks in advance, Thomas

pnuts
  • 58,317
  • 11
  • 87
  • 139
Wod
  • 61
  • 1
  • 10

1 Answers1

0

I'm currently looking for similar option. You can use combination of:

  • https://www.dnsdynamic.org/ free service that will provide you fixed url for your remote device which is typically hosted with dynamic IP address
  • port forwarding on router where your remote device runs
Aleksandar
  • 501
  • 5
  • 8