added ikev1/nat-virtual-ip scenario

This commit is contained in:
Andreas Steffen
2013-01-17 16:55:00 +01:00
committed by Tobias Brunner
parent ca0128588f
commit ac09da8e50
11 changed files with 328 additions and 0 deletions
@@ -0,0 +1,21 @@
#!/bin/bash
#
# This configuration file provides information on the
# UML instances used for this test
# All UML instances that are required for this test
#
UMLHOSTS="alice moon winnetou sun bob"
# Corresponding block diagram
#
DIAGRAM="a-m-w-s-b.png"
# UML instances on which tcpdump is to be started
#
TCPDUMPHOSTS="sun bob"
# UML instances on which IPsec is started
# Used for IPsec logging purposes
#
IPSECHOSTS="moon sun"