juniper-vpn-py
juniper-vpn-py copied to clipboard
Python Juniper VPN Authenticator
Hi, Thanks for your work on this! The last-but-one commit (funk support) changed the tncc user_agent, which meant I couldn't login. This commit allows the user to change it by...
Hi. I know this might not be a code issue, but I don know any other place to post it. This is the output of what Iḿ running ./juniper-vpn.py --host...
Hello I'm trying to execute the script to connect to my vpn and shows the following error: ------------>8------------------ Traceback (most recent call last): File "./juniper-vpn.py", line 284, in jvpn.run() File...
I am getting the following error when running the script, any suggestions? ``` Traceback (most recent call last): File "./juniper-vpn.py", line 359, in jvpn.run() File "./juniper-vpn.py", line 162, in run...
Our site uses Juniper VPN profiles to grant different levels of network access. E.g., using this profile: ```https://juniper-vpn.example.org/admins``` …assigns me an address in a different subnet—one whose network ACLs grant...
Hi, I'm a bit stuck trying to connect to some Juniper VPN endpoint having the following setup : authentication with login/password and ssl client cert authentication. Hostchecker required. Here is...
Added support for Periodic Host Checker. - It uses the last DSPREAUTH cookie that is returned by the PCS to go into a timed loop to perform periodic host checking....
Hi There, I can't seem to find a way to provide the PIN received via SMS when connecting to a Juniper Network 7.1--17-Build28099.
Hello Everyone, When trying to run get this issue. Any help thank you. ``` [root@testvm ~]# python --version Python 2.7.5 ``` ``` junos_connect.py --host vpn.myhost.com --user joeuser --stdin DSID=%DSID% openconnect...
I'm using Junos Pulse VPN to access corporate network. The server configured to confirmation forms (agree with corporate terms of use...) before and after login page. Current version of juniper-vpn-py...