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

Multiple network interfaces #58

Open
chrishem opened this issue Oct 15, 2020 · 1 comment
Open

Multiple network interfaces #58

chrishem opened this issue Oct 15, 2020 · 1 comment

Comments

@chrishem
Copy link

I'm running sonos-web on a linux VM with multiple network interfaces:

ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.0.66 netmask 255.255.255.128 broadcast 10.0.0.127
ens224: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.0.5 netmask 255.255.255.0 broadcast 172.16.0.255

The 172.16.0.0/24 network contains my Sonos devices.

When starting sonos-web, I get the following messages:
success Open a web browser on this computer to http://localhost:5050 to start!
You can access Sonos Web network-wide by going to http://10.0.0.66:5050

However, no devices are discovered, because sonos-web is listening on the wrong interface (or isn't listening on all interfaces).

@javier-cr
Copy link

I also have this issue when running the container version of sonos-web.

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

2 participants