Skip to content

Instantly share code, notes, and snippets.

@Cnly
Created June 23, 2019 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cnly/48fb0e751d8b56c56873f62bfa1d3390 to your computer and use it in GitHub Desktop.
Save Cnly/48fb0e751d8b56c56873f62bfa1d3390 to your computer and use it in GitHub Desktop.
#! /bin/bash
INTERNAL_IP4_NETMASK=128.0.0.0
INTERNAL_IP4_NETMASKLEN=8
INTERNAL_IP4_NETADDR=10.0.0.0
shopt -s expand_aliases
alias set_default_route=disabled
alias reset_default_route=disabled
INTERNAL_IP4_DNS=
. /usr/share/vpnc-scripts/vpnc-script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment