1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: vpnc-scripts
Section: net
Priority: optional
Maintainer: Mike Miller <mtmiller@ieee.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/collab-maint/vpnc-scripts.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/vpnc-scripts.git
Homepage: http://www.infradead.org/openconnect/vpnc-script.html
Package: vpnc-scripts
Architecture: all
Depends: ${misc:Depends}, net-tools
Recommends: iproute
Suggests: dnsmasq, resolvconf, openssh-server
Description: Network configuration scripts for VPNC and OpenConnect
This package contains scripts required to configure routing and name
services when invoked by the VPNC or OpenConnect Cisco VPN clients.
The primary script automatically configures network routes and name
servers for the active VPN connection. It also provides hooks for
executing custom actions at various stages of the connection and
disconnection process.
.
An alternate replacement script is also provided that contains the VPN
in a network namespace which is accessible via SSH.
|