OCI - activate port 3000 / Node Express
Summary
Cannot access compute public IP via URL 129.****:3000Content
I have done the following -
1. VCN / default security list which has TCP port 3000 configured.
2. sudo firewall-cmd --zone=public --permanent --add-port=3000/tcp
sudo netstat -tulnp |grep httpd tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 4484/httpd
I tried Apache on port 80 and works fine. but have not had success w/ node. Any feedback?
Tagged:
1