Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LM Studio Server should show all IP address it is serving on not just first #421

Open
stiggy87 opened this issue Feb 9, 2025 · 4 comments

Comments

@stiggy87
Copy link

stiggy87 commented Feb 9, 2025

Which version of LM Studio?
0.3.9 Build 6

Which operating system?
Windows 11

What is the bug?
When running LM Studio in server, and having it serve the local network, the IP address show my Tailscale IP address, and not my local network address. (My machine used to be an exit node for my Tailscale network, but not anymore).

The UI should really show all IP addresses it is available on. Regardless of the OS.

Screenshots

Image

Logs
N/A

To Reproduce

  1. Install Tailscale
  2. Launch LM Studio
  3. Start server and have it serve local network you should see it does not necessarily show the right IP address
@Kiansjet
Copy link

Kiansjet commented Feb 10, 2025

+1 on this. This issue seems like it's just complaining about the displayed IP but on my own install (same specs as OP) the server straight up doesn't allow connections on the local network IP if I don't kill all the other conflicting network adapters (for tailscale in particular I had to exit the client and stop the tailscale service).

I think LM studio needs to be a bit smarter on windows about picking the right network adapter since windows installs inevitably get flooded with tons of virtual network adapters for various software. Or give us a dropdown.

@stiggy87 Are you experiencing this specific subissue too? I mean that if the displayed reachable IP is incorrect, that LM studio doesn't allow connections on the machine's local network address?

@stiggy87
Copy link
Author

@Kiansjet I haven't seen the issue on tailscale since I no longer have it running as an exit node, but it's something I can definitely look into and give a try.

I am able to connect to it with the local LAN IP when it is showing the wrong IP in the GUI.

@alyandon
Copy link

I think LM studio needs to be a bit smarter on windows about picking the right network adapter since windows installs inevitably get flooded with tons of virtual network adapters for various software. Or give us a dropdown.

I brought this up in the issue I opened earlier: #415

I don't think there is ever going to be a scenario where LM Studio can guess the correct adapter. We really need the ability to specify the interface(s) to listen on.

@stiggy87
Copy link
Author

I think, the ultimate solution, is to provide a dropdown to show all interfaces/adapters it is listening on. You can't force a computer to only listen to data on one adapter, only on sockets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants