I set up an instance of Google Cloud Computing:
- Type of apparatus
- n1-standard-1 (1 vCPU, 3.75 GB of memory)
- Processor platform
- zone
I can ssh in using an external address.
I installed vncserver and can access it through port 5901 from the local host, as well as from the internal IP address.
I am trying to access it from a static external IP address, but it does not work.
I configured the firewall to open port 0.0.0.0/0 , but it is not available.
Can anybody help?
------ after further research from two-answer tips (thanks, both!), I have a partial answer:
The Google Cloud Compute instance was installed by default as prohibiting HTTP traffic. I reset the settings to allow HTTP traffic. I then tried troubleshooting advice to run a small HTTP service in python. I was able to get a response from the service over the Internet.
A brief description of the current situation is as follows:
- External IP Available
- It is enabled and works for SSH
- It is enabled and works for HTTP
- It doesn't seem to allow traffic from
vncserver
Any idea how to set up a calculation instance to account for vncserver traffic?
source share