You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: