-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Automatic IP address detection messed up by VPN #1
Comments
n8henrie
added a commit
that referenced
this issue
Jan 29, 2016
Fix for #1 Now users can manually specify an IP address in config.json if they are encountering an issue with the automatic detection. If the address is set to "auto" (or if this part of the config is absent) it will continue to function as before, hopefully not affecting existing users. Also added some extra debugging calls related to ip_address stuff and removed the unused `DEBUG` key from the config.
Merged
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@candrews67 emailed me to note that Fauxmo wasn't working. He uses a VPN address and found that it would work sometimes depending on the status of the VPN. Here's his traceback:
With some tinkering, I think we figured out that it's a problem with the
get_local_ip
function inupnp.py
, and it works with a manually specified IP address. In cases like this, it would be nice if there was a way to override the automatic IP detection.The text was updated successfully, but these errors were encountered: