Hi,
I have created a TCP server. If I set localhost it work. Within node red I can access and send / receive messages.
My node is hosted on AwS. I need to access tcp server from outside over internet.
I set up port forwarding but it does not work.
If i do netstat i can see tcp6 using port 89
tcp6 0 0 :::89 :::* LISTEN 16156/node-red
But when i try to connect from outside using public IP, its not working.
Let me know how I connect to the TCP server from public IP.