For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Node Express connect working.
Lack of experience w/ OEL firewall. No totally sure regarding how to best configure moving forward, but to connect to specific port - per your earlier comment -
sudo systemctl stop firewalld
telnet to the port locally... does it work ?
no. tried via putty ssh and telnet w/ 3000
you did not send the output of grep 3000
sudo netstat -apn |grep 3000
tcp6 0 0 :::3000 :::* LISTEN 5359/node
1. temporarily turn off your system firewall if its working then the issue may be with the local firewall. if not then it's the security list...perhaps it needs more than just 3000 ?
access to node server via 3000 works fine on aws. so no local firewall issue. Security list setting seems to be setup correctly. Not sure of other requirements.