-
Notifications
You must be signed in to change notification settings - Fork 60
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
connect from internet #178
Comments
For security reason AVM does not provide this. For external access you have to use vpn. |
is possible to use vpn directly from python and not from the server? is there any guide / post how to implement a vpn connection and use your libary? |
A VPN itself is not related with Python. May be that AVM has a guide to set up a VPN. In this case you should be able to access the box because a VPN-client is part of the internal network. At the fritzconnection docs there is no guide so far. |
Hi together, I am not sure if this is true. I had the same question, asked the AVM development team and they said it should be possible:
Sure, accessing the TR-064 interface will only work over VPN. 😉 @kbr Thanks for this amazing Python library! I absolutely love it. Do you think we can also make it possible to access ones fritzbox's AHA-HTTP-interface with help of the myfritz-address? Thank you again for all your work. ❤️ |
I appreciate that you like the library, many thanks. Currently the AHA interface makes use of the TR-064 session that has to be established first. So access from outside the local network is just possible by VPN. May be this could be a feature in one of the next versions if I find a non-breaking way to change this. |
Hello,
I unsterstand how I can connect when I am on local network. I have also enable the option to access via internet, but although I set the public ip or the url I can't connect.
How can we connect without vpn using the public ip?
thanks
The text was updated successfully, but these errors were encountered: