Skip to content

Instantly share code, notes, and snippets.

@epipenau
Created November 4, 2015 16:59
Show Gist options
  • Select an option

  • Save epipenau/6db45bcd00b391841a85 to your computer and use it in GitHub Desktop.

Select an option

Save epipenau/6db45bcd00b391841a85 to your computer and use it in GitHub Desktop.
#INDEX vpn0
,9
{ tunnel vpn0
negotiate tunnel dir out } ipsec { encr_algs aes-cbc(128..256) encr_auth_algs hmac-sha256(256) sa shared }
#INDEX vpn0
,10
{ tunnel vpn0
negotiate tunnel dir out } ipsec { encr_algs aes-cbc(128..256) encr_auth_algs hmac-sha256(256) sa shared }
#INDEX vpn0
,11
{ tunnel vpn0
negotiate tunnel dir in } ipsec { encr_algs aes-cbc(128..256) encr_auth_algs hmac-sha256(256) sa shared }
#INDEX vpn0
,12
{ tunnel vpn0
negotiate tunnel dir in } ipsec { encr_algs aes-cbc(128..256) encr_auth_algs hmac-sha256(256) sa shared }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment