Hello Everyone,
I have used node-red as a network engineer who works in automation. While I have used node-red on vendor hardware where it was pre-installed. I have not used in on windows 10. I am planning to install on some servers for testing internet connection and using that information run some commands.
I have successfully installed NR on my computer with NPM and have node.js installed. I can run NR. I have set a password. I can login the NR when its running from any device on the LAN side using my admin login information.
All three PC's on network have internet (same WAN source). In NR I can use exec node and ping nodes to ping locally. But I cannot for the life of me get the NR on this windows 10 to ping www.google.com or any other valid WAN side address. I can ping out from all PC's but not from in NR.
What could be going on?
Thanks!