russdill / juniper-vpn-py

Python Juniper VPN Authenticator
GNU Lesser General Public License v2.1
103 stars 80 forks source link

Periodic Host Checker #7

Open sirfz opened 8 years ago

sirfz commented 8 years ago

I have a problem with my VPN connection where I keep seeing it periodically disconnects (ESP detected dead peer) and automatically reconnects (at the level of openconnect, unrelated to the script). I'm wondering whether this could be because my VPN provider requires periodic Host Checker requests? (anyway to check if it does?) If so, then what should be the correct implementation to achieve this? I can code it myself if I understand the requirements.