kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
303 stars 59 forks source link

connect from internet #178

Open georgew21 opened 1 year ago

georgew21 commented 1 year ago

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

kbr commented 1 year ago

For security reason AVM does not provide this. For external access you have to use vpn.

georgew21 commented 1 year ago

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?

kbr commented 1 year ago

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.