cloudtechie
cloudtechie
RRunPod
Created by cloudtechie on 5/6/2025 in #🔧|api-opensource
curl: (7) Failed to connect to 64.247.206.102 port 8000 after 41 ms: Couldn't connect to server
My application is listening on port 8000 on the pod with the above-mentioned public ip address, but when i curl that from a server outside the runpod using this command: curl -X POST http://64.247.206.102:8000 -H "Content-Type: application/json" -d '{"prompt": "Test prompt" , "max_tokens": 50}' I get the error in the headline. Can someone guide me on how to reach the IP Address?
6 replies