We have a Continuous Integration, setup (Jenkins) on a Linux Server, CentOS 6, No GUI.
I have Setup a New job for Regression tests on this server too. The framework used is Java, Selenium WD, JUnit and Ant.
Test run fine on Headless browser config such as Firefox and PhantomJS. But I require a Browser for Testing Flash components/Player.
Using Selenium Grid when I make the server the "Hub" and my other Windows machine a "node" The connection is not established/connection timed out since they are not in the same network.
How do I bypass the firewall issue/How do I establish a connection and run my tests.