stephen / airsonos

:musical_note: AirPlay to Sonos
MIT License
2.1k stars 254 forks source link

Issues with OpenVPN #248

Open ghost opened 8 years ago

ghost commented 8 years ago

I have OpenVPN installed on my Macbook pro laptop. It seems that somehow OpenVPN registers couple local IP address, which messed up my airsonos. IP: 127.94.0.1 and 127.94.0.2 Problem is that airsonos though that computers local address is 127.94.0.2 and can't start the server. Once I changed the ip.js library to ignore those addresses - everything started working just great. Could you please add those addressed to the ignored in default configuration?

kcleong commented 8 years ago

I have the same problem on OSX and with OpenVPN running. How did you change the ip.js library? It would be nice to bind airsonos on a specific network interface.

colinrioux commented 8 years ago

You can propose a pull request to reflect the changes you have made and implement this yourself. This will increase the chances of these changes being added.