Difference between revisions of "Netband Project - IPSec/Gre"

From Teknologisk videncenter
Jump to: navigation, search
(Netband Project - IPSec/GRE)
m (Netband Project - IPSec/GRE)
Line 4: Line 4:
  
 
This page is part of the [[Netband_Project|Netband Project]]
 
This page is part of the [[Netband_Project|Netband Project]]
<br/>
+
==Configuration for the Head-End==
This is the conf in the Head-End
+
This configuration is for the "server" part og the tunnel, with the static IP.
 
<pre>
 
<pre>
 
crypto isakmp policy 10
 
crypto isakmp policy 10

Revision as of 09:27, 14 April 2009

<accesscontrol>NetBand</accesscontrol>

Netband Project - IPSec/GRE

This page is part of the Netband Project

Configuration for the Head-End

This configuration is for the "server" part og the tunnel, with the static IP.

crypto isakmp policy 10
 encr aes 256
 authentication pre-share
 group 5
 lifetime 1000
crypto isakmp key blehblahbluh address 0.0.0.0 0.0.0.0
crypto ipsec transform-set tset-AES256-SHA esp-aes 256 esp-sha-hmac
crypto dynamic-map test-dynamic 40
 description Hmmm
 set transform-set tset-AES256-SHA tset-TDES-SHA
crypto map test-crypto 40 ipsec-isakmp dynamic test-dynamic