[GH-ISSUE #2640] Linux installer reports that ollama is listening on 0.0.0.0. It isn't. #27323

Closed
opened 2026-04-22 04:36:10 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @easp on GitHub (Feb 21, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2640

After successfully installing the binary, the installer script reports:
The Ollama API is now available at 0.0.0.0:11434.

This is incorrect. It's listening on localhost.

Originally created by @easp on GitHub (Feb 21, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2640 After successfully installing the binary, the installer script reports: ```The Ollama API is now available at 0.0.0.0:11434.``` This is incorrect. It's listening on localhost.
Author
Owner

@seanmavley commented on GitHub (Feb 21, 2024):

@easp How did you install your Ollama? Which system are you on too?

I just confirmed mine, it's running on 127.0.0.1

tcp 0 0 127.0.0.1:11434 0.0.0.0:* LISTEN 211/ollama

Ignore the "foreign address" column

<!-- gh-comment-id:1957271244 --> @seanmavley commented on GitHub (Feb 21, 2024): @easp How did you install your Ollama? Which system are you on too? I just confirmed mine, it's running on 127.0.0.1 ```tcp 0 0 127.0.0.1:11434 0.0.0.0:* LISTEN 211/ollama ``` Ignore the "foreign address" column
Author
Owner

@easp commented on GitHub (Feb 21, 2024):

@seanmavley Thanks for taking a look. You are right, I was in a rush and didn't look at the correct column in the netstat output.

So the issue is just that the installer reports the wrong information. Updating issue to reflect that.

<!-- gh-comment-id:1957656278 --> @easp commented on GitHub (Feb 21, 2024): @seanmavley Thanks for taking a look. You are right, I was in a rush and didn't look at the correct column in the netstat output. So the issue is just that the installer reports the wrong information. Updating issue to reflect that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#27323