Unable to access service

Tailscale version
1.20.2
Your operating system & version
MacOS

I am trying to access a service exposed via tailscale ip on another system but getting connection refused.

image

curl http://100.92.255.89/

curl: (7) Failed to connect to 100.92.255.89 port 80: Connection refused

I’m not sure what is missing

The services feature is still in its early stages: it lists port numbers which have some process listening on them. In this case, whatever is listening on port 80 might be bound to localhost and not accepting connections from anywhere else.