This was from a student project that has never been developed further. And similar to the manager web application it lacks all sorts of modern standards. So just remove it and the two plugins it relied on. The test scenario is renamed to avoid confusion (neither of the two p2pnat scenarios uses medsrv/medcli).
26 lines
500 B
Bash
26 lines
500 B
Bash
#!/bin/bash
|
|
#
|
|
# This configuration file provides information on the
|
|
# guest instances used for this test
|
|
|
|
# All guest instances that are required for this test
|
|
#
|
|
VIRTHOSTS="alice moon carol winnetou sun bob"
|
|
|
|
# Corresponding block diagram
|
|
#
|
|
DIAGRAM="a-m-c-w-s-b-med.png"
|
|
|
|
# Guest instances on which tcpdump is to be started
|
|
#
|
|
TCPDUMPHOSTS="moon"
|
|
|
|
# Guest instances on which IPsec is started
|
|
# Used for IPsec logging purposes
|
|
#
|
|
IPSECHOSTS="alice carol bob"
|
|
|
|
# charon controlled by swanctl
|
|
#
|
|
SWANCTL=1
|