Replies: 1 comment
-
Why do you think the issue is Axum-specific? Do other web servers work properly? Maybe it is some firewall? Have you checked what happens at a packet level? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Version
0.6.20
Platform
Darwin Aarch64
Crates
Description
I have 2 machine in the same network with IPs:
When running with socket bind to 0.0.0.0, it can not be reached by other machines in the same network. Within the same machine, I can check curl 172.17.129.1:3000. But from the machine 172.17.129.136, I can not run curl 172.17.129.1:3000
Original issue is here: huggingface/text-embeddings-inference#110
But I found they just use axum, so I think I should report the issue here.
Since I'm using a mac, a high chance is that the mac is blocking access from other machine as well. I'm not sure how to check that.
Beta Was this translation helpful? Give feedback.
All reactions