I want to set up a google cloud engine machine with VSCode installed. I have followed this installation:https://fireship.io/lessons/vscode-cloud-coder-tensorflow/ 1. ubuntu 20 LTS 2. wget https://github.com/codercom/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz 3. tar -xvzf code-server-{version}-linux-x64.tar.gz 4. cd code-server-{version}-linux-x64 5. sudo ./code-server -p 80
when I browse to http://EXTERNAL_IP:80
What is the missing to makke sure that the port is open and accessible on the server side?
Thanks, eilalan