Btw ... in order to test if there is a general problem with the OS (like a firewall), you could add one TRtcDataProvider component to the Server for processing a request like "/test", which would simply write something like "<html><body>ONLINE</body></html>" out, so you can use a Web Browser to test the connection. For example, if your Server was on IP 192.168.12.13 listening on Port 8080, you should get a reply from the Server by entering
http://192.168.12.13:8080/test into any Web Browsers "Address" field.
Best Regards,
Danijel Tkalcec