added sql/net2net-route-pem scenario

This commit is contained in:
Andreas Steffen
2010-11-28 12:00:44 +01:00
parent d6a13b895f
commit 11c904b373
13 changed files with 545 additions and 0 deletions
@@ -0,0 +1,11 @@
A connection between the subnets behind the gateways <b>moon</b> and <b>sun</b> is set up.
The authentication is based on <b>X.509 certificates</b> and <b>RSA private keys</b> stored
in <b>PEM format</b> in an <b>SQLite database</b>. The IKE_SA configuration details and the
traffic selectors of three CHILD_SAs are also stored in the database and the first two of
them are marked to be automatically routed by gateway <b>moon</b> via the <b>start_action</b>
field in the <b>child_configs</b> table and the routes are installed by the <b>ipsec up %startall</b>
command.
<p/>
In order to trigger the IKE connection setup and subsequently test both tunnel and firewall, client
<b>alice</b> behind gateway <b>moon</b> pings client <b>bob</b> located behind gateway <b>sun</b>
and <b>bob</b> in turn ping client <b>venus</b> behind gateway <b>moon</b>.