Port 1880 is opened from internet on my public IP.
sudo firewall-cmd --list-all shows ports: 1880/tcp : node-red 1482 nodered 19u IPv4 32622 0t0 TCP *:1880 (LISTEN)
nodered started and listening on 1880
Show us the startup log please (as a result of running node-red-stop then node-red-start. Copy/paste the text please, not screenshot.
I think there is a bit of a flaw in the tutorial, as if you do manage to open your node-red to the internet there is a good chance it will get hacked within minutes (or at least hours). Perhaps that has happened already.
Regarding to ping - Yes, as I opened ICMP in security list (in Oracle CLoud) I can PING now.
Here is node-red-stop:
[opc@instance-20230805-1252 ~]$ node-red-stop
Stop Node-RED
Use node-red-start to start Node-RED again
Here is node-red-start:
Start Node-RED
Once Node-RED has started, point a browser at http://10.0.0.33:1880
On Pi Node-RED works better with the Firefox or Chrome browser
Use sudo systemctl enable nodered.service to autostart Node-RED at every boot
Use sudo systemctl disable nodered.service to disable autostart on boot
To find more nodes and example flows - go to http://flows.nodered.org
6 Aug 07:36:04 - [info]
Welcome to Node-RED
===================
6 Aug 07:36:04 - [info] Node-RED version: v3.0.2
6 Aug 07:36:04 - [info] Node.js version: v14.21.3
6 Aug 07:36:04 - [info] Linux 5.15.0-102.110.5.1.el8uek.aarch64 arm64 LE
6 Aug 07:36:04 - [info] Loading palette nodes
6 Aug 07:36:04 - [info] Settings file : /home/opc/.node-red/settings.js
6 Aug 07:36:04 - [info] Context store : 'default' [module=memory]
6 Aug 07:36:04 - [info] User directory : /home/opc/.node-red
6 Aug 07:36:04 - [warn] Projects disabled : editorTheme.projects.enabled=false
6 Aug 07:36:04 - [info] Flows file : /home/opc/.node-red/flows.json
6 Aug 07:36:04 - [info] Creating new flow file
6 Aug 07:36:04 - [warn] Encrypted credentials not found
6 Aug 07:36:04 - [info] Server now running at http://127.0.0.1:1880/
6 Aug 07:36:04 - [info] Starting flows
6 Aug 07:36:04 - [info] Started flows