Connection to central AI server over LAN
-
Forgive me if I missed this being posted somewhere already. I want to setup a central AI server in our data center. I want our developers to be able to direct their projects to that central server for testing. When I try testing to the machines ip address with port 32168 yields no connection. http://machine ip:32168/ Seems simple but I'm missing something. A similar question was posted with no answer. "how to connect a Blue Iris machine to another machine running CodeProject AI?"
-
Forgive me if I missed this being posted somewhere already. I want to setup a central AI server in our data center. I want our developers to be able to direct their projects to that central server for testing. When I try testing to the machines ip address with port 32168 yields no connection. http://machine ip:32168/ Seems simple but I'm missing something. A similar question was posted with no answer. "how to connect a Blue Iris machine to another machine running CodeProject AI?"
Somewhat annoyingly, there is a dedicated forum for CodeProject.AI questions, and this is not it. :) CodeProject.AI Discussions[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Forgive me if I missed this being posted somewhere already. I want to setup a central AI server in our data center. I want our developers to be able to direct their projects to that central server for testing. When I try testing to the machines ip address with port 32168 yields no connection. http://machine ip:32168/ Seems simple but I'm missing something. A similar question was posted with no answer. "how to connect a Blue Iris machine to another machine running CodeProject AI?"
That question really has nothing to do with AI.
TechForTroops wrote:
yields no connection
There are various ways that an error can be reported. But presuming that you are not getting an error about the host then it means that on the host machine there is no server running or the server is not using that port. Of course could be other things like you should be using https. That might appear to be no connection since the server should normally drop the connection after sitting there for a bit.
-
Forgive me if I missed this being posted somewhere already. I want to setup a central AI server in our data center. I want our developers to be able to direct their projects to that central server for testing. When I try testing to the machines ip address with port 32168 yields no connection. http://machine ip:32168/ Seems simple but I'm missing something. A similar question was posted with no answer. "how to connect a Blue Iris machine to another machine running CodeProject AI?"
To enable developers to direct their projects to a central AI server in your data center for testing, you need to ensure several things are set up correctly: 1. Firewall Configuration: Check if the firewall on the central AI server allows incoming connections on port 32168. You may need to create a firewall rule to permit traffic on this port. 2. Network Configuration: Verify that the central AI server has a network interface configured with a valid IP address. Ensure that it is reachable from the developers' machines within your network. 3. Service/Server Availability: Confirm that the AI service or server you want to access is running and listening on port 32168. You can check this using tools like netstat or by inspecting the server's configuration. 4. IP Address and Port: Ensure that the IP address and port number you are using to connect (http://machine_ip:32168/) are correct and correspond to the central AI server's address and the port where the service is running. 5. DNS Resolution: If you are using hostnames instead of IP addresses, make sure that DNS resolution is working correctly, and the hostname resolves to the correct IP address. 6. Proxy or Load Balancer: If your network setup includes a proxy or load balancer, ensure that it is correctly configured to forward traffic to the central AI server on port 32168. By verifying these aspects and making necessary adjustments, you should be able to establish a connection from developers' machines to the central AI server for testing purposes.