Marking the node http://169.254.80.80:5566 as down: cannot reach the node for 2 tries.
I thought this might be a security/port issue so I opened the ports 4444 and 5566 and told the firewall to allow connections from selenium-server-standalone-3.141.59.jar. However, Selenium Grid hub still "marks the node as down: cannot reach the node for 2 tries".
This happens for both selenium-server-standalone-3.141.59.jar and selenium-server-standalone-3.12.0.jar.
Question: Why is Selenium Grid Hub producing the "Marks the node as down: cannot reach the node for 2 tries"? I am running both the Hub and Node on the same machine. I am guessing this is okay.
I did find a similar post but not exactly the same error message and the answer looks like it was a typo. Similar Stack Overflow post
Figure 1: Messages from Selenium Grid Hub and Selenium Server Node
Figure 2: Allowing connections to/from port 4444
I was using an old version of Selenium Server.
Lastest Versions of Selenium Projects/Products can be found here: lastest version of Selenium Projects
Was eventually able to find a similar post about the issue here: node not registering in earlier versions of Selenium Server
Description of Complete Fix (that worked for me):
Note-1: I did NOT have to create any inbound or outbound firewall rules (as described in the original question) since the node connected to the hub using 'http://localhost:4444/..'.
Note-2: Was not able to get node to connect to hub with the actual IP address as suggested by DebanjanB. Will need to figure this out eventually. Will post if figure out.