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

Listening on 0.0.0.0 does not work, cannot listen on multiple IP addresses #4541

Open
xuancong84 opened this issue Mar 18, 2024 · 0 comments

Comments

@xuancong84
Copy link

I use my Raspberry Pi 4 to host the UMS server. My RPI4 also hosts a VPN server (so that I can access UMS from overseas), thus it has both LAN IP and VPN server IP.

In TCP/IP programming, usually if you listen on 0.0.0.0, it will listen on all interfaces including LAN, localhost (127.0.0.1) and VPNs, but UMS does not work. Once VPN is activated, by default, UMS listens on VPN interface instead, I have to manually set LAN IP, and it does not support listening to multiple IP addresses.

Hope developer can make the improvement.

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

1 participant