File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / ikev1 / xauth-rsa-radius / test.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:46 2020 UTC (4 years, 1 month ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

#!/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 carol moon"

# Corresponding block diagram
#
DIAGRAM="a-m-c.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="moon carol"

# Guest instances on which FreeRadius is started
#
RADIUSHOSTS="alice"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>