added ikev2/nat-virtual-ip scenario

This commit is contained in:
Andreas Steffen
2010-04-05 14:03:38 +02:00
parent a287bdd46c
commit 5ee07585aa
11 changed files with 333 additions and 0 deletions
+21
View File
@@ -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"