Skip to main content

Use vpnc from Python

Project description

https://badge.fury.io/py/vpnc.svg

Use vpnc from Python.

Installation

First you need to install vpnc. On Debian/Ubuntu:

apt-get install vpnc

On OSX:

brew install vpnc

Then install pyvpnc using pip:

pip install vpnc

Usage

from vpnc import VPNC

vpnc = VPNC(config={
    "IPSec_ID": "my IPSec ID",
    "IPSec_gateway": "my.gateway.com",
    "IPSec_secret": "my IPSec secret",
    "Xauth_username": "my Xauth username",
    "Xauth_password": "my Xauth password",
    "IKE_Authmode": "psk",
    "IKE_DH_Group": "dh2",
    "DNSUpdate": "no",
    "NAT_Traversal_Mode": "force-natt",
    "Local_Port": 0,
    "Cisco_UDP_Encapsulation_Port": 0
})

with vpnc.vpn():
    # do stuff on the VPN!

Tests

Unit tests are in the test/ directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vpnc-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page